diff --git "a/graph_flask.json" "b/graph_flask.json" new file mode 100644--- /dev/null +++ "b/graph_flask.json" @@ -0,0 +1,35520 @@ +{ + "repo_root": "C:\\repos\\v3\\flask", + "files_scanned": 83, + "modules_parsed": 83, + "function_graph": { + "docs.conf": [ + { + "id": "docs.conf.github_link", + "name": "github_link", + "lineno": 72, + "scope": null, + "is_async": false + }, + { + "id": "docs.conf.setup", + "name": "setup", + "lineno": 100, + "scope": null, + "is_async": false + } + ], + "examples.celery.make_celery": [], + "examples.celery.src.task_app.tasks": [ + { + "id": "examples.celery.src.task_app.tasks.add", + "name": "add", + "lineno": 8, + "scope": null, + "is_async": false + }, + { + "id": "examples.celery.src.task_app.tasks.block", + "name": "block", + "lineno": 13, + "scope": null, + "is_async": false + }, + { + "id": "examples.celery.src.task_app.tasks.process", + "name": "process", + "lineno": 18, + "scope": null, + "is_async": false + } + ], + "examples.celery.src.task_app.views": [ + { + "id": "examples.celery.src.task_app.views.result", + "name": "result", + "lineno": 11, + "scope": null, + "is_async": false + }, + { + "id": "examples.celery.src.task_app.views.add", + "name": "add", + "lineno": 22, + "scope": null, + "is_async": false + }, + { + "id": "examples.celery.src.task_app.views.block", + "name": "block", + "lineno": 30, + "scope": null, + "is_async": false + }, + { + "id": "examples.celery.src.task_app.views.process", + "name": "process", + "lineno": 36, + "scope": null, + "is_async": false + } + ], + "examples.celery.src.task_app": [ + { + "id": "examples.celery.src.task_app.create_app", + "name": "create_app", + "lineno": 7, + "scope": null, + "is_async": false + }, + { + "id": "examples.celery.src.task_app.create_app.index", + "name": "index", + "lineno": 20, + "scope": "create_app", + "is_async": false + }, + { + "id": "examples.celery.src.task_app.celery_init_app", + "name": "celery_init_app", + "lineno": 29, + "scope": null, + "is_async": false + }, + { + "id": "examples.celery.src.task_app.celery_init_app.FlaskTask.__call__", + "name": "__call__", + "lineno": 31, + "scope": "celery_init_app.FlaskTask", + "is_async": false + } + ], + "examples.javascript.js_example.views": [ + { + "id": "examples.javascript.js_example.views.index", + "name": "index", + "lineno": 10, + "scope": null, + "is_async": false + }, + { + "id": "examples.javascript.js_example.views.add", + "name": "add", + "lineno": 15, + "scope": null, + "is_async": false + } + ], + "examples.javascript.js_example": [], + "examples.javascript.tests.conftest": [ + { + "id": "examples.javascript.tests.conftest.fixture_app", + "name": "fixture_app", + "lineno": 7, + "scope": null, + "is_async": false + }, + { + "id": "examples.javascript.tests.conftest.client", + "name": "client", + "lineno": 14, + "scope": null, + "is_async": false + } + ], + "examples.javascript.tests.test_js_example": [ + { + "id": "examples.javascript.tests.test_js_example.test_index", + "name": "test_index", + "lineno": 14, + "scope": null, + "is_async": false + }, + { + "id": "examples.javascript.tests.test_js_example.test_index.check", + "name": "check", + "lineno": 15, + "scope": "test_index", + "is_async": false + }, + { + "id": "examples.javascript.tests.test_js_example.test_add", + "name": "test_add", + "lineno": 25, + "scope": null, + "is_async": false + } + ], + "examples.tutorial.flaskr.auth": [ + { + "id": "examples.tutorial.flaskr.auth.login_required", + "name": "login_required", + "lineno": 19, + "scope": null, + "is_async": false + }, + { + "id": "examples.tutorial.flaskr.auth.login_required.wrapped_view", + "name": "wrapped_view", + "lineno": 23, + "scope": "login_required", + "is_async": false + }, + { + "id": "examples.tutorial.flaskr.auth.load_logged_in_user", + "name": "load_logged_in_user", + "lineno": 33, + "scope": null, + "is_async": false + }, + { + "id": "examples.tutorial.flaskr.auth.register", + "name": "register", + "lineno": 47, + "scope": null, + "is_async": false + }, + { + "id": "examples.tutorial.flaskr.auth.login", + "name": "login", + "lineno": 85, + "scope": null, + "is_async": false + }, + { + "id": "examples.tutorial.flaskr.auth.logout", + "name": "logout", + "lineno": 113, + "scope": null, + "is_async": false + } + ], + "examples.tutorial.flaskr.blog": [ + { + "id": "examples.tutorial.flaskr.blog.index", + "name": "index", + "lineno": 17, + "scope": null, + "is_async": false + }, + { + "id": "examples.tutorial.flaskr.blog.get_post", + "name": "get_post", + "lineno": 28, + "scope": null, + "is_async": false + }, + { + "id": "examples.tutorial.flaskr.blog.create", + "name": "create", + "lineno": 62, + "scope": null, + "is_async": false + }, + { + "id": "examples.tutorial.flaskr.blog.update", + "name": "update", + "lineno": 88, + "scope": null, + "is_async": false + }, + { + "id": "examples.tutorial.flaskr.blog.delete", + "name": "delete", + "lineno": 115, + "scope": null, + "is_async": false + } + ], + "examples.tutorial.flaskr.db": [ + { + "id": "examples.tutorial.flaskr.db.get_db", + "name": "get_db", + "lineno": 9, + "scope": null, + "is_async": false + }, + { + "id": "examples.tutorial.flaskr.db.close_db", + "name": "close_db", + "lineno": 23, + "scope": null, + "is_async": false + }, + { + "id": "examples.tutorial.flaskr.db.init_db", + "name": "init_db", + "lineno": 33, + "scope": null, + "is_async": false + }, + { + "id": "examples.tutorial.flaskr.db.init_db_command", + "name": "init_db_command", + "lineno": 42, + "scope": null, + "is_async": false + }, + { + "id": "examples.tutorial.flaskr.db.init_app", + "name": "init_app", + "lineno": 51, + "scope": null, + "is_async": false + } + ], + "examples.tutorial.flaskr": [ + { + "id": "examples.tutorial.flaskr.create_app", + "name": "create_app", + "lineno": 6, + "scope": null, + "is_async": false + }, + { + "id": "examples.tutorial.flaskr.create_app.hello", + "name": "hello", + "lineno": 27, + "scope": "create_app", + "is_async": false + } + ], + "examples.tutorial.tests.conftest": [ + { + "id": "examples.tutorial.tests.conftest.app", + "name": "app", + "lineno": 16, + "scope": null, + "is_async": false + }, + { + "id": "examples.tutorial.tests.conftest.client", + "name": "client", + "lineno": 36, + "scope": null, + "is_async": false + }, + { + "id": "examples.tutorial.tests.conftest.runner", + "name": "runner", + "lineno": 42, + "scope": null, + "is_async": false + }, + { + "id": "examples.tutorial.tests.conftest.AuthActions.__init__", + "name": "__init__", + "lineno": 48, + "scope": "AuthActions", + "is_async": false + }, + { + "id": "examples.tutorial.tests.conftest.AuthActions.login", + "name": "login", + "lineno": 51, + "scope": "AuthActions", + "is_async": false + }, + { + "id": "examples.tutorial.tests.conftest.AuthActions.logout", + "name": "logout", + "lineno": 56, + "scope": "AuthActions", + "is_async": false + }, + { + "id": "examples.tutorial.tests.conftest.auth", + "name": "auth", + "lineno": 61, + "scope": null, + "is_async": false + } + ], + "examples.tutorial.tests.test_auth": [ + { + "id": "examples.tutorial.tests.test_auth.test_register", + "name": "test_register", + "lineno": 8, + "scope": null, + "is_async": false + }, + { + "id": "examples.tutorial.tests.test_auth.test_register_validate_input", + "name": "test_register_validate_input", + "lineno": 32, + "scope": null, + "is_async": false + }, + { + "id": "examples.tutorial.tests.test_auth.test_login", + "name": "test_login", + "lineno": 39, + "scope": null, + "is_async": false + }, + { + "id": "examples.tutorial.tests.test_auth.test_login_validate_input", + "name": "test_login_validate_input", + "lineno": 59, + "scope": null, + "is_async": false + }, + { + "id": "examples.tutorial.tests.test_auth.test_logout", + "name": "test_logout", + "lineno": 64, + "scope": null, + "is_async": false + } + ], + "examples.tutorial.tests.test_blog": [ + { + "id": "examples.tutorial.tests.test_blog.test_index", + "name": "test_index", + "lineno": 6, + "scope": null, + "is_async": false + }, + { + "id": "examples.tutorial.tests.test_blog.test_login_required", + "name": "test_login_required", + "lineno": 20, + "scope": null, + "is_async": false + }, + { + "id": "examples.tutorial.tests.test_blog.test_author_required", + "name": "test_author_required", + "lineno": 25, + "scope": null, + "is_async": false + }, + { + "id": "examples.tutorial.tests.test_blog.test_exists_required", + "name": "test_exists_required", + "lineno": 41, + "scope": null, + "is_async": false + }, + { + "id": "examples.tutorial.tests.test_blog.test_create", + "name": "test_create", + "lineno": 46, + "scope": null, + "is_async": false + }, + { + "id": "examples.tutorial.tests.test_blog.test_update", + "name": "test_update", + "lineno": 57, + "scope": null, + "is_async": false + }, + { + "id": "examples.tutorial.tests.test_blog.test_create_update_validate", + "name": "test_create_update_validate", + "lineno": 69, + "scope": null, + "is_async": false + }, + { + "id": "examples.tutorial.tests.test_blog.test_delete", + "name": "test_delete", + "lineno": 75, + "scope": null, + "is_async": false + } + ], + "examples.tutorial.tests.test_db": [ + { + "id": "examples.tutorial.tests.test_db.test_get_close_db", + "name": "test_get_close_db", + "lineno": 8, + "scope": null, + "is_async": false + }, + { + "id": "examples.tutorial.tests.test_db.test_init_db_command", + "name": "test_init_db_command", + "lineno": 19, + "scope": null, + "is_async": false + }, + { + "id": "examples.tutorial.tests.test_db.test_init_db_command.fake_init_db", + "name": "fake_init_db", + "lineno": 23, + "scope": "test_init_db_command", + "is_async": false + } + ], + "examples.tutorial.tests.test_factory": [ + { + "id": "examples.tutorial.tests.test_factory.test_config", + "name": "test_config", + "lineno": 4, + "scope": null, + "is_async": false + }, + { + "id": "examples.tutorial.tests.test_factory.test_hello", + "name": "test_hello", + "lineno": 10, + "scope": null, + "is_async": false + } + ], + "src.flask.app": [ + { + "id": "src.flask.app._make_timedelta", + "name": "_make_timedelta", + "lineno": 73, + "scope": null, + "is_async": false + }, + { + "id": "src.flask.app.remove_ctx", + "name": "remove_ctx", + "lineno": 85, + "scope": null, + "is_async": false + }, + { + "id": "src.flask.app.remove_ctx.wrapper", + "name": "wrapper", + "lineno": 86, + "scope": "remove_ctx", + "is_async": false + }, + { + "id": "src.flask.app.add_ctx", + "name": "add_ctx", + "lineno": 97, + "scope": null, + "is_async": false + }, + { + "id": "src.flask.app.add_ctx.wrapper", + "name": "wrapper", + "lineno": 98, + "scope": "add_ctx", + "is_async": false + }, + { + "id": "src.flask.app.Flask.__init_subclass__", + "name": "__init_subclass__", + "lineno": 254, + "scope": "Flask", + "is_async": false + }, + { + "id": "src.flask.app.Flask.__init__", + "name": "__init__", + "lineno": 310, + "scope": "Flask", + "is_async": false + }, + { + "id": "src.flask.app.Flask.get_send_file_max_age", + "name": "get_send_file_max_age", + "lineno": 365, + "scope": "Flask", + "is_async": false + }, + { + "id": "src.flask.app.Flask.send_static_file", + "name": "send_static_file", + "lineno": 392, + "scope": "Flask", + "is_async": false + }, + { + "id": "src.flask.app.Flask.open_resource", + "name": "open_resource", + "lineno": 414, + "scope": "Flask", + "is_async": false + }, + { + "id": "src.flask.app.Flask.open_instance_resource", + "name": "open_instance_resource", + "lineno": 447, + "scope": "Flask", + "is_async": false + }, + { + "id": "src.flask.app.Flask.create_jinja_environment", + "name": "create_jinja_environment", + "lineno": 469, + "scope": "Flask", + "is_async": false + }, + { + "id": "src.flask.app.Flask.create_url_adapter", + "name": "create_url_adapter", + "lineno": 509, + "scope": "Flask", + "is_async": false + }, + { + "id": "src.flask.app.Flask.raise_routing_exception", + "name": "raise_routing_exception", + "lineno": 562, + "scope": "Flask", + "is_async": false + }, + { + "id": "src.flask.app.Flask.update_template_context", + "name": "update_template_context", + "lineno": 590, + "scope": "Flask", + "is_async": false + }, + { + "id": "src.flask.app.Flask.make_shell_context", + "name": "make_shell_context", + "lineno": 620, + "scope": "Flask", + "is_async": false + }, + { + "id": "src.flask.app.Flask.run", + "name": "run", + "lineno": 632, + "scope": "Flask", + "is_async": false + }, + { + "id": "src.flask.app.Flask.test_client", + "name": "test_client", + "lineno": 755, + "scope": "Flask", + "is_async": false + }, + { + "id": "src.flask.app.Flask.test_cli_runner", + "name": "test_cli_runner", + "lineno": 813, + "scope": "Flask", + "is_async": false + }, + { + "id": "src.flask.app.Flask.handle_http_exception", + "name": "handle_http_exception", + "lineno": 830, + "scope": "Flask", + "is_async": false + }, + { + "id": "src.flask.app.Flask.handle_user_exception", + "name": "handle_user_exception", + "lineno": 865, + "scope": "Flask", + "is_async": false + }, + { + "id": "src.flask.app.Flask.handle_exception", + "name": "handle_exception", + "lineno": 897, + "scope": "Flask", + "is_async": false + }, + { + "id": "src.flask.app.Flask.log_exception", + "name": "log_exception", + "lineno": 950, + "scope": "Flask", + "is_async": false + }, + { + "id": "src.flask.app.Flask.dispatch_request", + "name": "dispatch_request", + "lineno": 966, + "scope": "Flask", + "is_async": false + }, + { + "id": "src.flask.app.Flask.full_dispatch_request", + "name": "full_dispatch_request", + "lineno": 992, + "scope": "Flask", + "is_async": false + }, + { + "id": "src.flask.app.Flask.finalize_request", + "name": "finalize_request", + "lineno": 1021, + "scope": "Flask", + "is_async": false + }, + { + "id": "src.flask.app.Flask.make_default_options_response", + "name": "make_default_options_response", + "lineno": 1053, + "scope": "Flask", + "is_async": false + }, + { + "id": "src.flask.app.Flask.ensure_sync", + "name": "ensure_sync", + "lineno": 1065, + "scope": "Flask", + "is_async": false + }, + { + "id": "src.flask.app.Flask.async_to_sync", + "name": "async_to_sync", + "lineno": 1079, + "scope": "Flask", + "is_async": false + }, + { + "id": "src.flask.app.Flask.url_for", + "name": "url_for", + "lineno": 1102, + "scope": "Flask", + "is_async": false + }, + { + "id": "src.flask.app.Flask.make_response", + "name": "make_response", + "lineno": 1224, + "scope": "Flask", + "is_async": false + }, + { + "id": "src.flask.app.Flask.preprocess_request", + "name": "preprocess_request", + "lineno": 1366, + "scope": "Flask", + "is_async": false + }, + { + "id": "src.flask.app.Flask.process_response", + "name": "process_response", + "lineno": 1394, + "scope": "Flask", + "is_async": false + }, + { + "id": "src.flask.app.Flask.do_teardown_request", + "name": "do_teardown_request", + "lineno": 1420, + "scope": "Flask", + "is_async": false + }, + { + "id": "src.flask.app.Flask.do_teardown_appcontext", + "name": "do_teardown_appcontext", + "lineno": 1453, + "scope": "Flask", + "is_async": false + }, + { + "id": "src.flask.app.Flask.app_context", + "name": "app_context", + "lineno": 1481, + "scope": "Flask", + "is_async": false + }, + { + "id": "src.flask.app.Flask.request_context", + "name": "request_context", + "lineno": 1501, + "scope": "Flask", + "is_async": false + }, + { + "id": "src.flask.app.Flask.test_request_context", + "name": "test_request_context", + "lineno": 1517, + "scope": "Flask", + "is_async": false + }, + { + "id": "src.flask.app.Flask.wsgi_app", + "name": "wsgi_app", + "lineno": 1566, + "scope": "Flask", + "is_async": false + }, + { + "id": "src.flask.app.Flask.__call__", + "name": "__call__", + "lineno": 1618, + "scope": "Flask", + "is_async": false + } + ], + "src.flask.blueprints": [ + { + "id": "src.flask.blueprints.Blueprint.__init__", + "name": "__init__", + "lineno": 19, + "scope": "Blueprint", + "is_async": false + }, + { + "id": "src.flask.blueprints.Blueprint.get_send_file_max_age", + "name": "get_send_file_max_age", + "lineno": 55, + "scope": "Blueprint", + "is_async": false + }, + { + "id": "src.flask.blueprints.Blueprint.send_static_file", + "name": "send_static_file", + "lineno": 82, + "scope": "Blueprint", + "is_async": false + }, + { + "id": "src.flask.blueprints.Blueprint.open_resource", + "name": "open_resource", + "lineno": 104, + "scope": "Blueprint", + "is_async": false + } + ], + "src.flask.cli": [ + { + "id": "src.flask.cli.find_best_app", + "name": "find_best_app", + "lineno": 41, + "scope": null, + "is_async": false + }, + { + "id": "src.flask.cli._called_with_wrong_args", + "name": "_called_with_wrong_args", + "lineno": 94, + "scope": null, + "is_async": false + }, + { + "id": "src.flask.cli.find_app_by_string", + "name": "find_app_by_string", + "lineno": 120, + "scope": null, + "is_async": false + }, + { + "id": "src.flask.cli.prepare_import", + "name": "prepare_import", + "lineno": 200, + "scope": null, + "is_async": false + }, + { + "id": "src.flask.cli.locate_app", + "name": "locate_app", + "lineno": 230, + "scope": null, + "is_async": false + }, + { + "id": "src.flask.cli.locate_app", + "name": "locate_app", + "lineno": 236, + "scope": null, + "is_async": false + }, + { + "id": "src.flask.cli.locate_app", + "name": "locate_app", + "lineno": 241, + "scope": null, + "is_async": false + }, + { + "id": "src.flask.cli.get_version", + "name": "get_version", + "lineno": 267, + "scope": null, + "is_async": false + }, + { + "id": "src.flask.cli.ScriptInfo.__init__", + "name": "__init__", + "lineno": 305, + "scope": "ScriptInfo", + "is_async": false + }, + { + "id": "src.flask.cli.ScriptInfo.load_app", + "name": "load_app", + "lineno": 333, + "scope": "ScriptInfo", + "is_async": false + }, + { + "id": "src.flask.cli.with_appcontext", + "name": "with_appcontext", + "lineno": 380, + "scope": null, + "is_async": false + }, + { + "id": "src.flask.cli.with_appcontext.decorator", + "name": "decorator", + "lineno": 395, + "scope": "with_appcontext", + "is_async": false + }, + { + "id": "src.flask.cli.AppGroup.command", + "name": "command", + "lineno": 413, + "scope": "AppGroup", + "is_async": false + }, + { + "id": "src.flask.cli.AppGroup.command.decorator", + "name": "decorator", + "lineno": 422, + "scope": "AppGroup.command", + "is_async": false + }, + { + "id": "src.flask.cli.AppGroup.group", + "name": "group", + "lineno": 429, + "scope": "AppGroup", + "is_async": false + }, + { + "id": "src.flask.cli._set_app", + "name": "_set_app", + "lineno": 440, + "scope": null, + "is_async": false + }, + { + "id": "src.flask.cli._set_debug", + "name": "_set_debug", + "lineno": 468, + "scope": null, + "is_async": false + }, + { + "id": "src.flask.cli._env_file_callback", + "name": "_env_file_callback", + "lineno": 493, + "scope": null, + "is_async": false + }, + { + "id": "src.flask.cli.FlaskGroup.__init__", + "name": "__init__", + "lineno": 563, + "scope": "FlaskGroup", + "is_async": false + }, + { + "id": "src.flask.cli.FlaskGroup._load_plugin_commands", + "name": "_load_plugin_commands", + "lineno": 600, + "scope": "FlaskGroup", + "is_async": false + }, + { + "id": "src.flask.cli.FlaskGroup.get_command", + "name": "get_command", + "lineno": 609, + "scope": "FlaskGroup", + "is_async": false + }, + { + "id": "src.flask.cli.FlaskGroup.list_commands", + "name": "list_commands", + "lineno": 636, + "scope": "FlaskGroup", + "is_async": false + }, + { + "id": "src.flask.cli.FlaskGroup.make_context", + "name": "make_context", + "lineno": 657, + "scope": "FlaskGroup", + "is_async": false + }, + { + "id": "src.flask.cli.FlaskGroup.parse_args", + "name": "parse_args", + "lineno": 678, + "scope": "FlaskGroup", + "is_async": false + }, + { + "id": "src.flask.cli._path_is_ancestor", + "name": "_path_is_ancestor", + "lineno": 691, + "scope": null, + "is_async": false + }, + { + "id": "src.flask.cli.load_dotenv", + "name": "load_dotenv", + "lineno": 698, + "scope": null, + "is_async": false + }, + { + "id": "src.flask.cli.show_server_banner", + "name": "show_server_banner", + "lineno": 766, + "scope": null, + "is_async": false + }, + { + "id": "src.flask.cli.CertParamType.__init__", + "name": "__init__", + "lineno": 788, + "scope": "CertParamType", + "is_async": false + }, + { + "id": "src.flask.cli.CertParamType.convert", + "name": "convert", + "lineno": 791, + "scope": "CertParamType", + "is_async": false + }, + { + "id": "src.flask.cli._validate_key", + "name": "_validate_key", + "lineno": 828, + "scope": null, + "is_async": false + }, + { + "id": "src.flask.cli.SeparatedPathType.convert", + "name": "convert", + "lineno": 873, + "scope": "SeparatedPathType", + "is_async": false + }, + { + "id": "src.flask.cli.run_command", + "name": "run_command", + "lineno": 935, + "scope": null, + "is_async": false + }, + { + "id": "src.flask.cli.run_command.app", + "name": "app", + "lineno": 963, + "scope": "run_command", + "is_async": false + }, + { + "id": "src.flask.cli.shell_command", + "name": "shell_command", + "lineno": 1001, + "scope": null, + "is_async": false + }, + { + "id": "src.flask.cli.routes_command", + "name": "routes_command", + "lineno": 1061, + "scope": null, + "is_async": false + }, + { + "id": "src.flask.cli.main", + "name": "main", + "lineno": 1122, + "scope": null, + "is_async": false + } + ], + "src.flask.config": [ + { + "id": "src.flask.config.ConfigAttribute.__init__", + "name": "__init__", + "lineno": 23, + "scope": "ConfigAttribute", + "is_async": false + }, + { + "id": "src.flask.config.ConfigAttribute.__get__", + "name": "__get__", + "lineno": 30, + "scope": "ConfigAttribute", + "is_async": false + }, + { + "id": "src.flask.config.ConfigAttribute.__get__", + "name": "__get__", + "lineno": 33, + "scope": "ConfigAttribute", + "is_async": false + }, + { + "id": "src.flask.config.ConfigAttribute.__get__", + "name": "__get__", + "lineno": 35, + "scope": "ConfigAttribute", + "is_async": false + }, + { + "id": "src.flask.config.ConfigAttribute.__set__", + "name": "__set__", + "lineno": 46, + "scope": "ConfigAttribute", + "is_async": false + }, + { + "id": "src.flask.config.Config.__init__", + "name": "__init__", + "lineno": 94, + "scope": "Config", + "is_async": false + }, + { + "id": "src.flask.config.Config.from_envvar", + "name": "from_envvar", + "lineno": 102, + "scope": "Config", + "is_async": false + }, + { + "id": "src.flask.config.Config.from_prefixed_env", + "name": "from_prefixed_env", + "lineno": 126, + "scope": "Config", + "is_async": false + }, + { + "id": "src.flask.config.Config.from_pyfile", + "name": "from_pyfile", + "lineno": 187, + "scope": "Config", + "is_async": false + }, + { + "id": "src.flask.config.Config.from_object", + "name": "from_object", + "lineno": 218, + "scope": "Config", + "is_async": false + }, + { + "id": "src.flask.config.Config.from_file", + "name": "from_file", + "lineno": 256, + "scope": "Config", + "is_async": false + }, + { + "id": "src.flask.config.Config.from_mapping", + "name": "from_mapping", + "lineno": 304, + "scope": "Config", + "is_async": false + }, + { + "id": "src.flask.config.Config.get_namespace", + "name": "get_namespace", + "lineno": 323, + "scope": "Config", + "is_async": false + }, + { + "id": "src.flask.config.Config.__repr__", + "name": "__repr__", + "lineno": 366, + "scope": "Config", + "is_async": false + } + ], + "src.flask.ctx": [ + { + "id": "src.flask.ctx._AppCtxGlobals.__getattr__", + "name": "__getattr__", + "lineno": 53, + "scope": "_AppCtxGlobals", + "is_async": false + }, + { + "id": "src.flask.ctx._AppCtxGlobals.__setattr__", + "name": "__setattr__", + "lineno": 59, + "scope": "_AppCtxGlobals", + "is_async": false + }, + { + "id": "src.flask.ctx._AppCtxGlobals.__delattr__", + "name": "__delattr__", + "lineno": 62, + "scope": "_AppCtxGlobals", + "is_async": false + }, + { + "id": "src.flask.ctx._AppCtxGlobals.get", + "name": "get", + "lineno": 68, + "scope": "_AppCtxGlobals", + "is_async": false + }, + { + "id": "src.flask.ctx._AppCtxGlobals.pop", + "name": "pop", + "lineno": 79, + "scope": "_AppCtxGlobals", + "is_async": false + }, + { + "id": "src.flask.ctx._AppCtxGlobals.setdefault", + "name": "setdefault", + "lineno": 93, + "scope": "_AppCtxGlobals", + "is_async": false + }, + { + "id": "src.flask.ctx._AppCtxGlobals.__contains__", + "name": "__contains__", + "lineno": 105, + "scope": "_AppCtxGlobals", + "is_async": false + }, + { + "id": "src.flask.ctx._AppCtxGlobals.__iter__", + "name": "__iter__", + "lineno": 108, + "scope": "_AppCtxGlobals", + "is_async": false + }, + { + "id": "src.flask.ctx._AppCtxGlobals.__repr__", + "name": "__repr__", + "lineno": 111, + "scope": "_AppCtxGlobals", + "is_async": false + }, + { + "id": "src.flask.ctx.after_this_request", + "name": "after_this_request", + "lineno": 118, + "scope": null, + "is_async": false + }, + { + "id": "src.flask.ctx.copy_current_request_context", + "name": "copy_current_request_context", + "lineno": 154, + "scope": null, + "is_async": false + }, + { + "id": "src.flask.ctx.copy_current_request_context.wrapper", + "name": "wrapper", + "lineno": 201, + "scope": "copy_current_request_context", + "is_async": false + }, + { + "id": "src.flask.ctx.has_request_context", + "name": "has_request_context", + "lineno": 209, + "scope": null, + "is_async": false + }, + { + "id": "src.flask.ctx.has_app_context", + "name": "has_app_context", + "lineno": 235, + "scope": null, + "is_async": false + }, + { + "id": "src.flask.ctx.AppContext.__init__", + "name": "__init__", + "lineno": 300, + "scope": "AppContext", + "is_async": false + }, + { + "id": "src.flask.ctx.AppContext.from_environ", + "name": "from_environ", + "lineno": 340, + "scope": "AppContext", + "is_async": false + }, + { + "id": "src.flask.ctx.AppContext.has_request", + "name": "has_request", + "lineno": 351, + "scope": "AppContext", + "is_async": false + }, + { + "id": "src.flask.ctx.AppContext.copy", + "name": "copy", + "lineno": 355, + "scope": "AppContext", + "is_async": false + }, + { + "id": "src.flask.ctx.AppContext.request", + "name": "request", + "lineno": 371, + "scope": "AppContext", + "is_async": false + }, + { + "id": "src.flask.ctx.AppContext._get_session", + "name": "_get_session", + "lineno": 381, + "scope": "AppContext", + "is_async": false + }, + { + "id": "src.flask.ctx.AppContext.session", + "name": "session", + "lineno": 396, + "scope": "AppContext", + "is_async": false + }, + { + "id": "src.flask.ctx.AppContext.match_request", + "name": "match_request", + "lineno": 405, + "scope": "AppContext", + "is_async": false + }, + { + "id": "src.flask.ctx.AppContext.push", + "name": "push", + "lineno": 416, + "scope": "AppContext", + "is_async": false + }, + { + "id": "src.flask.ctx.AppContext.pop", + "name": "pop", + "lineno": 446, + "scope": "AppContext", + "is_async": false + }, + { + "id": "src.flask.ctx.AppContext.__enter__", + "name": "__enter__", + "lineno": 506, + "scope": "AppContext", + "is_async": false + }, + { + "id": "src.flask.ctx.AppContext.__exit__", + "name": "__exit__", + "lineno": 510, + "scope": "AppContext", + "is_async": false + }, + { + "id": "src.flask.ctx.AppContext.__repr__", + "name": "__repr__", + "lineno": 518, + "scope": "AppContext", + "is_async": false + }, + { + "id": "src.flask.ctx.__getattr__", + "name": "__getattr__", + "lineno": 528, + "scope": null, + "is_async": false + } + ], + "src.flask.debughelpers": [ + { + "id": "src.flask.debughelpers.DebugFilesKeyError.__init__", + "name": "__init__", + "lineno": 28, + "scope": "DebugFilesKeyError", + "is_async": false + }, + { + "id": "src.flask.debughelpers.DebugFilesKeyError.__str__", + "name": "__str__", + "lineno": 46, + "scope": "DebugFilesKeyError", + "is_async": false + }, + { + "id": "src.flask.debughelpers.FormDataRoutingRedirect.__init__", + "name": "__init__", + "lineno": 57, + "scope": "FormDataRoutingRedirect", + "is_async": false + }, + { + "id": "src.flask.debughelpers.attach_enctype_error_multidict", + "name": "attach_enctype_error_multidict", + "lineno": 81, + "scope": null, + "is_async": false + }, + { + "id": "src.flask.debughelpers.attach_enctype_error_multidict.newcls.__getitem__", + "name": "__getitem__", + "lineno": 91, + "scope": "attach_enctype_error_multidict.newcls", + "is_async": false + }, + { + "id": "src.flask.debughelpers._dump_loader_info", + "name": "_dump_loader_info", + "lineno": 107, + "scope": null, + "is_async": false + }, + { + "id": "src.flask.debughelpers.explain_template_loading_attempts", + "name": "explain_template_loading_attempts", + "lineno": 124, + "scope": null, + "is_async": false + } + ], + "src.flask.globals": [ + { + "id": "src.flask.globals.ProxyMixin._get_current_object", + "name": "_get_current_object", + "lineno": 18, + "scope": "ProxyMixin", + "is_async": false + }, + { + "id": "src.flask.globals.__getattr__", + "name": "__getattr__", + "lineno": 65, + "scope": null, + "is_async": false + } + ], + "src.flask.helpers": [ + { + "id": "src.flask.helpers.get_debug_flag", + "name": "get_debug_flag", + "lineno": 28, + "scope": null, + "is_async": false + }, + { + "id": "src.flask.helpers.get_load_dotenv", + "name": "get_load_dotenv", + "lineno": 36, + "scope": null, + "is_async": false + }, + { + "id": "src.flask.helpers.stream_with_context", + "name": "stream_with_context", + "lineno": 52, + "scope": null, + "is_async": false + }, + { + "id": "src.flask.helpers.stream_with_context", + "name": "stream_with_context", + "lineno": 58, + "scope": null, + "is_async": false + }, + { + "id": "src.flask.helpers.stream_with_context", + "name": "stream_with_context", + "lineno": 63, + "scope": null, + "is_async": false + }, + { + "id": "src.flask.helpers.stream_with_context.decorator", + "name": "decorator", + "lineno": 120, + "scope": "stream_with_context", + "is_async": false + }, + { + "id": "src.flask.helpers.stream_with_context.generator", + "name": "generator", + "lineno": 126, + "scope": "stream_with_context", + "is_async": false + }, + { + "id": "src.flask.helpers.make_response", + "name": "make_response", + "lineno": 151, + "scope": null, + "is_async": false + }, + { + "id": "src.flask.helpers.url_for", + "name": "url_for", + "lineno": 200, + "scope": null, + "is_async": false + }, + { + "id": "src.flask.helpers.redirect", + "name": "redirect", + "lineno": 254, + "scope": null, + "is_async": false + }, + { + "id": "src.flask.helpers.abort", + "name": "abort", + "lineno": 281, + "scope": null, + "is_async": false + }, + { + "id": "src.flask.helpers.get_template_attribute", + "name": "get_template_attribute", + "lineno": 304, + "scope": null, + "is_async": false + }, + { + "id": "src.flask.helpers.flash", + "name": "flash", + "lineno": 326, + "scope": null, + "is_async": false + }, + { + "id": "src.flask.helpers.get_flashed_messages", + "name": "get_flashed_messages", + "lineno": 360, + "scope": null, + "is_async": false + }, + { + "id": "src.flask.helpers._prepare_send_file_kwargs", + "name": "_prepare_send_file_kwargs", + "lineno": 402, + "scope": null, + "is_async": false + }, + { + "id": "src.flask.helpers.send_file", + "name": "send_file", + "lineno": 417, + "scope": null, + "is_async": false + }, + { + "id": "src.flask.helpers.send_from_directory", + "name": "send_from_directory", + "lineno": 543, + "scope": null, + "is_async": false + }, + { + "id": "src.flask.helpers.get_root_path", + "name": "get_root_path", + "lineno": 587, + "scope": null, + "is_async": false + }, + { + "id": "src.flask.helpers._split_blueprint_path", + "name": "_split_blueprint_path", + "lineno": 645, + "scope": null, + "is_async": false + }, + { + "id": "src.flask.helpers._CollectErrors.__init__", + "name": "__init__", + "lineno": 659, + "scope": "_CollectErrors", + "is_async": false + }, + { + "id": "src.flask.helpers._CollectErrors.__enter__", + "name": "__enter__", + "lineno": 662, + "scope": "_CollectErrors", + "is_async": false + }, + { + "id": "src.flask.helpers._CollectErrors.__exit__", + "name": "__exit__", + "lineno": 665, + "scope": "_CollectErrors", + "is_async": false + }, + { + "id": "src.flask.helpers._CollectErrors.raise_any", + "name": "raise_any", + "lineno": 676, + "scope": "_CollectErrors", + "is_async": false + } + ], + "src.flask.logging": [ + { + "id": "src.flask.logging.wsgi_errors_stream", + "name": "wsgi_errors_stream", + "lineno": 16, + "scope": null, + "is_async": false + }, + { + "id": "src.flask.logging.has_level_handler", + "name": "has_level_handler", + "lineno": 31, + "scope": null, + "is_async": false + }, + { + "id": "src.flask.logging.create_logger", + "name": "create_logger", + "lineno": 58, + "scope": null, + "is_async": false + } + ], + "src.flask.sessions": [ + { + "id": "src.flask.sessions.SessionMixin.permanent", + "name": "permanent", + "lineno": 28, + "scope": "SessionMixin", + "is_async": false + }, + { + "id": "src.flask.sessions.SessionMixin.permanent", + "name": "permanent", + "lineno": 33, + "scope": "SessionMixin", + "is_async": false + }, + { + "id": "src.flask.sessions.SecureCookieSession.__init__", + "name": "__init__", + "lineno": 73, + "scope": "SecureCookieSession", + "is_async": false + }, + { + "id": "src.flask.sessions.SecureCookieSession.__init__.on_update", + "name": "on_update", + "lineno": 77, + "scope": "SecureCookieSession.__init__", + "is_async": false + }, + { + "id": "src.flask.sessions.NullSession._fail", + "name": "_fail", + "lineno": 89, + "scope": "NullSession", + "is_async": false + }, + { + "id": "src.flask.sessions.SessionInterface.make_null_session", + "name": "make_null_session", + "lineno": 150, + "scope": "SessionInterface", + "is_async": false + }, + { + "id": "src.flask.sessions.SessionInterface.is_null_session", + "name": "is_null_session", + "lineno": 162, + "scope": "SessionInterface", + "is_async": false + }, + { + "id": "src.flask.sessions.SessionInterface.get_cookie_name", + "name": "get_cookie_name", + "lineno": 171, + "scope": "SessionInterface", + "is_async": false + }, + { + "id": "src.flask.sessions.SessionInterface.get_cookie_domain", + "name": "get_cookie_domain", + "lineno": 175, + "scope": "SessionInterface", + "is_async": false + }, + { + "id": "src.flask.sessions.SessionInterface.get_cookie_path", + "name": "get_cookie_path", + "lineno": 187, + "scope": "SessionInterface", + "is_async": false + }, + { + "id": "src.flask.sessions.SessionInterface.get_cookie_httponly", + "name": "get_cookie_httponly", + "lineno": 195, + "scope": "SessionInterface", + "is_async": false + }, + { + "id": "src.flask.sessions.SessionInterface.get_cookie_secure", + "name": "get_cookie_secure", + "lineno": 202, + "scope": "SessionInterface", + "is_async": false + }, + { + "id": "src.flask.sessions.SessionInterface.get_cookie_samesite", + "name": "get_cookie_samesite", + "lineno": 208, + "scope": "SessionInterface", + "is_async": false + }, + { + "id": "src.flask.sessions.SessionInterface.get_cookie_partitioned", + "name": "get_cookie_partitioned", + "lineno": 215, + "scope": "SessionInterface", + "is_async": false + }, + { + "id": "src.flask.sessions.SessionInterface.get_expiration_time", + "name": "get_expiration_time", + "lineno": 223, + "scope": "SessionInterface", + "is_async": false + }, + { + "id": "src.flask.sessions.SessionInterface.should_set_cookie", + "name": "should_set_cookie", + "lineno": 233, + "scope": "SessionInterface", + "is_async": false + }, + { + "id": "src.flask.sessions.SessionInterface.open_session", + "name": "open_session", + "lineno": 249, + "scope": "SessionInterface", + "is_async": false + }, + { + "id": "src.flask.sessions.SessionInterface.save_session", + "name": "save_session", + "lineno": 263, + "scope": "SessionInterface", + "is_async": false + }, + { + "id": "src.flask.sessions._lazy_sha1", + "name": "_lazy_sha1", + "lineno": 276, + "scope": null, + "is_async": false + }, + { + "id": "src.flask.sessions.SecureCookieSessionInterface.get_signing_serializer", + "name": "get_signing_serializer", + "lineno": 303, + "scope": "SecureCookieSessionInterface", + "is_async": false + }, + { + "id": "src.flask.sessions.SecureCookieSessionInterface.open_session", + "name": "open_session", + "lineno": 323, + "scope": "SecureCookieSessionInterface", + "is_async": false + }, + { + "id": "src.flask.sessions.SecureCookieSessionInterface.save_session", + "name": "save_session", + "lineno": 337, + "scope": "SecureCookieSessionInterface", + "is_async": false + } + ], + "src.flask.signals": [], + "src.flask.templating": [ + { + "id": "src.flask.templating._default_template_ctx_processor", + "name": "_default_template_ctx_processor", + "lineno": 21, + "scope": null, + "is_async": false + }, + { + "id": "src.flask.templating.Environment.__init__", + "name": "__init__", + "lineno": 42, + "scope": "Environment", + "is_async": false + }, + { + "id": "src.flask.templating.DispatchingJinjaLoader.__init__", + "name": "__init__", + "lineno": 54, + "scope": "DispatchingJinjaLoader", + "is_async": false + }, + { + "id": "src.flask.templating.DispatchingJinjaLoader.get_source", + "name": "get_source", + "lineno": 57, + "scope": "DispatchingJinjaLoader", + "is_async": false + }, + { + "id": "src.flask.templating.DispatchingJinjaLoader._get_source_explained", + "name": "_get_source_explained", + "lineno": 64, + "scope": "DispatchingJinjaLoader", + "is_async": false + }, + { + "id": "src.flask.templating.DispatchingJinjaLoader._get_source_fast", + "name": "_get_source_fast", + "lineno": 88, + "scope": "DispatchingJinjaLoader", + "is_async": false + }, + { + "id": "src.flask.templating.DispatchingJinjaLoader._iter_loaders", + "name": "_iter_loaders", + "lineno": 98, + "scope": "DispatchingJinjaLoader", + "is_async": false + }, + { + "id": "src.flask.templating.DispatchingJinjaLoader.list_templates", + "name": "list_templates", + "lineno": 108, + "scope": "DispatchingJinjaLoader", + "is_async": false + }, + { + "id": "src.flask.templating._render", + "name": "_render", + "lineno": 123, + "scope": null, + "is_async": false + }, + { + "id": "src.flask.templating.render_template", + "name": "render_template", + "lineno": 136, + "scope": null, + "is_async": false + }, + { + "id": "src.flask.templating.render_template_string", + "name": "render_template_string", + "lineno": 151, + "scope": null, + "is_async": false + }, + { + "id": "src.flask.templating._stream", + "name": "_stream", + "lineno": 163, + "scope": null, + "is_async": false + }, + { + "id": "src.flask.templating._stream.generate", + "name": "generate", + "lineno": 172, + "scope": "_stream", + "is_async": false + }, + { + "id": "src.flask.templating.stream_template", + "name": "stream_template", + "lineno": 181, + "scope": null, + "is_async": false + }, + { + "id": "src.flask.templating.stream_template_string", + "name": "stream_template_string", + "lineno": 200, + "scope": null, + "is_async": false + } + ], + "src.flask.testing": [ + { + "id": "src.flask.testing.EnvironBuilder.__init__", + "name": "__init__", + "lineno": 49, + "scope": "EnvironBuilder", + "is_async": false + }, + { + "id": "src.flask.testing.EnvironBuilder.json_dumps", + "name": "json_dumps", + "lineno": 88, + "scope": "EnvironBuilder", + "is_async": false + }, + { + "id": "src.flask.testing._get_werkzeug_version", + "name": "_get_werkzeug_version", + "lineno": 100, + "scope": null, + "is_async": false + }, + { + "id": "src.flask.testing.FlaskClient.__init__", + "name": "__init__", + "lineno": 125, + "scope": "FlaskClient", + "is_async": false + }, + { + "id": "src.flask.testing.FlaskClient.session_transaction", + "name": "session_transaction", + "lineno": 136, + "scope": "FlaskClient", + "is_async": false + }, + { + "id": "src.flask.testing.FlaskClient._copy_environ", + "name": "_copy_environ", + "lineno": 185, + "scope": "FlaskClient", + "is_async": false + }, + { + "id": "src.flask.testing.FlaskClient._request_from_builder_args", + "name": "_request_from_builder_args", + "lineno": 193, + "scope": "FlaskClient", + "is_async": false + }, + { + "id": "src.flask.testing.FlaskClient.open", + "name": "open", + "lineno": 204, + "scope": "FlaskClient", + "is_async": false + }, + { + "id": "src.flask.testing.FlaskClient.__enter__", + "name": "__enter__", + "lineno": 249, + "scope": "FlaskClient", + "is_async": false + }, + { + "id": "src.flask.testing.FlaskClient.__exit__", + "name": "__exit__", + "lineno": 255, + "scope": "FlaskClient", + "is_async": false + }, + { + "id": "src.flask.testing.FlaskCliRunner.__init__", + "name": "__init__", + "lineno": 271, + "scope": "FlaskCliRunner", + "is_async": false + }, + { + "id": "src.flask.testing.FlaskCliRunner.invoke", + "name": "invoke", + "lineno": 275, + "scope": "FlaskCliRunner", + "is_async": false + } + ], + "src.flask.typing": [], + "src.flask.views": [ + { + "id": "src.flask.views.View.dispatch_request", + "name": "dispatch_request", + "lineno": 78, + "scope": "View", + "is_async": false + }, + { + "id": "src.flask.views.View.as_view", + "name": "as_view", + "lineno": 86, + "scope": "View", + "is_async": false + }, + { + "id": "src.flask.views.View.as_view.view", + "name": "view", + "lineno": 106, + "scope": "View.as_view", + "is_async": false + }, + { + "id": "src.flask.views.View.as_view.view", + "name": "view", + "lineno": 115, + "scope": "View.as_view", + "is_async": false + }, + { + "id": "src.flask.views.MethodView.__init_subclass__", + "name": "__init_subclass__", + "lineno": 165, + "scope": "MethodView", + "is_async": false + }, + { + "id": "src.flask.views.MethodView.dispatch_request", + "name": "dispatch_request", + "lineno": 182, + "scope": "MethodView", + "is_async": false + } + ], + "src.flask.wrappers": [ + { + "id": "src.flask.wrappers.Request.max_content_length", + "name": "max_content_length", + "lineno": 60, + "scope": "Request", + "is_async": false + }, + { + "id": "src.flask.wrappers.Request.max_content_length", + "name": "max_content_length", + "lineno": 89, + "scope": "Request", + "is_async": false + }, + { + "id": "src.flask.wrappers.Request.max_form_memory_size", + "name": "max_form_memory_size", + "lineno": 93, + "scope": "Request", + "is_async": false + }, + { + "id": "src.flask.wrappers.Request.max_form_memory_size", + "name": "max_form_memory_size", + "lineno": 116, + "scope": "Request", + "is_async": false + }, + { + "id": "src.flask.wrappers.Request.max_form_parts", + "name": "max_form_parts", + "lineno": 120, + "scope": "Request", + "is_async": false + }, + { + "id": "src.flask.wrappers.Request.max_form_parts", + "name": "max_form_parts", + "lineno": 143, + "scope": "Request", + "is_async": false + }, + { + "id": "src.flask.wrappers.Request.endpoint", + "name": "endpoint", + "lineno": 147, + "scope": "Request", + "is_async": false + }, + { + "id": "src.flask.wrappers.Request.blueprint", + "name": "blueprint", + "lineno": 162, + "scope": "Request", + "is_async": false + }, + { + "id": "src.flask.wrappers.Request.blueprints", + "name": "blueprints", + "lineno": 181, + "scope": "Request", + "is_async": false + }, + { + "id": "src.flask.wrappers.Request._load_form_data", + "name": "_load_form_data", + "lineno": 197, + "scope": "Request", + "is_async": false + }, + { + "id": "src.flask.wrappers.Request.on_json_loading_failed", + "name": "on_json_loading_failed", + "lineno": 212, + "scope": "Request", + "is_async": false + }, + { + "id": "src.flask.wrappers.Response.max_cookie_size", + "name": "max_cookie_size", + "lineno": 247, + "scope": "Response", + "is_async": false + } + ], + "src.flask": [], + "src.flask.__main__": [], + "src.flask.json.provider": [ + { + "id": "src.flask.json.provider.JSONProvider.__init__", + "name": "__init__", + "lineno": 38, + "scope": "JSONProvider", + "is_async": false + }, + { + "id": "src.flask.json.provider.JSONProvider.dumps", + "name": "dumps", + "lineno": 41, + "scope": "JSONProvider", + "is_async": false + }, + { + "id": "src.flask.json.provider.JSONProvider.dump", + "name": "dump", + "lineno": 49, + "scope": "JSONProvider", + "is_async": false + }, + { + "id": "src.flask.json.provider.JSONProvider.loads", + "name": "loads", + "lineno": 59, + "scope": "JSONProvider", + "is_async": false + }, + { + "id": "src.flask.json.provider.JSONProvider.load", + "name": "load", + "lineno": 67, + "scope": "JSONProvider", + "is_async": false + }, + { + "id": "src.flask.json.provider.JSONProvider._prepare_response_obj", + "name": "_prepare_response_obj", + "lineno": 75, + "scope": "JSONProvider", + "is_async": false + }, + { + "id": "src.flask.json.provider.JSONProvider.response", + "name": "response", + "lineno": 89, + "scope": "JSONProvider", + "is_async": false + }, + { + "id": "src.flask.json.provider._default", + "name": "_default", + "lineno": 108, + "scope": null, + "is_async": false + }, + { + "id": "src.flask.json.provider.DefaultJSONProvider.dumps", + "name": "dumps", + "lineno": 166, + "scope": "DefaultJSONProvider", + "is_async": false + }, + { + "id": "src.flask.json.provider.DefaultJSONProvider.loads", + "name": "loads", + "lineno": 181, + "scope": "DefaultJSONProvider", + "is_async": false + }, + { + "id": "src.flask.json.provider.DefaultJSONProvider.response", + "name": "response", + "lineno": 189, + "scope": "DefaultJSONProvider", + "is_async": false + } + ], + "src.flask.json.tag": [ + { + "id": "src.flask.json.tag.JSONTag.__init__", + "name": "__init__", + "lineno": 69, + "scope": "JSONTag", + "is_async": false + }, + { + "id": "src.flask.json.tag.JSONTag.check", + "name": "check", + "lineno": 73, + "scope": "JSONTag", + "is_async": false + }, + { + "id": "src.flask.json.tag.JSONTag.to_json", + "name": "to_json", + "lineno": 77, + "scope": "JSONTag", + "is_async": false + }, + { + "id": "src.flask.json.tag.JSONTag.to_python", + "name": "to_python", + "lineno": 82, + "scope": "JSONTag", + "is_async": false + }, + { + "id": "src.flask.json.tag.JSONTag.tag", + "name": "tag", + "lineno": 87, + "scope": "JSONTag", + "is_async": false + }, + { + "id": "src.flask.json.tag.TagDict.check", + "name": "check", + "lineno": 103, + "scope": "TagDict", + "is_async": false + }, + { + "id": "src.flask.json.tag.TagDict.to_json", + "name": "to_json", + "lineno": 110, + "scope": "TagDict", + "is_async": false + }, + { + "id": "src.flask.json.tag.TagDict.to_python", + "name": "to_python", + "lineno": 114, + "scope": "TagDict", + "is_async": false + }, + { + "id": "src.flask.json.tag.PassDict.check", + "name": "check", + "lineno": 122, + "scope": "PassDict", + "is_async": false + }, + { + "id": "src.flask.json.tag.PassDict.to_json", + "name": "to_json", + "lineno": 125, + "scope": "PassDict", + "is_async": false + }, + { + "id": "src.flask.json.tag.TagTuple.check", + "name": "check", + "lineno": 137, + "scope": "TagTuple", + "is_async": false + }, + { + "id": "src.flask.json.tag.TagTuple.to_json", + "name": "to_json", + "lineno": 140, + "scope": "TagTuple", + "is_async": false + }, + { + "id": "src.flask.json.tag.TagTuple.to_python", + "name": "to_python", + "lineno": 143, + "scope": "TagTuple", + "is_async": false + }, + { + "id": "src.flask.json.tag.PassList.check", + "name": "check", + "lineno": 150, + "scope": "PassList", + "is_async": false + }, + { + "id": "src.flask.json.tag.PassList.to_json", + "name": "to_json", + "lineno": 153, + "scope": "PassList", + "is_async": false + }, + { + "id": "src.flask.json.tag.TagBytes.check", + "name": "check", + "lineno": 163, + "scope": "TagBytes", + "is_async": false + }, + { + "id": "src.flask.json.tag.TagBytes.to_json", + "name": "to_json", + "lineno": 166, + "scope": "TagBytes", + "is_async": false + }, + { + "id": "src.flask.json.tag.TagBytes.to_python", + "name": "to_python", + "lineno": 169, + "scope": "TagBytes", + "is_async": false + }, + { + "id": "src.flask.json.tag.TagMarkup.check", + "name": "check", + "lineno": 181, + "scope": "TagMarkup", + "is_async": false + }, + { + "id": "src.flask.json.tag.TagMarkup.to_json", + "name": "to_json", + "lineno": 184, + "scope": "TagMarkup", + "is_async": false + }, + { + "id": "src.flask.json.tag.TagMarkup.to_python", + "name": "to_python", + "lineno": 187, + "scope": "TagMarkup", + "is_async": false + }, + { + "id": "src.flask.json.tag.TagUUID.check", + "name": "check", + "lineno": 195, + "scope": "TagUUID", + "is_async": false + }, + { + "id": "src.flask.json.tag.TagUUID.to_json", + "name": "to_json", + "lineno": 198, + "scope": "TagUUID", + "is_async": false + }, + { + "id": "src.flask.json.tag.TagUUID.to_python", + "name": "to_python", + "lineno": 201, + "scope": "TagUUID", + "is_async": false + }, + { + "id": "src.flask.json.tag.TagDateTime.check", + "name": "check", + "lineno": 209, + "scope": "TagDateTime", + "is_async": false + }, + { + "id": "src.flask.json.tag.TagDateTime.to_json", + "name": "to_json", + "lineno": 212, + "scope": "TagDateTime", + "is_async": false + }, + { + "id": "src.flask.json.tag.TagDateTime.to_python", + "name": "to_python", + "lineno": 215, + "scope": "TagDateTime", + "is_async": false + }, + { + "id": "src.flask.json.tag.TaggedJSONSerializer.__init__", + "name": "__init__", + "lineno": 249, + "scope": "TaggedJSONSerializer", + "is_async": false + }, + { + "id": "src.flask.json.tag.TaggedJSONSerializer.register", + "name": "register", + "lineno": 256, + "scope": "TaggedJSONSerializer", + "is_async": false + }, + { + "id": "src.flask.json.tag.TaggedJSONSerializer.tag", + "name": "tag", + "lineno": 289, + "scope": "TaggedJSONSerializer", + "is_async": false + }, + { + "id": "src.flask.json.tag.TaggedJSONSerializer.untag", + "name": "untag", + "lineno": 297, + "scope": "TaggedJSONSerializer", + "is_async": false + }, + { + "id": "src.flask.json.tag.TaggedJSONSerializer._untag_scan", + "name": "_untag_scan", + "lineno": 309, + "scope": "TaggedJSONSerializer", + "is_async": false + }, + { + "id": "src.flask.json.tag.TaggedJSONSerializer.dumps", + "name": "dumps", + "lineno": 321, + "scope": "TaggedJSONSerializer", + "is_async": false + }, + { + "id": "src.flask.json.tag.TaggedJSONSerializer.loads", + "name": "loads", + "lineno": 325, + "scope": "TaggedJSONSerializer", + "is_async": false + } + ], + "src.flask.json": [ + { + "id": "src.flask.json.dumps", + "name": "dumps", + "lineno": 13, + "scope": null, + "is_async": false + }, + { + "id": "src.flask.json.dump", + "name": "dump", + "lineno": 47, + "scope": null, + "is_async": false + }, + { + "id": "src.flask.json.loads", + "name": "loads", + "lineno": 77, + "scope": null, + "is_async": false + }, + { + "id": "src.flask.json.load", + "name": "load", + "lineno": 108, + "scope": null, + "is_async": false + }, + { + "id": "src.flask.json.jsonify", + "name": "jsonify", + "lineno": 138, + "scope": null, + "is_async": false + } + ], + "src.flask.sansio.app": [ + { + "id": "src.flask.sansio.app._make_timedelta", + "name": "_make_timedelta", + "lineno": 52, + "scope": null, + "is_async": false + }, + { + "id": "src.flask.sansio.app.App.__init__", + "name": "__init__", + "lineno": 279, + "scope": "App", + "is_async": false + }, + { + "id": "src.flask.sansio.app.App._check_setup_finished", + "name": "_check_setup_finished", + "lineno": 410, + "scope": "App", + "is_async": false + }, + { + "id": "src.flask.sansio.app.App.name", + "name": "name", + "lineno": 423, + "scope": "App", + "is_async": false + }, + { + "id": "src.flask.sansio.app.App.logger", + "name": "logger", + "lineno": 440, + "scope": "App", + "is_async": false + }, + { + "id": "src.flask.sansio.app.App.jinja_env", + "name": "jinja_env", + "lineno": 467, + "scope": "App", + "is_async": false + }, + { + "id": "src.flask.sansio.app.App.create_jinja_environment", + "name": "create_jinja_environment", + "lineno": 476, + "scope": "App", + "is_async": false + }, + { + "id": "src.flask.sansio.app.App.make_config", + "name": "make_config", + "lineno": 479, + "scope": "App", + "is_async": false + }, + { + "id": "src.flask.sansio.app.App.make_aborter", + "name": "make_aborter", + "lineno": 495, + "scope": "App", + "is_async": false + }, + { + "id": "src.flask.sansio.app.App.auto_find_instance_path", + "name": "auto_find_instance_path", + "lineno": 507, + "scope": "App", + "is_async": false + }, + { + "id": "src.flask.sansio.app.App.create_global_jinja_loader", + "name": "create_global_jinja_loader", + "lineno": 520, + "scope": "App", + "is_async": false + }, + { + "id": "src.flask.sansio.app.App.select_jinja_autoescape", + "name": "select_jinja_autoescape", + "lineno": 533, + "scope": "App", + "is_async": false + }, + { + "id": "src.flask.sansio.app.App.debug", + "name": "debug", + "lineno": 550, + "scope": "App", + "is_async": false + }, + { + "id": "src.flask.sansio.app.App.debug", + "name": "debug", + "lineno": 563, + "scope": "App", + "is_async": false + }, + { + "id": "src.flask.sansio.app.App.register_blueprint", + "name": "register_blueprint", + "lineno": 570, + "scope": "App", + "is_async": false + }, + { + "id": "src.flask.sansio.app.App.iter_blueprints", + "name": "iter_blueprints", + "lineno": 597, + "scope": "App", + "is_async": false + }, + { + "id": "src.flask.sansio.app.App.add_url_rule", + "name": "add_url_rule", + "lineno": 605, + "scope": "App", + "is_async": false + }, + { + "id": "src.flask.sansio.app.App.template_filter", + "name": "template_filter", + "lineno": 664, + "scope": "App", + "is_async": false + }, + { + "id": "src.flask.sansio.app.App.template_filter", + "name": "template_filter", + "lineno": 666, + "scope": "App", + "is_async": false + }, + { + "id": "src.flask.sansio.app.App.template_filter", + "name": "template_filter", + "lineno": 670, + "scope": "App", + "is_async": false + }, + { + "id": "src.flask.sansio.app.App.template_filter.decorator", + "name": "decorator", + "lineno": 692, + "scope": "App.template_filter", + "is_async": false + }, + { + "id": "src.flask.sansio.app.App.add_template_filter", + "name": "add_template_filter", + "lineno": 699, + "scope": "App", + "is_async": false + }, + { + "id": "src.flask.sansio.app.App.template_test", + "name": "template_test", + "lineno": 714, + "scope": "App", + "is_async": false + }, + { + "id": "src.flask.sansio.app.App.template_test", + "name": "template_test", + "lineno": 716, + "scope": "App", + "is_async": false + }, + { + "id": "src.flask.sansio.app.App.template_test", + "name": "template_test", + "lineno": 720, + "scope": "App", + "is_async": false + }, + { + "id": "src.flask.sansio.app.App.template_test.decorator", + "name": "decorator", + "lineno": 749, + "scope": "App.template_test", + "is_async": false + }, + { + "id": "src.flask.sansio.app.App.add_template_test", + "name": "add_template_test", + "lineno": 756, + "scope": "App", + "is_async": false + }, + { + "id": "src.flask.sansio.app.App.template_global", + "name": "template_global", + "lineno": 773, + "scope": "App", + "is_async": false + }, + { + "id": "src.flask.sansio.app.App.template_global", + "name": "template_global", + "lineno": 775, + "scope": "App", + "is_async": false + }, + { + "id": "src.flask.sansio.app.App.template_global", + "name": "template_global", + "lineno": 779, + "scope": "App", + "is_async": false + }, + { + "id": "src.flask.sansio.app.App.template_global.decorator", + "name": "decorator", + "lineno": 803, + "scope": "App.template_global", + "is_async": false + }, + { + "id": "src.flask.sansio.app.App.add_template_global", + "name": "add_template_global", + "lineno": 810, + "scope": "App", + "is_async": false + }, + { + "id": "src.flask.sansio.app.App.teardown_appcontext", + "name": "teardown_appcontext", + "lineno": 827, + "scope": "App", + "is_async": false + }, + { + "id": "src.flask.sansio.app.App.shell_context_processor", + "name": "shell_context_processor", + "lineno": 858, + "scope": "App", + "is_async": false + }, + { + "id": "src.flask.sansio.app.App._find_error_handler", + "name": "_find_error_handler", + "lineno": 868, + "scope": "App", + "is_async": false + }, + { + "id": "src.flask.sansio.app.App.trap_http_exception", + "name": "trap_http_exception", + "lineno": 893, + "scope": "App", + "is_async": false + }, + { + "id": "src.flask.sansio.app.App.redirect", + "name": "redirect", + "lineno": 939, + "scope": "App", + "is_async": false + }, + { + "id": "src.flask.sansio.app.App.inject_url_defaults", + "name": "inject_url_defaults", + "lineno": 960, + "scope": "App", + "is_async": false + }, + { + "id": "src.flask.sansio.app.App.handle_url_build_error", + "name": "handle_url_build_error", + "lineno": 981, + "scope": "App", + "is_async": false + } + ], + "src.flask.sansio.blueprints": [ + { + "id": "src.flask.sansio.blueprints.BlueprintSetupState.__init__", + "name": "__init__", + "lineno": 41, + "scope": "BlueprintSetupState", + "is_async": false + }, + { + "id": "src.flask.sansio.blueprints.BlueprintSetupState.add_url_rule", + "name": "add_url_rule", + "lineno": 87, + "scope": "BlueprintSetupState", + "is_async": false + }, + { + "id": "src.flask.sansio.blueprints.Blueprint.__init__", + "name": "__init__", + "lineno": 174, + "scope": "Blueprint", + "is_async": false + }, + { + "id": "src.flask.sansio.blueprints.Blueprint._check_setup_finished", + "name": "_check_setup_finished", + "lineno": 213, + "scope": "Blueprint", + "is_async": false + }, + { + "id": "src.flask.sansio.blueprints.Blueprint.record", + "name": "record", + "lineno": 224, + "scope": "Blueprint", + "is_async": false + }, + { + "id": "src.flask.sansio.blueprints.Blueprint.record_once", + "name": "record_once", + "lineno": 233, + "scope": "Blueprint", + "is_async": false + }, + { + "id": "src.flask.sansio.blueprints.Blueprint.record_once.wrapper", + "name": "wrapper", + "lineno": 240, + "scope": "Blueprint.record_once", + "is_async": false + }, + { + "id": "src.flask.sansio.blueprints.Blueprint.make_setup_state", + "name": "make_setup_state", + "lineno": 246, + "scope": "Blueprint", + "is_async": false + }, + { + "id": "src.flask.sansio.blueprints.Blueprint.register_blueprint", + "name": "register_blueprint", + "lineno": 256, + "scope": "Blueprint", + "is_async": false + }, + { + "id": "src.flask.sansio.blueprints.Blueprint.register", + "name": "register", + "lineno": 273, + "scope": "Blueprint", + "is_async": false + }, + { + "id": "src.flask.sansio.blueprints.Blueprint._merge_blueprint_funcs", + "name": "_merge_blueprint_funcs", + "lineno": 379, + "scope": "Blueprint", + "is_async": false + }, + { + "id": "src.flask.sansio.blueprints.Blueprint._merge_blueprint_funcs.extend", + "name": "extend", + "lineno": 380, + "scope": "Blueprint._merge_blueprint_funcs", + "is_async": false + }, + { + "id": "src.flask.sansio.blueprints.Blueprint.add_url_rule", + "name": "add_url_rule", + "lineno": 413, + "scope": "Blueprint", + "is_async": false + }, + { + "id": "src.flask.sansio.blueprints.Blueprint.app_template_filter", + "name": "app_template_filter", + "lineno": 444, + "scope": "Blueprint", + "is_async": false + }, + { + "id": "src.flask.sansio.blueprints.Blueprint.app_template_filter", + "name": "app_template_filter", + "lineno": 446, + "scope": "Blueprint", + "is_async": false + }, + { + "id": "src.flask.sansio.blueprints.Blueprint.app_template_filter", + "name": "app_template_filter", + "lineno": 450, + "scope": "Blueprint", + "is_async": false + }, + { + "id": "src.flask.sansio.blueprints.Blueprint.app_template_filter.decorator", + "name": "decorator", + "lineno": 469, + "scope": "Blueprint.app_template_filter", + "is_async": false + }, + { + "id": "src.flask.sansio.blueprints.Blueprint.add_app_template_filter", + "name": "add_app_template_filter", + "lineno": 476, + "scope": "Blueprint", + "is_async": false + }, + { + "id": "src.flask.sansio.blueprints.Blueprint.add_app_template_filter.register_template_filter", + "name": "register_template_filter", + "lineno": 492, + "scope": "Blueprint.add_app_template_filter", + "is_async": false + }, + { + "id": "src.flask.sansio.blueprints.Blueprint.app_template_test", + "name": "app_template_test", + "lineno": 498, + "scope": "Blueprint", + "is_async": false + }, + { + "id": "src.flask.sansio.blueprints.Blueprint.app_template_test", + "name": "app_template_test", + "lineno": 500, + "scope": "Blueprint", + "is_async": false + }, + { + "id": "src.flask.sansio.blueprints.Blueprint.app_template_test", + "name": "app_template_test", + "lineno": 504, + "scope": "Blueprint", + "is_async": false + }, + { + "id": "src.flask.sansio.blueprints.Blueprint.app_template_test.decorator", + "name": "decorator", + "lineno": 525, + "scope": "Blueprint.app_template_test", + "is_async": false + }, + { + "id": "src.flask.sansio.blueprints.Blueprint.add_app_template_test", + "name": "add_app_template_test", + "lineno": 532, + "scope": "Blueprint", + "is_async": false + }, + { + "id": "src.flask.sansio.blueprints.Blueprint.add_app_template_test.register_template_test", + "name": "register_template_test", + "lineno": 550, + "scope": "Blueprint.add_app_template_test", + "is_async": false + }, + { + "id": "src.flask.sansio.blueprints.Blueprint.app_template_global", + "name": "app_template_global", + "lineno": 556, + "scope": "Blueprint", + "is_async": false + }, + { + "id": "src.flask.sansio.blueprints.Blueprint.app_template_global", + "name": "app_template_global", + "lineno": 558, + "scope": "Blueprint", + "is_async": false + }, + { + "id": "src.flask.sansio.blueprints.Blueprint.app_template_global", + "name": "app_template_global", + "lineno": 562, + "scope": "Blueprint", + "is_async": false + }, + { + "id": "src.flask.sansio.blueprints.Blueprint.app_template_global.decorator", + "name": "decorator", + "lineno": 583, + "scope": "Blueprint.app_template_global", + "is_async": false + }, + { + "id": "src.flask.sansio.blueprints.Blueprint.add_app_template_global", + "name": "add_app_template_global", + "lineno": 590, + "scope": "Blueprint", + "is_async": false + }, + { + "id": "src.flask.sansio.blueprints.Blueprint.add_app_template_global.register_template_global", + "name": "register_template_global", + "lineno": 608, + "scope": "Blueprint.add_app_template_global", + "is_async": false + }, + { + "id": "src.flask.sansio.blueprints.Blueprint.before_app_request", + "name": "before_app_request", + "lineno": 614, + "scope": "Blueprint", + "is_async": false + }, + { + "id": "src.flask.sansio.blueprints.Blueprint.after_app_request", + "name": "after_app_request", + "lineno": 624, + "scope": "Blueprint", + "is_async": false + }, + { + "id": "src.flask.sansio.blueprints.Blueprint.teardown_app_request", + "name": "teardown_app_request", + "lineno": 634, + "scope": "Blueprint", + "is_async": false + }, + { + "id": "src.flask.sansio.blueprints.Blueprint.app_context_processor", + "name": "app_context_processor", + "lineno": 644, + "scope": "Blueprint", + "is_async": false + }, + { + "id": "src.flask.sansio.blueprints.Blueprint.app_errorhandler", + "name": "app_errorhandler", + "lineno": 656, + "scope": "Blueprint", + "is_async": false + }, + { + "id": "src.flask.sansio.blueprints.Blueprint.app_errorhandler.decorator", + "name": "decorator", + "lineno": 663, + "scope": "Blueprint.app_errorhandler", + "is_async": false + }, + { + "id": "src.flask.sansio.blueprints.Blueprint.app_errorhandler.decorator.from_blueprint", + "name": "from_blueprint", + "lineno": 664, + "scope": "Blueprint.app_errorhandler.decorator", + "is_async": false + }, + { + "id": "src.flask.sansio.blueprints.Blueprint.app_url_value_preprocessor", + "name": "app_url_value_preprocessor", + "lineno": 673, + "scope": "Blueprint", + "is_async": false + }, + { + "id": "src.flask.sansio.blueprints.Blueprint.app_url_defaults", + "name": "app_url_defaults", + "lineno": 685, + "scope": "Blueprint", + "is_async": false + } + ], + "src.flask.sansio.scaffold": [ + { + "id": "src.flask.sansio.scaffold.setupmethod", + "name": "setupmethod", + "lineno": 42, + "scope": null, + "is_async": false + }, + { + "id": "src.flask.sansio.scaffold.setupmethod.wrapper_func", + "name": "wrapper_func", + "lineno": 45, + "scope": "setupmethod", + "is_async": false + }, + { + "id": "src.flask.sansio.scaffold.Scaffold.__init__", + "name": "__init__", + "lineno": 75, + "scope": "Scaffold", + "is_async": false + }, + { + "id": "src.flask.sansio.scaffold.Scaffold.__repr__", + "name": "__repr__", + "lineno": 217, + "scope": "Scaffold", + "is_async": false + }, + { + "id": "src.flask.sansio.scaffold.Scaffold._check_setup_finished", + "name": "_check_setup_finished", + "lineno": 220, + "scope": "Scaffold", + "is_async": false + }, + { + "id": "src.flask.sansio.scaffold.Scaffold.static_folder", + "name": "static_folder", + "lineno": 224, + "scope": "Scaffold", + "is_async": false + }, + { + "id": "src.flask.sansio.scaffold.Scaffold.static_folder", + "name": "static_folder", + "lineno": 234, + "scope": "Scaffold", + "is_async": false + }, + { + "id": "src.flask.sansio.scaffold.Scaffold.has_static_folder", + "name": "has_static_folder", + "lineno": 241, + "scope": "Scaffold", + "is_async": false + }, + { + "id": "src.flask.sansio.scaffold.Scaffold.static_url_path", + "name": "static_url_path", + "lineno": 249, + "scope": "Scaffold", + "is_async": false + }, + { + "id": "src.flask.sansio.scaffold.Scaffold.static_url_path", + "name": "static_url_path", + "lineno": 265, + "scope": "Scaffold", + "is_async": false + }, + { + "id": "src.flask.sansio.scaffold.Scaffold.jinja_loader", + "name": "jinja_loader", + "lineno": 272, + "scope": "Scaffold", + "is_async": false + }, + { + "id": "src.flask.sansio.scaffold.Scaffold._method_route", + "name": "_method_route", + "lineno": 284, + "scope": "Scaffold", + "is_async": false + }, + { + "id": "src.flask.sansio.scaffold.Scaffold.get", + "name": "get", + "lineno": 296, + "scope": "Scaffold", + "is_async": false + }, + { + "id": "src.flask.sansio.scaffold.Scaffold.post", + "name": "post", + "lineno": 304, + "scope": "Scaffold", + "is_async": false + }, + { + "id": "src.flask.sansio.scaffold.Scaffold.put", + "name": "put", + "lineno": 312, + "scope": "Scaffold", + "is_async": false + }, + { + "id": "src.flask.sansio.scaffold.Scaffold.delete", + "name": "delete", + "lineno": 320, + "scope": "Scaffold", + "is_async": false + }, + { + "id": "src.flask.sansio.scaffold.Scaffold.patch", + "name": "patch", + "lineno": 328, + "scope": "Scaffold", + "is_async": false + }, + { + "id": "src.flask.sansio.scaffold.Scaffold.route", + "name": "route", + "lineno": 336, + "scope": "Scaffold", + "is_async": false + }, + { + "id": "src.flask.sansio.scaffold.Scaffold.route.decorator", + "name": "decorator", + "lineno": 360, + "scope": "Scaffold.route", + "is_async": false + }, + { + "id": "src.flask.sansio.scaffold.Scaffold.add_url_rule", + "name": "add_url_rule", + "lineno": 368, + "scope": "Scaffold", + "is_async": false + }, + { + "id": "src.flask.sansio.scaffold.Scaffold.endpoint", + "name": "endpoint", + "lineno": 436, + "scope": "Scaffold", + "is_async": false + }, + { + "id": "src.flask.sansio.scaffold.Scaffold.endpoint.decorator", + "name": "decorator", + "lineno": 453, + "scope": "Scaffold.endpoint", + "is_async": false + }, + { + "id": "src.flask.sansio.scaffold.Scaffold.before_request", + "name": "before_request", + "lineno": 460, + "scope": "Scaffold", + "is_async": false + }, + { + "id": "src.flask.sansio.scaffold.Scaffold.after_request", + "name": "after_request", + "lineno": 487, + "scope": "Scaffold", + "is_async": false + }, + { + "id": "src.flask.sansio.scaffold.Scaffold.teardown_request", + "name": "teardown_request", + "lineno": 508, + "scope": "Scaffold", + "is_async": false + }, + { + "id": "src.flask.sansio.scaffold.Scaffold.context_processor", + "name": "context_processor", + "lineno": 542, + "scope": "Scaffold", + "is_async": false + }, + { + "id": "src.flask.sansio.scaffold.Scaffold.url_value_preprocessor", + "name": "url_value_preprocessor", + "lineno": 559, + "scope": "Scaffold", + "is_async": false + }, + { + "id": "src.flask.sansio.scaffold.Scaffold.url_defaults", + "name": "url_defaults", + "lineno": 584, + "scope": "Scaffold", + "is_async": false + }, + { + "id": "src.flask.sansio.scaffold.Scaffold.errorhandler", + "name": "errorhandler", + "lineno": 598, + "scope": "Scaffold", + "is_async": false + }, + { + "id": "src.flask.sansio.scaffold.Scaffold.errorhandler.decorator", + "name": "decorator", + "lineno": 635, + "scope": "Scaffold.errorhandler", + "is_async": false + }, + { + "id": "src.flask.sansio.scaffold.Scaffold.register_error_handler", + "name": "register_error_handler", + "lineno": 642, + "scope": "Scaffold", + "is_async": false + }, + { + "id": "src.flask.sansio.scaffold.Scaffold._get_exc_class_and_code", + "name": "_get_exc_class_and_code", + "lineno": 657, + "scope": "Scaffold", + "is_async": false + }, + { + "id": "src.flask.sansio.scaffold._endpoint_from_view_func", + "name": "_endpoint_from_view_func", + "lineno": 701, + "scope": null, + "is_async": false + }, + { + "id": "src.flask.sansio.scaffold._find_package_path", + "name": "_find_package_path", + "lineno": 709, + "scope": null, + "is_async": false + }, + { + "id": "src.flask.sansio.scaffold.find_package", + "name": "find_package", + "lineno": 754, + "scope": null, + "is_async": false + } + ], + "tests.conftest": [ + { + "id": "tests.conftest._standard_os_environ", + "name": "_standard_os_environ", + "lineno": 12, + "scope": null, + "is_async": false + }, + { + "id": "tests.conftest._reset_os_environ", + "name": "_reset_os_environ", + "lineno": 37, + "scope": null, + "is_async": false + }, + { + "id": "tests.conftest.app", + "name": "app", + "lineno": 45, + "scope": null, + "is_async": false + }, + { + "id": "tests.conftest.app_ctx", + "name": "app_ctx", + "lineno": 55, + "scope": null, + "is_async": false + }, + { + "id": "tests.conftest.req_ctx", + "name": "req_ctx", + "lineno": 61, + "scope": null, + "is_async": false + }, + { + "id": "tests.conftest.client", + "name": "client", + "lineno": 67, + "scope": null, + "is_async": false + }, + { + "id": "tests.conftest.test_apps", + "name": "test_apps", + "lineno": 72, + "scope": null, + "is_async": false + }, + { + "id": "tests.conftest.leak_detector", + "name": "leak_detector", + "lineno": 85, + "scope": null, + "is_async": false + }, + { + "id": "tests.conftest.modules_tmp_path", + "name": "modules_tmp_path", + "lineno": 100, + "scope": null, + "is_async": false + }, + { + "id": "tests.conftest.modules_tmp_path_prefix", + "name": "modules_tmp_path_prefix", + "lineno": 109, + "scope": null, + "is_async": false + }, + { + "id": "tests.conftest.site_packages", + "name": "site_packages", + "lineno": 115, + "scope": null, + "is_async": false + }, + { + "id": "tests.conftest.purge_module", + "name": "purge_module", + "lineno": 125, + "scope": null, + "is_async": false + }, + { + "id": "tests.conftest.purge_module.inner", + "name": "inner", + "lineno": 126, + "scope": "purge_module", + "is_async": false + } + ], + "tests.test_appctx": [ + { + "id": "tests.test_appctx.test_basic_url_generation", + "name": "test_basic_url_generation", + "lineno": 10, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_appctx.test_basic_url_generation.index", + "name": "index", + "lineno": 15, + "scope": "test_basic_url_generation", + "is_async": false + }, + { + "id": "tests.test_appctx.test_url_generation_requires_server_name", + "name": "test_url_generation_requires_server_name", + "lineno": 23, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_appctx.test_url_generation_without_context_fails", + "name": "test_url_generation_without_context_fails", + "lineno": 29, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_appctx.test_request_context_means_app_context", + "name": "test_request_context_means_app_context", + "lineno": 34, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_appctx.test_app_context_provides_current_app", + "name": "test_app_context_provides_current_app", + "lineno": 40, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_appctx.test_app_tearing_down", + "name": "test_app_tearing_down", + "lineno": 46, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_appctx.test_app_tearing_down.cleanup", + "name": "cleanup", + "lineno": 50, + "scope": "test_app_tearing_down", + "is_async": false + }, + { + "id": "tests.test_appctx.test_app_tearing_down_with_previous_exception", + "name": "test_app_tearing_down_with_previous_exception", + "lineno": 59, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_appctx.test_app_tearing_down_with_previous_exception.cleanup", + "name": "cleanup", + "lineno": 63, + "scope": "test_app_tearing_down_with_previous_exception", + "is_async": false + }, + { + "id": "tests.test_appctx.test_app_tearing_down_with_handled_exception_by_except_block", + "name": "test_app_tearing_down_with_handled_exception_by_except_block", + "lineno": 77, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_appctx.test_app_tearing_down_with_handled_exception_by_except_block.cleanup", + "name": "cleanup", + "lineno": 81, + "scope": "test_app_tearing_down_with_handled_exception_by_except_block", + "is_async": false + }, + { + "id": "tests.test_appctx.test_app_tearing_down_with_handled_exception_by_app_handler", + "name": "test_app_tearing_down_with_handled_exception_by_app_handler", + "lineno": 93, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_appctx.test_app_tearing_down_with_handled_exception_by_app_handler.cleanup", + "name": "cleanup", + "lineno": 98, + "scope": "test_app_tearing_down_with_handled_exception_by_app_handler", + "is_async": false + }, + { + "id": "tests.test_appctx.test_app_tearing_down_with_handled_exception_by_app_handler.index", + "name": "index", + "lineno": 102, + "scope": "test_app_tearing_down_with_handled_exception_by_app_handler", + "is_async": false + }, + { + "id": "tests.test_appctx.test_app_tearing_down_with_handled_exception_by_app_handler.handler", + "name": "handler", + "lineno": 106, + "scope": "test_app_tearing_down_with_handled_exception_by_app_handler", + "is_async": false + }, + { + "id": "tests.test_appctx.test_app_tearing_down_with_unhandled_exception", + "name": "test_app_tearing_down_with_unhandled_exception", + "lineno": 116, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_appctx.test_app_tearing_down_with_unhandled_exception.cleanup", + "name": "cleanup", + "lineno": 121, + "scope": "test_app_tearing_down_with_unhandled_exception", + "is_async": false + }, + { + "id": "tests.test_appctx.test_app_tearing_down_with_unhandled_exception.index", + "name": "index", + "lineno": 125, + "scope": "test_app_tearing_down_with_unhandled_exception", + "is_async": false + }, + { + "id": "tests.test_appctx.test_app_ctx_globals_methods", + "name": "test_app_ctx_globals_methods", + "lineno": 139, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_appctx.test_custom_app_ctx_globals_class", + "name": "test_custom_app_ctx_globals_class", + "lineno": 162, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_appctx.test_custom_app_ctx_globals_class.CustomRequestGlobals.__init__", + "name": "__init__", + "lineno": 164, + "scope": "test_custom_app_ctx_globals_class.CustomRequestGlobals", + "is_async": false + }, + { + "id": "tests.test_appctx.test_context_refcounts", + "name": "test_context_refcounts", + "lineno": 172, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_appctx.test_context_refcounts.teardown_req", + "name": "teardown_req", + "lineno": 176, + "scope": "test_context_refcounts", + "is_async": false + }, + { + "id": "tests.test_appctx.test_context_refcounts.teardown_app", + "name": "teardown_app", + "lineno": 180, + "scope": "test_context_refcounts", + "is_async": false + }, + { + "id": "tests.test_appctx.test_context_refcounts.index", + "name": "index", + "lineno": 184, + "scope": "test_context_refcounts", + "is_async": false + }, + { + "id": "tests.test_appctx.test_clean_pop", + "name": "test_clean_pop", + "lineno": 197, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_appctx.test_clean_pop.teardown_req", + "name": "teardown_req", + "lineno": 202, + "scope": "test_clean_pop", + "is_async": false + }, + { + "id": "tests.test_appctx.test_clean_pop.teardown_app", + "name": "teardown_app", + "lineno": 206, + "scope": "test_clean_pop", + "is_async": false + }, + { + "id": "tests.test_appctx.test_robust_teardown", + "name": "test_robust_teardown", + "lineno": 216, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_appctx.test_robust_teardown.request_teardown", + "name": "request_teardown", + "lineno": 220, + "scope": "test_robust_teardown", + "is_async": false + }, + { + "id": "tests.test_appctx.test_robust_teardown.app_teardown", + "name": "app_teardown", + "lineno": 226, + "scope": "test_robust_teardown", + "is_async": false + }, + { + "id": "tests.test_appctx.test_robust_teardown.index", + "name": "index", + "lineno": 232, + "scope": "test_robust_teardown", + "is_async": false + }, + { + "id": "tests.test_appctx.test_robust_teardown.request_signal", + "name": "request_signal", + "lineno": 235, + "scope": "test_robust_teardown", + "is_async": false + }, + { + "id": "tests.test_appctx.test_robust_teardown.app_signal", + "name": "app_signal", + "lineno": 240, + "scope": "test_robust_teardown", + "is_async": false + } + ], + "tests.test_async": [ + { + "id": "tests.test_async.AsyncView.dispatch_request", + "name": "dispatch_request", + "lineno": 25, + "scope": "AsyncView", + "is_async": true + }, + { + "id": "tests.test_async.AsyncMethodView.get", + "name": "get", + "lineno": 31, + "scope": "AsyncMethodView", + "is_async": true + }, + { + "id": "tests.test_async.AsyncMethodView.post", + "name": "post", + "lineno": 35, + "scope": "AsyncMethodView", + "is_async": true + }, + { + "id": "tests.test_async._async_app", + "name": "_async_app", + "lineno": 41, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_async._async_app.index", + "name": "index", + "lineno": 46, + "scope": "_async_app", + "is_async": true + }, + { + "id": "tests.test_async._async_app.handle", + "name": "handle", + "lineno": 51, + "scope": "_async_app", + "is_async": true + }, + { + "id": "tests.test_async._async_app.error", + "name": "error", + "lineno": 55, + "scope": "_async_app", + "is_async": true + }, + { + "id": "tests.test_async._async_app.bp_index", + "name": "bp_index", + "lineno": 61, + "scope": "_async_app", + "is_async": true + }, + { + "id": "tests.test_async._async_app.bp_handle", + "name": "bp_handle", + "lineno": 66, + "scope": "_async_app", + "is_async": true + }, + { + "id": "tests.test_async._async_app.bp_error", + "name": "bp_error", + "lineno": 70, + "scope": "_async_app", + "is_async": true + }, + { + "id": "tests.test_async.test_async_route", + "name": "test_async_route", + "lineno": 82, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_async.test_async_error_handler", + "name": "test_async_error_handler", + "lineno": 91, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_async.test_async_before_after_request", + "name": "test_async_before_after_request", + "lineno": 97, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_async.test_async_before_after_request.index", + "name": "index", + "lineno": 106, + "scope": "test_async_before_after_request", + "is_async": false + }, + { + "id": "tests.test_async.test_async_before_after_request.before", + "name": "before", + "lineno": 110, + "scope": "test_async_before_after_request", + "is_async": true + }, + { + "id": "tests.test_async.test_async_before_after_request.after", + "name": "after", + "lineno": 115, + "scope": "test_async_before_after_request", + "is_async": true + }, + { + "id": "tests.test_async.test_async_before_after_request.bp_index", + "name": "bp_index", + "lineno": 123, + "scope": "test_async_before_after_request", + "is_async": false + }, + { + "id": "tests.test_async.test_async_before_after_request.bp_before", + "name": "bp_before", + "lineno": 127, + "scope": "test_async_before_after_request", + "is_async": true + }, + { + "id": "tests.test_async.test_async_before_after_request.bp_after", + "name": "bp_after", + "lineno": 132, + "scope": "test_async_before_after_request", + "is_async": true + } + ], + "tests.test_basic": [ + { + "id": "tests.test_basic.test_options_work", + "name": "test_options_work", + "lineno": 32, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_basic.test_options_work.index", + "name": "index", + "lineno": 34, + "scope": "test_options_work", + "is_async": false + }, + { + "id": "tests.test_basic.test_options_on_multiple_rules", + "name": "test_options_on_multiple_rules", + "lineno": 42, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_basic.test_options_on_multiple_rules.index", + "name": "index", + "lineno": 44, + "scope": "test_options_on_multiple_rules", + "is_async": false + }, + { + "id": "tests.test_basic.test_options_on_multiple_rules.index_put", + "name": "index_put", + "lineno": 48, + "scope": "test_options_on_multiple_rules", + "is_async": false + }, + { + "id": "tests.test_basic.test_method_route", + "name": "test_method_route", + "lineno": 56, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_basic.test_method_route.hello", + "name": "hello", + "lineno": 61, + "scope": "test_method_route", + "is_async": false + }, + { + "id": "tests.test_basic.test_method_route_no_methods", + "name": "test_method_route_no_methods", + "lineno": 67, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_basic.test_provide_automatic_options_attr_disable", + "name": "test_provide_automatic_options_attr_disable", + "lineno": 72, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_basic.test_provide_automatic_options_attr_disable.index", + "name": "index", + "lineno": 77, + "scope": "test_provide_automatic_options_attr_disable", + "is_async": false + }, + { + "id": "tests.test_basic.test_provide_automatic_options_attr_enable", + "name": "test_provide_automatic_options_attr_enable", + "lineno": 86, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_basic.test_provide_automatic_options_attr_enable.index", + "name": "index", + "lineno": 94, + "scope": "test_provide_automatic_options_attr_enable", + "is_async": false + }, + { + "id": "tests.test_basic.test_provide_automatic_options_arg_disable", + "name": "test_provide_automatic_options_arg_disable", + "lineno": 103, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_basic.test_provide_automatic_options_arg_disable.index", + "name": "index", + "lineno": 109, + "scope": "test_provide_automatic_options_arg_disable", + "is_async": false + }, + { + "id": "tests.test_basic.test_provide_automatic_options_method_disable", + "name": "test_provide_automatic_options_method_disable", + "lineno": 116, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_basic.test_provide_automatic_options_method_disable.index", + "name": "index", + "lineno": 122, + "scope": "test_provide_automatic_options_method_disable", + "is_async": false + }, + { + "id": "tests.test_basic.test_request_dispatching", + "name": "test_request_dispatching", + "lineno": 129, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_basic.test_request_dispatching.index", + "name": "index", + "lineno": 131, + "scope": "test_request_dispatching", + "is_async": false + }, + { + "id": "tests.test_basic.test_request_dispatching.more", + "name": "more", + "lineno": 135, + "scope": "test_request_dispatching", + "is_async": false + }, + { + "id": "tests.test_basic.test_disallow_string_for_allowed_methods", + "name": "test_disallow_string_for_allowed_methods", + "lineno": 152, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_basic.test_url_mapping", + "name": "test_url_mapping", + "lineno": 157, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_basic.test_url_mapping.index", + "name": "index", + "lineno": 160, + "scope": "test_url_mapping", + "is_async": false + }, + { + "id": "tests.test_basic.test_url_mapping.more", + "name": "more", + "lineno": 163, + "scope": "test_url_mapping", + "is_async": false + }, + { + "id": "tests.test_basic.test_url_mapping.options", + "name": "options", + "lineno": 166, + "scope": "test_url_mapping", + "is_async": false + }, + { + "id": "tests.test_basic.test_werkzeug_routing", + "name": "test_werkzeug_routing", + "lineno": 193, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_basic.test_werkzeug_routing.bar", + "name": "bar", + "lineno": 201, + "scope": "test_werkzeug_routing", + "is_async": false + }, + { + "id": "tests.test_basic.test_werkzeug_routing.index", + "name": "index", + "lineno": 204, + "scope": "test_werkzeug_routing", + "is_async": false + }, + { + "id": "tests.test_basic.test_endpoint_decorator", + "name": "test_endpoint_decorator", + "lineno": 214, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_basic.test_endpoint_decorator.bar", + "name": "bar", + "lineno": 223, + "scope": "test_endpoint_decorator", + "is_async": false + }, + { + "id": "tests.test_basic.test_endpoint_decorator.index", + "name": "index", + "lineno": 227, + "scope": "test_endpoint_decorator", + "is_async": false + }, + { + "id": "tests.test_basic.test_session_accessed", + "name": "test_session_accessed", + "lineno": 234, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_basic.test_session_accessed.do_set", + "name": "do_set", + "lineno": 236, + "scope": "test_session_accessed", + "is_async": false + }, + { + "id": "tests.test_basic.test_session_accessed.do_get", + "name": "do_get", + "lineno": 241, + "scope": "test_session_accessed", + "is_async": false + }, + { + "id": "tests.test_basic.test_session_accessed.do_nothing", + "name": "do_nothing", + "lineno": 245, + "scope": "test_session_accessed", + "is_async": false + }, + { + "id": "tests.test_basic.test_session_path", + "name": "test_session_path", + "lineno": 276, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_basic.test_session_path.index", + "name": "index", + "lineno": 280, + "scope": "test_session_path", + "is_async": false + }, + { + "id": "tests.test_basic.test_session_using_application_root", + "name": "test_session_using_application_root", + "lineno": 288, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_basic.test_session_using_application_root.PrefixPathMiddleware.__init__", + "name": "__init__", + "lineno": 290, + "scope": "test_session_using_application_root.PrefixPathMiddleware", + "is_async": false + }, + { + "id": "tests.test_basic.test_session_using_application_root.PrefixPathMiddleware.__call__", + "name": "__call__", + "lineno": 294, + "scope": "test_session_using_application_root.PrefixPathMiddleware", + "is_async": false + }, + { + "id": "tests.test_basic.test_session_using_application_root.index", + "name": "index", + "lineno": 302, + "scope": "test_session_using_application_root", + "is_async": false + }, + { + "id": "tests.test_basic.test_session_using_session_settings", + "name": "test_session_using_session_settings", + "lineno": 310, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_basic.test_session_using_session_settings.index", + "name": "index", + "lineno": 323, + "scope": "test_session_using_session_settings", + "is_async": false + }, + { + "id": "tests.test_basic.test_session_using_session_settings.clear", + "name": "clear", + "lineno": 328, + "scope": "test_session_using_session_settings", + "is_async": false + }, + { + "id": "tests.test_basic.test_session_using_samesite_attribute", + "name": "test_session_using_samesite_attribute", + "lineno": 353, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_basic.test_session_using_samesite_attribute.index", + "name": "index", + "lineno": 355, + "scope": "test_session_using_samesite_attribute", + "is_async": false + }, + { + "id": "tests.test_basic.test_missing_session", + "name": "test_missing_session", + "lineno": 380, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_basic.test_missing_session.expect_exception", + "name": "expect_exception", + "lineno": 383, + "scope": "test_missing_session", + "is_async": false + }, + { + "id": "tests.test_basic.test_session_secret_key_fallbacks", + "name": "test_session_secret_key_fallbacks", + "lineno": 393, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_basic.test_session_secret_key_fallbacks.set_session", + "name": "set_session", + "lineno": 395, + "scope": "test_session_secret_key_fallbacks", + "is_async": false + }, + { + "id": "tests.test_basic.test_session_secret_key_fallbacks.get_session", + "name": "get_session", + "lineno": 400, + "scope": "test_session_secret_key_fallbacks", + "is_async": false + }, + { + "id": "tests.test_basic.test_session_expiration", + "name": "test_session_expiration", + "lineno": 421, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_basic.test_session_expiration.index", + "name": "index", + "lineno": 425, + "scope": "test_session_expiration", + "is_async": false + }, + { + "id": "tests.test_basic.test_session_expiration.test", + "name": "test", + "lineno": 431, + "scope": "test_session_expiration", + "is_async": false + }, + { + "id": "tests.test_basic.test_session_stored_last", + "name": "test_session_stored_last", + "lineno": 453, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_basic.test_session_stored_last.modify_session", + "name": "modify_session", + "lineno": 455, + "scope": "test_session_stored_last", + "is_async": false + }, + { + "id": "tests.test_basic.test_session_stored_last.dump_session_contents", + "name": "dump_session_contents", + "lineno": 460, + "scope": "test_session_stored_last", + "is_async": false + }, + { + "id": "tests.test_basic.test_session_special_types", + "name": "test_session_special_types", + "lineno": 467, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_basic.test_session_special_types.dump_session_contents", + "name": "dump_session_contents", + "lineno": 472, + "scope": "test_session_special_types", + "is_async": false + }, + { + "id": "tests.test_basic.test_session_cookie_setting", + "name": "test_session_cookie_setting", + "lineno": 498, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_basic.test_session_cookie_setting.bump", + "name": "bump", + "lineno": 502, + "scope": "test_session_cookie_setting", + "is_async": false + }, + { + "id": "tests.test_basic.test_session_cookie_setting.read", + "name": "read", + "lineno": 508, + "scope": "test_session_cookie_setting", + "is_async": false + }, + { + "id": "tests.test_basic.test_session_cookie_setting.run_test", + "name": "run_test", + "lineno": 511, + "scope": "test_session_cookie_setting", + "is_async": false + }, + { + "id": "tests.test_basic.test_session_vary_cookie", + "name": "test_session_vary_cookie", + "lineno": 539, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_basic.test_session_vary_cookie.set_session", + "name": "set_session", + "lineno": 541, + "scope": "test_session_vary_cookie", + "is_async": false + }, + { + "id": "tests.test_basic.test_session_vary_cookie.get", + "name": "get", + "lineno": 546, + "scope": "test_session_vary_cookie", + "is_async": false + }, + { + "id": "tests.test_basic.test_session_vary_cookie.getitem", + "name": "getitem", + "lineno": 550, + "scope": "test_session_vary_cookie", + "is_async": false + }, + { + "id": "tests.test_basic.test_session_vary_cookie.setdefault", + "name": "setdefault", + "lineno": 554, + "scope": "test_session_vary_cookie", + "is_async": false + }, + { + "id": "tests.test_basic.test_session_vary_cookie.clear", + "name": "clear", + "lineno": 558, + "scope": "test_session_vary_cookie", + "is_async": false + }, + { + "id": "tests.test_basic.test_session_vary_cookie.vary_cookie_header_set", + "name": "vary_cookie_header_set", + "lineno": 563, + "scope": "test_session_vary_cookie", + "is_async": false + }, + { + "id": "tests.test_basic.test_session_vary_cookie.vary_header_set", + "name": "vary_header_set", + "lineno": 570, + "scope": "test_session_vary_cookie", + "is_async": false + }, + { + "id": "tests.test_basic.test_session_vary_cookie.no_vary_header", + "name": "no_vary_header", + "lineno": 577, + "scope": "test_session_vary_cookie", + "is_async": false + }, + { + "id": "tests.test_basic.test_session_vary_cookie.expect", + "name": "expect", + "lineno": 580, + "scope": "test_session_vary_cookie", + "is_async": false + }, + { + "id": "tests.test_basic.test_session_refresh_vary", + "name": "test_session_refresh_vary", + "lineno": 600, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_basic.test_session_refresh_vary.login", + "name": "login", + "lineno": 602, + "scope": "test_session_refresh_vary", + "is_async": false + }, + { + "id": "tests.test_basic.test_session_refresh_vary.ignored", + "name": "ignored", + "lineno": 608, + "scope": "test_session_refresh_vary", + "is_async": false + }, + { + "id": "tests.test_basic.test_flashes", + "name": "test_flashes", + "lineno": 617, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_basic.test_extended_flashing", + "name": "test_extended_flashing", + "lineno": 626, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_basic.test_extended_flashing.index", + "name": "index", + "lineno": 634, + "scope": "test_extended_flashing", + "is_async": false + }, + { + "id": "tests.test_basic.test_extended_flashing.test", + "name": "test", + "lineno": 641, + "scope": "test_extended_flashing", + "is_async": false + }, + { + "id": "tests.test_basic.test_extended_flashing.test_with_categories", + "name": "test_with_categories", + "lineno": 651, + "scope": "test_extended_flashing", + "is_async": false + }, + { + "id": "tests.test_basic.test_extended_flashing.test_filter", + "name": "test_filter", + "lineno": 662, + "scope": "test_extended_flashing", + "is_async": false + }, + { + "id": "tests.test_basic.test_extended_flashing.test_filters", + "name": "test_filters", + "lineno": 670, + "scope": "test_extended_flashing", + "is_async": false + }, + { + "id": "tests.test_basic.test_extended_flashing.test_filters2", + "name": "test_filters2", + "lineno": 681, + "scope": "test_extended_flashing", + "is_async": false + }, + { + "id": "tests.test_basic.test_request_processing", + "name": "test_request_processing", + "lineno": 707, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_basic.test_request_processing.before_request", + "name": "before_request", + "lineno": 711, + "scope": "test_request_processing", + "is_async": false + }, + { + "id": "tests.test_basic.test_request_processing.after_request", + "name": "after_request", + "lineno": 715, + "scope": "test_request_processing", + "is_async": false + }, + { + "id": "tests.test_basic.test_request_processing.index", + "name": "index", + "lineno": 721, + "scope": "test_request_processing", + "is_async": false + }, + { + "id": "tests.test_basic.test_request_preprocessing_early_return", + "name": "test_request_preprocessing_early_return", + "lineno": 732, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_basic.test_request_preprocessing_early_return.before_request1", + "name": "before_request1", + "lineno": 736, + "scope": "test_request_preprocessing_early_return", + "is_async": false + }, + { + "id": "tests.test_basic.test_request_preprocessing_early_return.before_request2", + "name": "before_request2", + "lineno": 740, + "scope": "test_request_preprocessing_early_return", + "is_async": false + }, + { + "id": "tests.test_basic.test_request_preprocessing_early_return.before_request3", + "name": "before_request3", + "lineno": 745, + "scope": "test_request_preprocessing_early_return", + "is_async": false + }, + { + "id": "tests.test_basic.test_request_preprocessing_early_return.index", + "name": "index", + "lineno": 750, + "scope": "test_request_preprocessing_early_return", + "is_async": false + }, + { + "id": "tests.test_basic.test_after_request_processing", + "name": "test_after_request_processing", + "lineno": 759, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_basic.test_after_request_processing.index", + "name": "index", + "lineno": 761, + "scope": "test_after_request_processing", + "is_async": false + }, + { + "id": "tests.test_basic.test_after_request_processing.index.foo", + "name": "foo", + "lineno": 763, + "scope": "test_after_request_processing.index", + "is_async": false + }, + { + "id": "tests.test_basic.test_teardown_request_handler", + "name": "test_teardown_request_handler", + "lineno": 774, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_basic.test_teardown_request_handler.teardown_request", + "name": "teardown_request", + "lineno": 778, + "scope": "test_teardown_request_handler", + "is_async": false + }, + { + "id": "tests.test_basic.test_teardown_request_handler.root", + "name": "root", + "lineno": 783, + "scope": "test_teardown_request_handler", + "is_async": false + }, + { + "id": "tests.test_basic.test_teardown_request_handler_debug_mode", + "name": "test_teardown_request_handler_debug_mode", + "lineno": 792, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_basic.test_teardown_request_handler_debug_mode.teardown_request", + "name": "teardown_request", + "lineno": 796, + "scope": "test_teardown_request_handler_debug_mode", + "is_async": false + }, + { + "id": "tests.test_basic.test_teardown_request_handler_debug_mode.root", + "name": "root", + "lineno": 801, + "scope": "test_teardown_request_handler_debug_mode", + "is_async": false + }, + { + "id": "tests.test_basic.test_teardown_request_handler_error", + "name": "test_teardown_request_handler_error", + "lineno": 810, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_basic.test_teardown_request_handler_error.teardown_request1", + "name": "teardown_request1", + "lineno": 815, + "scope": "test_teardown_request_handler_error", + "is_async": false + }, + { + "id": "tests.test_basic.test_teardown_request_handler_error.teardown_request2", + "name": "teardown_request2", + "lineno": 827, + "scope": "test_teardown_request_handler_error", + "is_async": false + }, + { + "id": "tests.test_basic.test_teardown_request_handler_error.fails", + "name": "fails", + "lineno": 839, + "scope": "test_teardown_request_handler_error", + "is_async": false + }, + { + "id": "tests.test_basic.test_before_after_request_order", + "name": "test_before_after_request_order", + "lineno": 848, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_basic.test_before_after_request_order.before1", + "name": "before1", + "lineno": 852, + "scope": "test_before_after_request_order", + "is_async": false + }, + { + "id": "tests.test_basic.test_before_after_request_order.before2", + "name": "before2", + "lineno": 856, + "scope": "test_before_after_request_order", + "is_async": false + }, + { + "id": "tests.test_basic.test_before_after_request_order.after1", + "name": "after1", + "lineno": 860, + "scope": "test_before_after_request_order", + "is_async": false + }, + { + "id": "tests.test_basic.test_before_after_request_order.after2", + "name": "after2", + "lineno": 865, + "scope": "test_before_after_request_order", + "is_async": false + }, + { + "id": "tests.test_basic.test_before_after_request_order.finish1", + "name": "finish1", + "lineno": 870, + "scope": "test_before_after_request_order", + "is_async": false + }, + { + "id": "tests.test_basic.test_before_after_request_order.finish2", + "name": "finish2", + "lineno": 874, + "scope": "test_before_after_request_order", + "is_async": false + }, + { + "id": "tests.test_basic.test_before_after_request_order.index", + "name": "index", + "lineno": 878, + "scope": "test_before_after_request_order", + "is_async": false + }, + { + "id": "tests.test_basic.test_error_handling", + "name": "test_error_handling", + "lineno": 886, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_basic.test_error_handling.not_found", + "name": "not_found", + "lineno": 890, + "scope": "test_error_handling", + "is_async": false + }, + { + "id": "tests.test_basic.test_error_handling.internal_server_error", + "name": "internal_server_error", + "lineno": 894, + "scope": "test_error_handling", + "is_async": false + }, + { + "id": "tests.test_basic.test_error_handling.forbidden", + "name": "forbidden", + "lineno": 898, + "scope": "test_error_handling", + "is_async": false + }, + { + "id": "tests.test_basic.test_error_handling.index", + "name": "index", + "lineno": 902, + "scope": "test_error_handling", + "is_async": false + }, + { + "id": "tests.test_basic.test_error_handling.error", + "name": "error", + "lineno": 906, + "scope": "test_error_handling", + "is_async": false + }, + { + "id": "tests.test_basic.test_error_handling.error2", + "name": "error2", + "lineno": 910, + "scope": "test_error_handling", + "is_async": false + }, + { + "id": "tests.test_basic.test_error_handling_processing", + "name": "test_error_handling_processing", + "lineno": 924, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_basic.test_error_handling_processing.internal_server_error", + "name": "internal_server_error", + "lineno": 928, + "scope": "test_error_handling_processing", + "is_async": false + }, + { + "id": "tests.test_basic.test_error_handling_processing.broken_func", + "name": "broken_func", + "lineno": 932, + "scope": "test_error_handling_processing", + "is_async": false + }, + { + "id": "tests.test_basic.test_error_handling_processing.after_request", + "name": "after_request", + "lineno": 936, + "scope": "test_error_handling_processing", + "is_async": false + }, + { + "id": "tests.test_basic.test_baseexception_error_handling", + "name": "test_baseexception_error_handling", + "lineno": 945, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_basic.test_baseexception_error_handling.broken_func", + "name": "broken_func", + "lineno": 949, + "scope": "test_baseexception_error_handling", + "is_async": false + }, + { + "id": "tests.test_basic.test_before_request_and_routing_errors", + "name": "test_before_request_and_routing_errors", + "lineno": 956, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_basic.test_before_request_and_routing_errors.attach_something", + "name": "attach_something", + "lineno": 958, + "scope": "test_before_request_and_routing_errors", + "is_async": false + }, + { + "id": "tests.test_basic.test_before_request_and_routing_errors.return_something", + "name": "return_something", + "lineno": 962, + "scope": "test_before_request_and_routing_errors", + "is_async": false + }, + { + "id": "tests.test_basic.test_user_error_handling", + "name": "test_user_error_handling", + "lineno": 970, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_basic.test_user_error_handling.handle_my_exception", + "name": "handle_my_exception", + "lineno": 975, + "scope": "test_user_error_handling", + "is_async": false + }, + { + "id": "tests.test_basic.test_user_error_handling.index", + "name": "index", + "lineno": 980, + "scope": "test_user_error_handling", + "is_async": false + }, + { + "id": "tests.test_basic.test_http_error_subclass_handling", + "name": "test_http_error_subclass_handling", + "lineno": 986, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_basic.test_http_error_subclass_handling.handle_forbidden_subclass", + "name": "handle_forbidden_subclass", + "lineno": 991, + "scope": "test_http_error_subclass_handling", + "is_async": false + }, + { + "id": "tests.test_basic.test_http_error_subclass_handling.handle_403", + "name": "handle_403", + "lineno": 996, + "scope": "test_http_error_subclass_handling", + "is_async": false + }, + { + "id": "tests.test_basic.test_http_error_subclass_handling.index1", + "name": "index1", + "lineno": 1002, + "scope": "test_http_error_subclass_handling", + "is_async": false + }, + { + "id": "tests.test_basic.test_http_error_subclass_handling.index2", + "name": "index2", + "lineno": 1006, + "scope": "test_http_error_subclass_handling", + "is_async": false + }, + { + "id": "tests.test_basic.test_http_error_subclass_handling.index3", + "name": "index3", + "lineno": 1010, + "scope": "test_http_error_subclass_handling", + "is_async": false + }, + { + "id": "tests.test_basic.test_errorhandler_precedence", + "name": "test_errorhandler_precedence", + "lineno": 1018, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_basic.test_errorhandler_precedence.handle_e2", + "name": "handle_e2", + "lineno": 1029, + "scope": "test_errorhandler_precedence", + "is_async": false + }, + { + "id": "tests.test_basic.test_errorhandler_precedence.handle_exception", + "name": "handle_exception", + "lineno": 1033, + "scope": "test_errorhandler_precedence", + "is_async": false + }, + { + "id": "tests.test_basic.test_errorhandler_precedence.raise_e1", + "name": "raise_e1", + "lineno": 1037, + "scope": "test_errorhandler_precedence", + "is_async": false + }, + { + "id": "tests.test_basic.test_errorhandler_precedence.raise_e3", + "name": "raise_e3", + "lineno": 1041, + "scope": "test_errorhandler_precedence", + "is_async": false + }, + { + "id": "tests.test_basic.test_trap_bad_request_key_error", + "name": "test_trap_bad_request_key_error", + "lineno": 1055, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_basic.test_trap_bad_request_key_error.fail", + "name": "fail", + "lineno": 1060, + "scope": "test_trap_bad_request_key_error", + "is_async": false + }, + { + "id": "tests.test_basic.test_trap_bad_request_key_error.allow_abort", + "name": "allow_abort", + "lineno": 1064, + "scope": "test_trap_bad_request_key_error", + "is_async": false + }, + { + "id": "tests.test_basic.test_trapping_of_all_http_exceptions", + "name": "test_trapping_of_all_http_exceptions", + "lineno": 1086, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_basic.test_trapping_of_all_http_exceptions.fail", + "name": "fail", + "lineno": 1090, + "scope": "test_trapping_of_all_http_exceptions", + "is_async": false + }, + { + "id": "tests.test_basic.test_error_handler_after_processor_error", + "name": "test_error_handler_after_processor_error", + "lineno": 1097, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_basic.test_error_handler_after_processor_error.before_request", + "name": "before_request", + "lineno": 1101, + "scope": "test_error_handler_after_processor_error", + "is_async": false + }, + { + "id": "tests.test_basic.test_error_handler_after_processor_error.after_request", + "name": "after_request", + "lineno": 1106, + "scope": "test_error_handler_after_processor_error", + "is_async": false + }, + { + "id": "tests.test_basic.test_error_handler_after_processor_error.index", + "name": "index", + "lineno": 1113, + "scope": "test_error_handler_after_processor_error", + "is_async": false + }, + { + "id": "tests.test_basic.test_error_handler_after_processor_error.internal_server_error", + "name": "internal_server_error", + "lineno": 1117, + "scope": "test_error_handler_after_processor_error", + "is_async": false + }, + { + "id": "tests.test_basic.test_enctype_debug_helper", + "name": "test_enctype_debug_helper", + "lineno": 1126, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_basic.test_enctype_debug_helper.index", + "name": "index", + "lineno": 1132, + "scope": "test_enctype_debug_helper", + "is_async": false + }, + { + "id": "tests.test_basic.test_response_types", + "name": "test_response_types", + "lineno": 1141, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_basic.test_response_types.from_text", + "name": "from_text", + "lineno": 1143, + "scope": "test_response_types", + "is_async": false + }, + { + "id": "tests.test_basic.test_response_types.from_bytes", + "name": "from_bytes", + "lineno": 1147, + "scope": "test_response_types", + "is_async": false + }, + { + "id": "tests.test_basic.test_response_types.from_full_tuple", + "name": "from_full_tuple", + "lineno": 1151, + "scope": "test_response_types", + "is_async": false + }, + { + "id": "tests.test_basic.test_response_types.from_text_headers", + "name": "from_text_headers", + "lineno": 1159, + "scope": "test_response_types", + "is_async": false + }, + { + "id": "tests.test_basic.test_response_types.from_text_status", + "name": "from_text_status", + "lineno": 1163, + "scope": "test_response_types", + "is_async": false + }, + { + "id": "tests.test_basic.test_response_types.from_response_headers", + "name": "from_response_headers", + "lineno": 1167, + "scope": "test_response_types", + "is_async": false + }, + { + "id": "tests.test_basic.test_response_types.from_response_status", + "name": "from_response_status", + "lineno": 1176, + "scope": "test_response_types", + "is_async": false + }, + { + "id": "tests.test_basic.test_response_types.from_wsgi", + "name": "from_wsgi", + "lineno": 1180, + "scope": "test_response_types", + "is_async": false + }, + { + "id": "tests.test_basic.test_response_types.from_dict", + "name": "from_dict", + "lineno": 1184, + "scope": "test_response_types", + "is_async": false + }, + { + "id": "tests.test_basic.test_response_types.from_list", + "name": "from_list", + "lineno": 1188, + "scope": "test_response_types", + "is_async": false + }, + { + "id": "tests.test_basic.test_response_type_errors", + "name": "test_response_type_errors", + "lineno": 1235, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_basic.test_response_type_errors.from_none", + "name": "from_none", + "lineno": 1240, + "scope": "test_response_type_errors", + "is_async": false + }, + { + "id": "tests.test_basic.test_response_type_errors.from_small_tuple", + "name": "from_small_tuple", + "lineno": 1244, + "scope": "test_response_type_errors", + "is_async": false + }, + { + "id": "tests.test_basic.test_response_type_errors.from_large_tuple", + "name": "from_large_tuple", + "lineno": 1248, + "scope": "test_response_type_errors", + "is_async": false + }, + { + "id": "tests.test_basic.test_response_type_errors.from_bad_type", + "name": "from_bad_type", + "lineno": 1252, + "scope": "test_response_type_errors", + "is_async": false + }, + { + "id": "tests.test_basic.test_response_type_errors.from_bad_wsgi", + "name": "from_bad_wsgi", + "lineno": 1256, + "scope": "test_response_type_errors", + "is_async": false + }, + { + "id": "tests.test_basic.test_make_response", + "name": "test_make_response", + "lineno": 1284, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_basic.test_make_response_with_response_instance", + "name": "test_make_response_with_response_instance", + "lineno": 1306, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_basic.test_jsonify_no_prettyprint", + "name": "test_jsonify_no_prettyprint", + "lineno": 1328, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_basic.test_jsonify_mimetype", + "name": "test_jsonify_mimetype", + "lineno": 1336, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_basic.test_json_dump_dataclass", + "name": "test_json_dump_dataclass", + "lineno": 1343, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_basic.test_jsonify_args_and_kwargs_check", + "name": "test_jsonify_args_and_kwargs_check", + "lineno": 1352, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_basic.test_url_generation", + "name": "test_url_generation", + "lineno": 1358, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_basic.test_url_generation.hello", + "name": "hello", + "lineno": 1360, + "scope": "test_url_generation", + "is_async": false + }, + { + "id": "tests.test_basic.test_build_error_handler", + "name": "test_build_error_handler", + "lineno": 1370, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_basic.test_build_error_handler.handler", + "name": "handler", + "lineno": 1387, + "scope": "test_build_error_handler", + "is_async": false + }, + { + "id": "tests.test_basic.test_build_error_handler_reraise", + "name": "test_build_error_handler_reraise", + "lineno": 1396, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_basic.test_build_error_handler_reraise.handler_raises_build_error", + "name": "handler_raises_build_error", + "lineno": 1398, + "scope": "test_build_error_handler_reraise", + "is_async": false + }, + { + "id": "tests.test_basic.test_url_for_passes_special_values_to_build_error_handler", + "name": "test_url_for_passes_special_values_to_build_error_handler", + "lineno": 1407, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_basic.test_url_for_passes_special_values_to_build_error_handler.handler", + "name": "handler", + "lineno": 1409, + "scope": "test_url_for_passes_special_values_to_build_error_handler", + "is_async": false + }, + { + "id": "tests.test_basic.test_static_files", + "name": "test_static_files", + "lineno": 1422, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_basic.test_static_url_path", + "name": "test_static_url_path", + "lineno": 1432, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_basic.test_static_url_path_with_ending_slash", + "name": "test_static_url_path_with_ending_slash", + "lineno": 1443, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_basic.test_static_url_empty_path", + "name": "test_static_url_empty_path", + "lineno": 1454, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_basic.test_static_url_empty_path_default", + "name": "test_static_url_empty_path_default", + "lineno": 1461, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_basic.test_static_folder_with_pathlib_path", + "name": "test_static_folder_with_pathlib_path", + "lineno": 1468, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_basic.test_static_folder_with_ending_slash", + "name": "test_static_folder_with_ending_slash", + "lineno": 1477, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_basic.test_static_folder_with_ending_slash.catch_all", + "name": "catch_all", + "lineno": 1481, + "scope": "test_static_folder_with_ending_slash", + "is_async": false + }, + { + "id": "tests.test_basic.test_static_route_with_host_matching", + "name": "test_static_route_with_host_matching", + "lineno": 1488, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_basic.test_request_locals", + "name": "test_request_locals", + "lineno": 1510, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_basic.test_server_name_matching", + "name": "test_server_name_matching", + "lineno": 1526, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_basic.test_server_name_matching.index", + "name": "index", + "lineno": 1542, + "scope": "test_server_name_matching", + "is_async": false + }, + { + "id": "tests.test_basic.test_server_name_subdomain", + "name": "test_server_name_subdomain", + "lineno": 1562, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_basic.test_server_name_subdomain.index", + "name": "index", + "lineno": 1567, + "scope": "test_server_name_subdomain", + "is_async": false + }, + { + "id": "tests.test_basic.test_server_name_subdomain.subdomain", + "name": "subdomain", + "lineno": 1571, + "scope": "test_server_name_subdomain", + "is_async": false + }, + { + "id": "tests.test_basic.test_exception_propagation", + "name": "test_exception_propagation", + "lineno": 1608, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_basic.test_exception_propagation.index", + "name": "index", + "lineno": 1612, + "scope": "test_exception_propagation", + "is_async": false + }, + { + "id": "tests.test_basic.test_werkzeug_passthrough_errors", + "name": "test_werkzeug_passthrough_errors", + "lineno": 1628, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_basic.test_werkzeug_passthrough_errors.run_simple_mock", + "name": "run_simple_mock", + "lineno": 1634, + "scope": "test_werkzeug_passthrough_errors", + "is_async": false + }, + { + "id": "tests.test_basic.test_url_processors", + "name": "test_url_processors", + "lineno": 1642, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_basic.test_url_processors.add_language_code", + "name": "add_language_code", + "lineno": 1644, + "scope": "test_url_processors", + "is_async": false + }, + { + "id": "tests.test_basic.test_url_processors.pull_lang_code", + "name": "pull_lang_code", + "lineno": 1651, + "scope": "test_url_processors", + "is_async": false + }, + { + "id": "tests.test_basic.test_url_processors.index", + "name": "index", + "lineno": 1655, + "scope": "test_url_processors", + "is_async": false + }, + { + "id": "tests.test_basic.test_url_processors.about", + "name": "about", + "lineno": 1659, + "scope": "test_url_processors", + "is_async": false + }, + { + "id": "tests.test_basic.test_url_processors.something_else", + "name": "something_else", + "lineno": 1663, + "scope": "test_url_processors", + "is_async": false + }, + { + "id": "tests.test_basic.test_inject_blueprint_url_defaults", + "name": "test_inject_blueprint_url_defaults", + "lineno": 1671, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_basic.test_inject_blueprint_url_defaults.bp_defaults", + "name": "bp_defaults", + "lineno": 1675, + "scope": "test_inject_blueprint_url_defaults", + "is_async": false + }, + { + "id": "tests.test_basic.test_inject_blueprint_url_defaults.view", + "name": "view", + "lineno": 1679, + "scope": "test_inject_blueprint_url_defaults", + "is_async": false + }, + { + "id": "tests.test_basic.test_nonascii_pathinfo", + "name": "test_nonascii_pathinfo", + "lineno": 1695, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_basic.test_nonascii_pathinfo.index", + "name": "index", + "lineno": 1697, + "scope": "test_nonascii_pathinfo", + "is_async": false + }, + { + "id": "tests.test_basic.test_no_setup_after_first_request", + "name": "test_no_setup_after_first_request", + "lineno": 1704, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_basic.test_no_setup_after_first_request.index", + "name": "index", + "lineno": 1708, + "scope": "test_no_setup_after_first_request", + "is_async": false + }, + { + "id": "tests.test_basic.test_routing_redirect_debugging", + "name": "test_routing_redirect_debugging", + "lineno": 1719, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_basic.test_routing_redirect_debugging.user", + "name": "user", + "lineno": 1723, + "scope": "test_routing_redirect_debugging", + "is_async": false + }, + { + "id": "tests.test_basic.test_route_decorator_custom_endpoint", + "name": "test_route_decorator_custom_endpoint", + "lineno": 1739, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_basic.test_route_decorator_custom_endpoint.foo", + "name": "foo", + "lineno": 1743, + "scope": "test_route_decorator_custom_endpoint", + "is_async": false + }, + { + "id": "tests.test_basic.test_route_decorator_custom_endpoint.for_bar", + "name": "for_bar", + "lineno": 1747, + "scope": "test_route_decorator_custom_endpoint", + "is_async": false + }, + { + "id": "tests.test_basic.test_route_decorator_custom_endpoint.for_bar_foo", + "name": "for_bar_foo", + "lineno": 1751, + "scope": "test_route_decorator_custom_endpoint", + "is_async": false + }, + { + "id": "tests.test_basic.test_get_method_on_g", + "name": "test_get_method_on_g", + "lineno": 1764, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_basic.test_g_iteration_protocol", + "name": "test_g_iteration_protocol", + "lineno": 1772, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_basic.test_subdomain_basic_support", + "name": "test_subdomain_basic_support", + "lineno": 1780, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_basic.test_subdomain_basic_support.normal_index", + "name": "normal_index", + "lineno": 1786, + "scope": "test_subdomain_basic_support", + "is_async": false + }, + { + "id": "tests.test_basic.test_subdomain_basic_support.test_index", + "name": "test_index", + "lineno": 1790, + "scope": "test_subdomain_basic_support", + "is_async": false + }, + { + "id": "tests.test_basic.test_subdomain_matching", + "name": "test_subdomain_matching", + "lineno": 1800, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_basic.test_subdomain_matching.index", + "name": "index", + "lineno": 1806, + "scope": "test_subdomain_matching", + "is_async": false + }, + { + "id": "tests.test_basic.test_subdomain_matching_with_ports", + "name": "test_subdomain_matching_with_ports", + "lineno": 1813, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_basic.test_subdomain_matching_with_ports.index", + "name": "index", + "lineno": 1819, + "scope": "test_subdomain_matching_with_ports", + "is_async": false + }, + { + "id": "tests.test_basic.test_subdomain_matching_other_name", + "name": "test_subdomain_matching_other_name", + "lineno": 1827, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_basic.test_subdomain_matching_other_name.index", + "name": "index", + "lineno": 1833, + "scope": "test_subdomain_matching_other_name", + "is_async": false + }, + { + "id": "tests.test_basic.test_multi_route_rules", + "name": "test_multi_route_rules", + "lineno": 1850, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_basic.test_multi_route_rules.index", + "name": "index", + "lineno": 1853, + "scope": "test_multi_route_rules", + "is_async": false + }, + { + "id": "tests.test_basic.test_multi_route_class_views", + "name": "test_multi_route_class_views", + "lineno": 1862, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_basic.test_multi_route_class_views.View.__init__", + "name": "__init__", + "lineno": 1864, + "scope": "test_multi_route_class_views.View", + "is_async": false + }, + { + "id": "tests.test_basic.test_multi_route_class_views.View.index", + "name": "index", + "lineno": 1868, + "scope": "test_multi_route_class_views.View", + "is_async": false + }, + { + "id": "tests.test_basic.test_run_defaults", + "name": "test_run_defaults", + "lineno": 1878, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_basic.test_run_defaults.run_simple_mock", + "name": "run_simple_mock", + "lineno": 1882, + "scope": "test_run_defaults", + "is_async": false + }, + { + "id": "tests.test_basic.test_run_server_port", + "name": "test_run_server_port", + "lineno": 1890, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_basic.test_run_server_port.run_simple_mock", + "name": "run_simple_mock", + "lineno": 1894, + "scope": "test_run_server_port", + "is_async": false + }, + { + "id": "tests.test_basic.test_run_from_config", + "name": "test_run_from_config", + "lineno": 1915, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_basic.test_run_from_config.run_simple_mock", + "name": "run_simple_mock", + "lineno": 1918, + "scope": "test_run_from_config", + "is_async": false + }, + { + "id": "tests.test_basic.test_max_cookie_size", + "name": "test_max_cookie_size", + "lineno": 1927, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_basic.test_max_cookie_size.index", + "name": "index", + "lineno": 1941, + "scope": "test_max_cookie_size", + "is_async": false + }, + { + "id": "tests.test_basic.test_app_freed_on_zero_refcount", + "name": "test_app_freed_on_zero_refcount", + "lineno": 1958, + "scope": null, + "is_async": false + } + ], + "tests.test_blueprints": [ + { + "id": "tests.test_blueprints.test_blueprint_specific_error_handling", + "name": "test_blueprint_specific_error_handling", + "lineno": 8, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_blueprints.test_blueprint_specific_error_handling.frontend_forbidden", + "name": "frontend_forbidden", + "lineno": 14, + "scope": "test_blueprint_specific_error_handling", + "is_async": false + }, + { + "id": "tests.test_blueprints.test_blueprint_specific_error_handling.frontend_no", + "name": "frontend_no", + "lineno": 18, + "scope": "test_blueprint_specific_error_handling", + "is_async": false + }, + { + "id": "tests.test_blueprints.test_blueprint_specific_error_handling.backend_forbidden", + "name": "backend_forbidden", + "lineno": 22, + "scope": "test_blueprint_specific_error_handling", + "is_async": false + }, + { + "id": "tests.test_blueprints.test_blueprint_specific_error_handling.backend_no", + "name": "backend_no", + "lineno": 26, + "scope": "test_blueprint_specific_error_handling", + "is_async": false + }, + { + "id": "tests.test_blueprints.test_blueprint_specific_error_handling.sideend_no", + "name": "sideend_no", + "lineno": 30, + "scope": "test_blueprint_specific_error_handling", + "is_async": false + }, + { + "id": "tests.test_blueprints.test_blueprint_specific_error_handling.app_forbidden", + "name": "app_forbidden", + "lineno": 38, + "scope": "test_blueprint_specific_error_handling", + "is_async": false + }, + { + "id": "tests.test_blueprints.test_blueprint_specific_user_error_handling", + "name": "test_blueprint_specific_user_error_handling", + "lineno": 46, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_blueprints.test_blueprint_specific_user_error_handling.my_decorator_exception_handler", + "name": "my_decorator_exception_handler", + "lineno": 56, + "scope": "test_blueprint_specific_user_error_handling", + "is_async": false + }, + { + "id": "tests.test_blueprints.test_blueprint_specific_user_error_handling.my_function_exception_handler", + "name": "my_function_exception_handler", + "lineno": 60, + "scope": "test_blueprint_specific_user_error_handling", + "is_async": false + }, + { + "id": "tests.test_blueprints.test_blueprint_specific_user_error_handling.blue_deco_test", + "name": "blue_deco_test", + "lineno": 67, + "scope": "test_blueprint_specific_user_error_handling", + "is_async": false + }, + { + "id": "tests.test_blueprints.test_blueprint_specific_user_error_handling.blue_func_test", + "name": "blue_func_test", + "lineno": 71, + "scope": "test_blueprint_specific_user_error_handling", + "is_async": false + }, + { + "id": "tests.test_blueprints.test_blueprint_app_error_handling", + "name": "test_blueprint_app_error_handling", + "lineno": 80, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_blueprints.test_blueprint_app_error_handling.forbidden_handler", + "name": "forbidden_handler", + "lineno": 84, + "scope": "test_blueprint_app_error_handling", + "is_async": false + }, + { + "id": "tests.test_blueprints.test_blueprint_app_error_handling.app_forbidden", + "name": "app_forbidden", + "lineno": 88, + "scope": "test_blueprint_app_error_handling", + "is_async": false + }, + { + "id": "tests.test_blueprints.test_blueprint_app_error_handling.bp_forbidden", + "name": "bp_forbidden", + "lineno": 94, + "scope": "test_blueprint_app_error_handling", + "is_async": false + }, + { + "id": "tests.test_blueprints.test_blueprint_prefix_slash", + "name": "test_blueprint_prefix_slash", + "lineno": 120, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_blueprints.test_blueprint_prefix_slash.index", + "name": "index", + "lineno": 124, + "scope": "test_blueprint_prefix_slash", + "is_async": false + }, + { + "id": "tests.test_blueprints.test_blueprint_url_defaults", + "name": "test_blueprint_url_defaults", + "lineno": 131, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_blueprints.test_blueprint_url_defaults.foo", + "name": "foo", + "lineno": 135, + "scope": "test_blueprint_url_defaults", + "is_async": false + }, + { + "id": "tests.test_blueprints.test_blueprint_url_defaults.bar", + "name": "bar", + "lineno": 139, + "scope": "test_blueprint_url_defaults", + "is_async": false + }, + { + "id": "tests.test_blueprints.test_blueprint_url_processors", + "name": "test_blueprint_url_processors", + "lineno": 151, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_blueprints.test_blueprint_url_processors.add_language_code", + "name": "add_language_code", + "lineno": 155, + "scope": "test_blueprint_url_processors", + "is_async": false + }, + { + "id": "tests.test_blueprints.test_blueprint_url_processors.pull_lang_code", + "name": "pull_lang_code", + "lineno": 159, + "scope": "test_blueprint_url_processors", + "is_async": false + }, + { + "id": "tests.test_blueprints.test_blueprint_url_processors.index", + "name": "index", + "lineno": 163, + "scope": "test_blueprint_url_processors", + "is_async": false + }, + { + "id": "tests.test_blueprints.test_blueprint_url_processors.about", + "name": "about", + "lineno": 167, + "scope": "test_blueprint_url_processors", + "is_async": false + }, + { + "id": "tests.test_blueprints.test_templates_and_static", + "name": "test_templates_and_static", + "lineno": 176, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_blueprints.test_default_static_max_age", + "name": "test_default_static_max_age", + "lineno": 223, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_blueprints.test_default_static_max_age.MyBlueprint.get_send_file_max_age", + "name": "get_send_file_max_age", + "lineno": 225, + "scope": "test_default_static_max_age.MyBlueprint", + "is_async": false + }, + { + "id": "tests.test_blueprints.test_templates_list", + "name": "test_templates_list", + "lineno": 238, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_blueprints.test_dotted_name_not_allowed", + "name": "test_dotted_name_not_allowed", + "lineno": 245, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_blueprints.test_empty_name_not_allowed", + "name": "test_empty_name_not_allowed", + "lineno": 250, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_blueprints.test_dotted_names_from_app", + "name": "test_dotted_names_from_app", + "lineno": 255, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_blueprints.test_dotted_names_from_app.app_index", + "name": "app_index", + "lineno": 259, + "scope": "test_dotted_names_from_app", + "is_async": false + }, + { + "id": "tests.test_blueprints.test_dotted_names_from_app.index", + "name": "index", + "lineno": 263, + "scope": "test_dotted_names_from_app", + "is_async": false + }, + { + "id": "tests.test_blueprints.test_empty_url_defaults", + "name": "test_empty_url_defaults", + "lineno": 272, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_blueprints.test_empty_url_defaults.something", + "name": "something", + "lineno": 277, + "scope": "test_empty_url_defaults", + "is_async": false + }, + { + "id": "tests.test_blueprints.test_route_decorator_custom_endpoint", + "name": "test_route_decorator_custom_endpoint", + "lineno": 286, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_blueprints.test_route_decorator_custom_endpoint.foo", + "name": "foo", + "lineno": 290, + "scope": "test_route_decorator_custom_endpoint", + "is_async": false + }, + { + "id": "tests.test_blueprints.test_route_decorator_custom_endpoint.foo_bar", + "name": "foo_bar", + "lineno": 294, + "scope": "test_route_decorator_custom_endpoint", + "is_async": false + }, + { + "id": "tests.test_blueprints.test_route_decorator_custom_endpoint.foo_bar_foo", + "name": "foo_bar_foo", + "lineno": 298, + "scope": "test_route_decorator_custom_endpoint", + "is_async": false + }, + { + "id": "tests.test_blueprints.test_route_decorator_custom_endpoint.bar_foo", + "name": "bar_foo", + "lineno": 302, + "scope": "test_route_decorator_custom_endpoint", + "is_async": false + }, + { + "id": "tests.test_blueprints.test_route_decorator_custom_endpoint.index", + "name": "index", + "lineno": 308, + "scope": "test_route_decorator_custom_endpoint", + "is_async": false + }, + { + "id": "tests.test_blueprints.test_route_decorator_custom_endpoint_with_dots", + "name": "test_route_decorator_custom_endpoint_with_dots", + "lineno": 318, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_blueprints.test_route_decorator_custom_endpoint_with_dots.view", + "name": "view", + "lineno": 327, + "scope": "test_route_decorator_custom_endpoint_with_dots", + "is_async": false + }, + { + "id": "tests.test_blueprints.test_endpoint_decorator", + "name": "test_endpoint_decorator", + "lineno": 336, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_blueprints.test_endpoint_decorator.foobar", + "name": "foobar", + "lineno": 344, + "scope": "test_endpoint_decorator", + "is_async": false + }, + { + "id": "tests.test_blueprints.test_template_filter", + "name": "test_template_filter", + "lineno": 353, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_blueprints.test_template_filter.my_reverse", + "name": "my_reverse", + "lineno": 357, + "scope": "test_template_filter", + "is_async": false + }, + { + "id": "tests.test_blueprints.test_template_filter.my_reverse_2", + "name": "my_reverse_2", + "lineno": 361, + "scope": "test_template_filter", + "is_async": false + }, + { + "id": "tests.test_blueprints.test_template_filter.my_reverse_3", + "name": "my_reverse_3", + "lineno": 365, + "scope": "test_template_filter", + "is_async": false + }, + { + "id": "tests.test_blueprints.test_template_filter.my_reverse_4", + "name": "my_reverse_4", + "lineno": 369, + "scope": "test_template_filter", + "is_async": false + }, + { + "id": "tests.test_blueprints.test_add_template_filter", + "name": "test_add_template_filter", + "lineno": 390, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_blueprints.test_add_template_filter.my_reverse", + "name": "my_reverse", + "lineno": 393, + "scope": "test_add_template_filter", + "is_async": false + }, + { + "id": "tests.test_blueprints.test_template_filter_with_name", + "name": "test_template_filter_with_name", + "lineno": 403, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_blueprints.test_template_filter_with_name.my_reverse", + "name": "my_reverse", + "lineno": 407, + "scope": "test_template_filter_with_name", + "is_async": false + }, + { + "id": "tests.test_blueprints.test_add_template_filter_with_name", + "name": "test_add_template_filter_with_name", + "lineno": 416, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_blueprints.test_add_template_filter_with_name.my_reverse", + "name": "my_reverse", + "lineno": 419, + "scope": "test_add_template_filter_with_name", + "is_async": false + }, + { + "id": "tests.test_blueprints.test_template_filter_with_template", + "name": "test_template_filter_with_template", + "lineno": 429, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_blueprints.test_template_filter_with_template.super_reverse", + "name": "super_reverse", + "lineno": 433, + "scope": "test_template_filter_with_template", + "is_async": false + }, + { + "id": "tests.test_blueprints.test_template_filter_with_template.index", + "name": "index", + "lineno": 439, + "scope": "test_template_filter_with_template", + "is_async": false + }, + { + "id": "tests.test_blueprints.test_template_filter_after_route_with_template", + "name": "test_template_filter_after_route_with_template", + "lineno": 446, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_blueprints.test_template_filter_after_route_with_template.index", + "name": "index", + "lineno": 448, + "scope": "test_template_filter_after_route_with_template", + "is_async": false + }, + { + "id": "tests.test_blueprints.test_template_filter_after_route_with_template.super_reverse", + "name": "super_reverse", + "lineno": 454, + "scope": "test_template_filter_after_route_with_template", + "is_async": false + }, + { + "id": "tests.test_blueprints.test_add_template_filter_with_template", + "name": "test_add_template_filter_with_template", + "lineno": 462, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_blueprints.test_add_template_filter_with_template.super_reverse", + "name": "super_reverse", + "lineno": 465, + "scope": "test_add_template_filter_with_template", + "is_async": false + }, + { + "id": "tests.test_blueprints.test_add_template_filter_with_template.index", + "name": "index", + "lineno": 472, + "scope": "test_add_template_filter_with_template", + "is_async": false + }, + { + "id": "tests.test_blueprints.test_template_filter_with_name_and_template", + "name": "test_template_filter_with_name_and_template", + "lineno": 479, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_blueprints.test_template_filter_with_name_and_template.my_reverse", + "name": "my_reverse", + "lineno": 483, + "scope": "test_template_filter_with_name_and_template", + "is_async": false + }, + { + "id": "tests.test_blueprints.test_template_filter_with_name_and_template.index", + "name": "index", + "lineno": 489, + "scope": "test_template_filter_with_name_and_template", + "is_async": false + }, + { + "id": "tests.test_blueprints.test_add_template_filter_with_name_and_template", + "name": "test_add_template_filter_with_name_and_template", + "lineno": 496, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_blueprints.test_add_template_filter_with_name_and_template.my_reverse", + "name": "my_reverse", + "lineno": 499, + "scope": "test_add_template_filter_with_name_and_template", + "is_async": false + }, + { + "id": "tests.test_blueprints.test_add_template_filter_with_name_and_template.index", + "name": "index", + "lineno": 506, + "scope": "test_add_template_filter_with_name_and_template", + "is_async": false + }, + { + "id": "tests.test_blueprints.test_template_test", + "name": "test_template_test", + "lineno": 513, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_blueprints.test_template_test.is_boolean", + "name": "is_boolean", + "lineno": 517, + "scope": "test_template_test", + "is_async": false + }, + { + "id": "tests.test_blueprints.test_template_test.boolean_2", + "name": "boolean_2", + "lineno": 521, + "scope": "test_template_test", + "is_async": false + }, + { + "id": "tests.test_blueprints.test_template_test.boolean_3", + "name": "boolean_3", + "lineno": 525, + "scope": "test_template_test", + "is_async": false + }, + { + "id": "tests.test_blueprints.test_template_test.boolean_4", + "name": "boolean_4", + "lineno": 529, + "scope": "test_template_test", + "is_async": false + }, + { + "id": "tests.test_blueprints.test_add_template_test", + "name": "test_add_template_test", + "lineno": 550, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_blueprints.test_add_template_test.is_boolean", + "name": "is_boolean", + "lineno": 553, + "scope": "test_add_template_test", + "is_async": false + }, + { + "id": "tests.test_blueprints.test_template_test_with_name", + "name": "test_template_test_with_name", + "lineno": 563, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_blueprints.test_template_test_with_name.is_boolean", + "name": "is_boolean", + "lineno": 567, + "scope": "test_template_test_with_name", + "is_async": false + }, + { + "id": "tests.test_blueprints.test_add_template_test_with_name", + "name": "test_add_template_test_with_name", + "lineno": 576, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_blueprints.test_add_template_test_with_name.is_boolean", + "name": "is_boolean", + "lineno": 579, + "scope": "test_add_template_test_with_name", + "is_async": false + }, + { + "id": "tests.test_blueprints.test_template_test_with_template", + "name": "test_template_test_with_template", + "lineno": 589, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_blueprints.test_template_test_with_template.boolean", + "name": "boolean", + "lineno": 593, + "scope": "test_template_test_with_template", + "is_async": false + }, + { + "id": "tests.test_blueprints.test_template_test_with_template.index", + "name": "index", + "lineno": 599, + "scope": "test_template_test_with_template", + "is_async": false + }, + { + "id": "tests.test_blueprints.test_template_test_after_route_with_template", + "name": "test_template_test_after_route_with_template", + "lineno": 606, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_blueprints.test_template_test_after_route_with_template.index", + "name": "index", + "lineno": 608, + "scope": "test_template_test_after_route_with_template", + "is_async": false + }, + { + "id": "tests.test_blueprints.test_template_test_after_route_with_template.boolean", + "name": "boolean", + "lineno": 614, + "scope": "test_template_test_after_route_with_template", + "is_async": false + }, + { + "id": "tests.test_blueprints.test_add_template_test_with_template", + "name": "test_add_template_test_with_template", + "lineno": 622, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_blueprints.test_add_template_test_with_template.boolean", + "name": "boolean", + "lineno": 625, + "scope": "test_add_template_test_with_template", + "is_async": false + }, + { + "id": "tests.test_blueprints.test_add_template_test_with_template.index", + "name": "index", + "lineno": 632, + "scope": "test_add_template_test_with_template", + "is_async": false + }, + { + "id": "tests.test_blueprints.test_template_test_with_name_and_template", + "name": "test_template_test_with_name_and_template", + "lineno": 639, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_blueprints.test_template_test_with_name_and_template.is_boolean", + "name": "is_boolean", + "lineno": 643, + "scope": "test_template_test_with_name_and_template", + "is_async": false + }, + { + "id": "tests.test_blueprints.test_template_test_with_name_and_template.index", + "name": "index", + "lineno": 649, + "scope": "test_template_test_with_name_and_template", + "is_async": false + }, + { + "id": "tests.test_blueprints.test_add_template_test_with_name_and_template", + "name": "test_add_template_test_with_name_and_template", + "lineno": 656, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_blueprints.test_add_template_test_with_name_and_template.is_boolean", + "name": "is_boolean", + "lineno": 659, + "scope": "test_add_template_test_with_name_and_template", + "is_async": false + }, + { + "id": "tests.test_blueprints.test_add_template_test_with_name_and_template.index", + "name": "index", + "lineno": 666, + "scope": "test_add_template_test_with_name_and_template", + "is_async": false + }, + { + "id": "tests.test_blueprints.test_context_processing", + "name": "test_context_processing", + "lineno": 673, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_blueprints.test_context_processing.template_string", + "name": "template_string", + "lineno": 676, + "scope": "test_context_processing", + "is_async": false + }, + { + "id": "tests.test_blueprints.test_context_processing.not_answer_context_processor", + "name": "not_answer_context_processor", + "lineno": 684, + "scope": "test_context_processing", + "is_async": false + }, + { + "id": "tests.test_blueprints.test_context_processing.answer_context_processor", + "name": "answer_context_processor", + "lineno": 689, + "scope": "test_context_processing", + "is_async": false + }, + { + "id": "tests.test_blueprints.test_context_processing.bp_page", + "name": "bp_page", + "lineno": 694, + "scope": "test_context_processing", + "is_async": false + }, + { + "id": "tests.test_blueprints.test_context_processing.app_page", + "name": "app_page", + "lineno": 698, + "scope": "test_context_processing", + "is_async": false + }, + { + "id": "tests.test_blueprints.test_template_global", + "name": "test_template_global", + "lineno": 714, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_blueprints.test_template_global.get_answer", + "name": "get_answer", + "lineno": 718, + "scope": "test_template_global", + "is_async": false + }, + { + "id": "tests.test_blueprints.test_template_global.get_stuff_1", + "name": "get_stuff_1", + "lineno": 722, + "scope": "test_template_global", + "is_async": false + }, + { + "id": "tests.test_blueprints.test_template_global.get_stuff_2", + "name": "get_stuff_2", + "lineno": 726, + "scope": "test_template_global", + "is_async": false + }, + { + "id": "tests.test_blueprints.test_template_global.get_stuff_3", + "name": "get_stuff_3", + "lineno": 730, + "scope": "test_template_global", + "is_async": false + }, + { + "id": "tests.test_blueprints.test_request_processing", + "name": "test_request_processing", + "lineno": 768, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_blueprints.test_request_processing.before_bp", + "name": "before_bp", + "lineno": 773, + "scope": "test_request_processing", + "is_async": false + }, + { + "id": "tests.test_blueprints.test_request_processing.after_bp", + "name": "after_bp", + "lineno": 777, + "scope": "test_request_processing", + "is_async": false + }, + { + "id": "tests.test_blueprints.test_request_processing.teardown_bp", + "name": "teardown_bp", + "lineno": 783, + "scope": "test_request_processing", + "is_async": false + }, + { + "id": "tests.test_blueprints.test_request_processing.bp_endpoint", + "name": "bp_endpoint", + "lineno": 788, + "scope": "test_request_processing", + "is_async": false + }, + { + "id": "tests.test_blueprints.test_app_request_processing", + "name": "test_app_request_processing", + "lineno": 799, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_blueprints.test_app_request_processing.before_app", + "name": "before_app", + "lineno": 804, + "scope": "test_app_request_processing", + "is_async": false + }, + { + "id": "tests.test_blueprints.test_app_request_processing.after_app", + "name": "after_app", + "lineno": 808, + "scope": "test_app_request_processing", + "is_async": false + }, + { + "id": "tests.test_blueprints.test_app_request_processing.teardown_app", + "name": "teardown_app", + "lineno": 814, + "scope": "test_app_request_processing", + "is_async": false + }, + { + "id": "tests.test_blueprints.test_app_request_processing.bp_endpoint", + "name": "bp_endpoint", + "lineno": 821, + "scope": "test_app_request_processing", + "is_async": false + }, + { + "id": "tests.test_blueprints.test_app_url_processors", + "name": "test_app_url_processors", + "lineno": 838, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_blueprints.test_app_url_processors.add_language_code", + "name": "add_language_code", + "lineno": 843, + "scope": "test_app_url_processors", + "is_async": false + }, + { + "id": "tests.test_blueprints.test_app_url_processors.pull_lang_code", + "name": "pull_lang_code", + "lineno": 847, + "scope": "test_app_url_processors", + "is_async": false + }, + { + "id": "tests.test_blueprints.test_app_url_processors.index", + "name": "index", + "lineno": 852, + "scope": "test_app_url_processors", + "is_async": false + }, + { + "id": "tests.test_blueprints.test_app_url_processors.about", + "name": "about", + "lineno": 856, + "scope": "test_app_url_processors", + "is_async": false + }, + { + "id": "tests.test_blueprints.test_nested_blueprint", + "name": "test_nested_blueprint", + "lineno": 865, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_blueprints.test_nested_blueprint.forbidden", + "name": "forbidden", + "lineno": 871, + "scope": "test_nested_blueprint", + "is_async": false + }, + { + "id": "tests.test_blueprints.test_nested_blueprint.parent_index", + "name": "parent_index", + "lineno": 875, + "scope": "test_nested_blueprint", + "is_async": false + }, + { + "id": "tests.test_blueprints.test_nested_blueprint.parent_no", + "name": "parent_no", + "lineno": 879, + "scope": "test_nested_blueprint", + "is_async": false + }, + { + "id": "tests.test_blueprints.test_nested_blueprint.child_index", + "name": "child_index", + "lineno": 883, + "scope": "test_nested_blueprint", + "is_async": false + }, + { + "id": "tests.test_blueprints.test_nested_blueprint.child_no", + "name": "child_no", + "lineno": 887, + "scope": "test_nested_blueprint", + "is_async": false + }, + { + "id": "tests.test_blueprints.test_nested_blueprint.grandchild_forbidden", + "name": "grandchild_forbidden", + "lineno": 891, + "scope": "test_nested_blueprint", + "is_async": false + }, + { + "id": "tests.test_blueprints.test_nested_blueprint.grandchild_index", + "name": "grandchild_index", + "lineno": 895, + "scope": "test_nested_blueprint", + "is_async": false + }, + { + "id": "tests.test_blueprints.test_nested_blueprint.grandchild_no", + "name": "grandchild_no", + "lineno": 899, + "scope": "test_nested_blueprint", + "is_async": false + }, + { + "id": "tests.test_blueprints.test_nested_callback_order", + "name": "test_nested_callback_order", + "lineno": 914, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_blueprints.test_nested_callback_order.app_before1", + "name": "app_before1", + "lineno": 919, + "scope": "test_nested_callback_order", + "is_async": false + }, + { + "id": "tests.test_blueprints.test_nested_callback_order.app_teardown1", + "name": "app_teardown1", + "lineno": 923, + "scope": "test_nested_callback_order", + "is_async": false + }, + { + "id": "tests.test_blueprints.test_nested_callback_order.app_before2", + "name": "app_before2", + "lineno": 927, + "scope": "test_nested_callback_order", + "is_async": false + }, + { + "id": "tests.test_blueprints.test_nested_callback_order.app_teardown2", + "name": "app_teardown2", + "lineno": 931, + "scope": "test_nested_callback_order", + "is_async": false + }, + { + "id": "tests.test_blueprints.test_nested_callback_order.app_ctx", + "name": "app_ctx", + "lineno": 935, + "scope": "test_nested_callback_order", + "is_async": false + }, + { + "id": "tests.test_blueprints.test_nested_callback_order.parent_before1", + "name": "parent_before1", + "lineno": 939, + "scope": "test_nested_callback_order", + "is_async": false + }, + { + "id": "tests.test_blueprints.test_nested_callback_order.parent_teardown1", + "name": "parent_teardown1", + "lineno": 943, + "scope": "test_nested_callback_order", + "is_async": false + }, + { + "id": "tests.test_blueprints.test_nested_callback_order.parent_before2", + "name": "parent_before2", + "lineno": 947, + "scope": "test_nested_callback_order", + "is_async": false + }, + { + "id": "tests.test_blueprints.test_nested_callback_order.parent_teardown2", + "name": "parent_teardown2", + "lineno": 951, + "scope": "test_nested_callback_order", + "is_async": false + }, + { + "id": "tests.test_blueprints.test_nested_callback_order.parent_ctx", + "name": "parent_ctx", + "lineno": 955, + "scope": "test_nested_callback_order", + "is_async": false + }, + { + "id": "tests.test_blueprints.test_nested_callback_order.child_before1", + "name": "child_before1", + "lineno": 959, + "scope": "test_nested_callback_order", + "is_async": false + }, + { + "id": "tests.test_blueprints.test_nested_callback_order.child_teardown1", + "name": "child_teardown1", + "lineno": 963, + "scope": "test_nested_callback_order", + "is_async": false + }, + { + "id": "tests.test_blueprints.test_nested_callback_order.child_before2", + "name": "child_before2", + "lineno": 967, + "scope": "test_nested_callback_order", + "is_async": false + }, + { + "id": "tests.test_blueprints.test_nested_callback_order.child_teardown2", + "name": "child_teardown2", + "lineno": 971, + "scope": "test_nested_callback_order", + "is_async": false + }, + { + "id": "tests.test_blueprints.test_nested_callback_order.child_ctx", + "name": "child_ctx", + "lineno": 975, + "scope": "test_nested_callback_order", + "is_async": false + }, + { + "id": "tests.test_blueprints.test_nested_callback_order.a", + "name": "a", + "lineno": 979, + "scope": "test_nested_callback_order", + "is_async": false + }, + { + "id": "tests.test_blueprints.test_nested_callback_order.b", + "name": "b", + "lineno": 983, + "scope": "test_nested_callback_order", + "is_async": false + }, + { + "id": "tests.test_blueprints.test_nesting_url_prefixes", + "name": "test_nesting_url_prefixes", + "lineno": 1003, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_blueprints.test_nesting_url_prefixes.index", + "name": "index", + "lineno": 1015, + "scope": "test_nesting_url_prefixes", + "is_async": false + }, + { + "id": "tests.test_blueprints.test_nesting_subdomains", + "name": "test_nesting_subdomains", + "lineno": 1025, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_blueprints.test_nesting_subdomains.index", + "name": "index", + "lineno": 1034, + "scope": "test_nesting_subdomains", + "is_async": false + }, + { + "id": "tests.test_blueprints.test_child_and_parent_subdomain", + "name": "test_child_and_parent_subdomain", + "lineno": 1044, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_blueprints.test_child_and_parent_subdomain.index", + "name": "index", + "lineno": 1053, + "scope": "test_child_and_parent_subdomain", + "is_async": false + }, + { + "id": "tests.test_blueprints.test_unique_blueprint_names", + "name": "test_unique_blueprint_names", + "lineno": 1066, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_blueprints.test_self_registration", + "name": "test_self_registration", + "lineno": 1083, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_blueprints.test_blueprint_renaming", + "name": "test_blueprint_renaming", + "lineno": 1089, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_blueprints.test_blueprint_renaming.index", + "name": "index", + "lineno": 1094, + "scope": "test_blueprint_renaming", + "is_async": false + }, + { + "id": "tests.test_blueprints.test_blueprint_renaming.error", + "name": "error", + "lineno": 1098, + "scope": "test_blueprint_renaming", + "is_async": false + }, + { + "id": "tests.test_blueprints.test_blueprint_renaming.forbidden", + "name": "forbidden", + "lineno": 1102, + "scope": "test_blueprint_renaming", + "is_async": false + }, + { + "id": "tests.test_blueprints.test_blueprint_renaming.index2", + "name": "index2", + "lineno": 1106, + "scope": "test_blueprint_renaming", + "is_async": false + } + ], + "tests.test_cli": [ + { + "id": "tests.test_cli.runner", + "name": "runner", + "lineno": 37, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_cli.test_cli_name", + "name": "test_cli_name", + "lineno": 41, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_cli.test_find_best_app", + "name": "test_find_best_app", + "lineno": 48, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_cli.test_find_best_app.Module.create_app", + "name": "create_app", + "lineno": 66, + "scope": "test_find_best_app.Module", + "is_async": false + }, + { + "id": "tests.test_cli.test_find_best_app.Module.create_app", + "name": "create_app", + "lineno": 75, + "scope": "test_find_best_app.Module", + "is_async": false + }, + { + "id": "tests.test_cli.test_find_best_app.Module.make_app", + "name": "make_app", + "lineno": 84, + "scope": "test_find_best_app.Module", + "is_async": false + }, + { + "id": "tests.test_cli.test_find_best_app.Module.create_app", + "name": "create_app", + "lineno": 95, + "scope": "test_find_best_app.Module", + "is_async": false + }, + { + "id": "tests.test_cli.test_find_best_app.Module.create_app", + "name": "create_app", + "lineno": 104, + "scope": "test_find_best_app.Module", + "is_async": false + }, + { + "id": "tests.test_cli.test_find_best_app.Module.create_app", + "name": "create_app", + "lineno": 122, + "scope": "test_find_best_app.Module", + "is_async": false + }, + { + "id": "tests.test_cli.test_find_best_app.Module.create_app", + "name": "create_app", + "lineno": 129, + "scope": "test_find_best_app.Module", + "is_async": false + }, + { + "id": "tests.test_cli.test_prepare_import", + "name": "test_prepare_import", + "lineno": 161, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_cli.test_prepare_import.reset_path", + "name": "reset_path", + "lineno": 171, + "scope": "test_prepare_import", + "is_async": false + }, + { + "id": "tests.test_cli.test_locate_app", + "name": "test_locate_app", + "lineno": 195, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_cli.test_locate_app_raises", + "name": "test_locate_app_raises", + "lineno": 217, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_cli.test_locate_app_suppress_raise", + "name": "test_locate_app_suppress_raise", + "lineno": 222, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_cli.test_get_version", + "name": "test_get_version", + "lineno": 231, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_cli.test_get_version.MockCtx.exit", + "name": "exit", + "lineno": 236, + "scope": "test_get_version.MockCtx", + "is_async": false + }, + { + "id": "tests.test_cli.test_scriptinfo", + "name": "test_scriptinfo", + "lineno": 247, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_cli.test_scriptinfo.create_app", + "name": "create_app", + "lineno": 265, + "scope": "test_scriptinfo", + "is_async": false + }, + { + "id": "tests.test_cli.test_app_cli_has_app_context", + "name": "test_app_cli_has_app_context", + "lineno": 289, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_cli.test_app_cli_has_app_context._param_cb", + "name": "_param_cb", + "lineno": 290, + "scope": "test_app_cli_has_app_context", + "is_async": false + }, + { + "id": "tests.test_cli.test_app_cli_has_app_context.check", + "name": "check", + "lineno": 296, + "scope": "test_app_cli_has_app_context", + "is_async": false + }, + { + "id": "tests.test_cli.test_with_appcontext", + "name": "test_with_appcontext", + "lineno": 307, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_cli.test_with_appcontext.testcmd", + "name": "testcmd", + "lineno": 310, + "scope": "test_with_appcontext", + "is_async": false + }, + { + "id": "tests.test_cli.test_appgroup_app_context", + "name": "test_appgroup_app_context", + "lineno": 320, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_cli.test_appgroup_app_context.cli", + "name": "cli", + "lineno": 322, + "scope": "test_appgroup_app_context", + "is_async": false + }, + { + "id": "tests.test_cli.test_appgroup_app_context.test", + "name": "test", + "lineno": 326, + "scope": "test_appgroup_app_context", + "is_async": false + }, + { + "id": "tests.test_cli.test_appgroup_app_context.subgroup", + "name": "subgroup", + "lineno": 330, + "scope": "test_appgroup_app_context", + "is_async": false + }, + { + "id": "tests.test_cli.test_appgroup_app_context.test2", + "name": "test2", + "lineno": 334, + "scope": "test_appgroup_app_context", + "is_async": false + }, + { + "id": "tests.test_cli.test_flaskgroup_app_context", + "name": "test_flaskgroup_app_context", + "lineno": 348, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_cli.test_flaskgroup_app_context.create_app", + "name": "create_app", + "lineno": 349, + "scope": "test_flaskgroup_app_context", + "is_async": false + }, + { + "id": "tests.test_cli.test_flaskgroup_app_context.cli", + "name": "cli", + "lineno": 353, + "scope": "test_flaskgroup_app_context", + "is_async": false + }, + { + "id": "tests.test_cli.test_flaskgroup_app_context.test", + "name": "test", + "lineno": 357, + "scope": "test_flaskgroup_app_context", + "is_async": false + }, + { + "id": "tests.test_cli.test_flaskgroup_debug", + "name": "test_flaskgroup_debug", + "lineno": 366, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_cli.test_flaskgroup_debug.create_app", + "name": "create_app", + "lineno": 367, + "scope": "test_flaskgroup_debug", + "is_async": false + }, + { + "id": "tests.test_cli.test_flaskgroup_debug.cli", + "name": "cli", + "lineno": 373, + "scope": "test_flaskgroup_debug", + "is_async": false + }, + { + "id": "tests.test_cli.test_flaskgroup_debug.test", + "name": "test", + "lineno": 377, + "scope": "test_flaskgroup_debug", + "is_async": false + }, + { + "id": "tests.test_cli.test_flaskgroup_nested", + "name": "test_flaskgroup_nested", + "lineno": 385, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_cli.test_flaskgroup_nested.show", + "name": "show", + "lineno": 391, + "scope": "test_flaskgroup_nested", + "is_async": false + }, + { + "id": "tests.test_cli.test_no_command_echo_loading_error", + "name": "test_no_command_echo_loading_error", + "lineno": 398, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_cli.test_help_echo_loading_error", + "name": "test_help_echo_loading_error", + "lineno": 413, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_cli.test_help_echo_exception", + "name": "test_help_echo_exception", + "lineno": 428, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_cli.test_help_echo_exception.create_app", + "name": "create_app", + "lineno": 429, + "scope": "test_help_echo_exception", + "is_async": false + }, + { + "id": "tests.test_cli.TestRoutes.app", + "name": "app", + "lineno": 448, + "scope": "TestRoutes", + "is_async": false + }, + { + "id": "tests.test_cli.TestRoutes.invoke", + "name": "invoke", + "lineno": 459, + "scope": "TestRoutes", + "is_async": false + }, + { + "id": "tests.test_cli.TestRoutes.expect_order", + "name": "expect_order", + "lineno": 463, + "scope": "TestRoutes", + "is_async": false + }, + { + "id": "tests.test_cli.TestRoutes.test_simple", + "name": "test_simple", + "lineno": 469, + "scope": "TestRoutes", + "is_async": false + }, + { + "id": "tests.test_cli.TestRoutes.test_sort", + "name": "test_sort", + "lineno": 474, + "scope": "TestRoutes", + "is_async": false + }, + { + "id": "tests.test_cli.TestRoutes.test_all_methods", + "name": "test_all_methods", + "lineno": 489, + "scope": "TestRoutes", + "is_async": false + }, + { + "id": "tests.test_cli.TestRoutes.test_no_routes", + "name": "test_no_routes", + "lineno": 496, + "scope": "TestRoutes", + "is_async": false + }, + { + "id": "tests.test_cli.TestRoutes.test_subdomain", + "name": "test_subdomain", + "lineno": 503, + "scope": "TestRoutes", + "is_async": false + }, + { + "id": "tests.test_cli.TestRoutes.test_host", + "name": "test_host", + "lineno": 512, + "scope": "TestRoutes", + "is_async": false + }, + { + "id": "tests.test_cli.dotenv_not_available", + "name": "dotenv_not_available", + "lineno": 522, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_cli.test_load_dotenv", + "name": "test_load_dotenv", + "lineno": 537, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_cli.test_dotenv_path", + "name": "test_dotenv_path", + "lineno": 561, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_cli.test_dotenv_optional", + "name": "test_dotenv_optional", + "lineno": 570, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_cli.test_disable_dotenv_from_env", + "name": "test_disable_dotenv_from_env", + "lineno": 578, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_cli.test_run_cert_path", + "name": "test_run_cert_path", + "lineno": 585, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_cli.test_run_cert_adhoc", + "name": "test_run_cert_adhoc", + "lineno": 603, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_cli.test_run_cert_import", + "name": "test_run_cert_import", + "lineno": 620, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_cli.test_run_cert_no_ssl", + "name": "test_run_cert_no_ssl", + "lineno": 642, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_cli.test_cli_blueprints", + "name": "test_cli_blueprints", + "lineno": 649, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_cli.test_cli_blueprints.custom_command", + "name": "custom_command", + "lineno": 657, + "scope": "test_cli_blueprints", + "is_async": false + }, + { + "id": "tests.test_cli.test_cli_blueprints.nested_command", + "name": "nested_command", + "lineno": 661, + "scope": "test_cli_blueprints", + "is_async": false + }, + { + "id": "tests.test_cli.test_cli_blueprints.merged_command", + "name": "merged_command", + "lineno": 665, + "scope": "test_cli_blueprints", + "is_async": false + }, + { + "id": "tests.test_cli.test_cli_blueprints.late_command", + "name": "late_command", + "lineno": 669, + "scope": "test_cli_blueprints", + "is_async": false + }, + { + "id": "tests.test_cli.test_cli_empty", + "name": "test_cli_empty", + "lineno": 692, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_cli.test_run_exclude_patterns", + "name": "test_run_exclude_patterns", + "lineno": 701, + "scope": null, + "is_async": false + } + ], + "tests.test_config": [ + { + "id": "tests.test_config.common_object_test", + "name": "common_object_test", + "lineno": 13, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_config.test_config_from_pyfile", + "name": "test_config_from_pyfile", + "lineno": 19, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_config.test_config_from_object", + "name": "test_config_from_object", + "lineno": 25, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_config.test_config_from_file_json", + "name": "test_config_from_file_json", + "lineno": 31, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_config.test_config_from_file_toml", + "name": "test_config_from_file_toml", + "lineno": 38, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_config.test_from_prefixed_env", + "name": "test_from_prefixed_env", + "lineno": 48, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_config.test_from_prefixed_env_custom_prefix", + "name": "test_from_prefixed_env_custom_prefix", + "lineno": 69, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_config.test_from_prefixed_env_nested", + "name": "test_from_prefixed_env_nested", + "lineno": 79, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_config.test_config_from_mapping", + "name": "test_config_from_mapping", + "lineno": 110, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_config.test_config_from_class", + "name": "test_config_from_class", + "lineno": 132, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_config.test_config_from_envvar", + "name": "test_config_from_envvar", + "lineno": 144, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_config.test_config_from_envvar_missing", + "name": "test_config_from_envvar_missing", + "lineno": 161, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_config.test_config_missing", + "name": "test_config_missing", + "lineno": 174, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_config.test_config_missing_file", + "name": "test_config_missing_file", + "lineno": 186, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_config.test_custom_config_class", + "name": "test_custom_config_class", + "lineno": 198, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_config.test_session_lifetime", + "name": "test_session_lifetime", + "lineno": 211, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_config.test_get_namespace", + "name": "test_get_namespace", + "lineno": 217, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_config.test_from_pyfile_weird_encoding", + "name": "test_from_pyfile_weird_encoding", + "lineno": 244, + "scope": null, + "is_async": false + } + ], + "tests.test_converters": [ + { + "id": "tests.test_converters.test_custom_converters", + "name": "test_custom_converters", + "lineno": 8, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_converters.test_custom_converters.ListConverter.to_python", + "name": "to_python", + "lineno": 10, + "scope": "test_custom_converters.ListConverter", + "is_async": false + }, + { + "id": "tests.test_converters.test_custom_converters.ListConverter.to_url", + "name": "to_url", + "lineno": 13, + "scope": "test_custom_converters.ListConverter", + "is_async": false + }, + { + "id": "tests.test_converters.test_custom_converters.index", + "name": "index", + "lineno": 20, + "scope": "test_custom_converters", + "is_async": false + }, + { + "id": "tests.test_converters.test_context_available", + "name": "test_context_available", + "lineno": 29, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_converters.test_context_available.ContextConverter.to_python", + "name": "to_python", + "lineno": 31, + "scope": "test_context_available.ContextConverter", + "is_async": false + }, + { + "id": "tests.test_converters.test_context_available.index", + "name": "index", + "lineno": 39, + "scope": "test_context_available", + "is_async": false + } + ], + "tests.test_helpers": [ + { + "id": "tests.test_helpers.FakePath.__init__", + "name": "__init__", + "lineno": 18, + "scope": "FakePath", + "is_async": false + }, + { + "id": "tests.test_helpers.FakePath.__fspath__", + "name": "__fspath__", + "lineno": 21, + "scope": "FakePath", + "is_async": false + }, + { + "id": "tests.test_helpers.PyBytesIO.__init__", + "name": "__init__", + "lineno": 26, + "scope": "PyBytesIO", + "is_async": false + }, + { + "id": "tests.test_helpers.PyBytesIO.__getattr__", + "name": "__getattr__", + "lineno": 29, + "scope": "PyBytesIO", + "is_async": false + }, + { + "id": "tests.test_helpers.TestSendfile.test_send_file", + "name": "test_send_file", + "lineno": 34, + "scope": "TestSendfile", + "is_async": false + }, + { + "id": "tests.test_helpers.TestSendfile.test_static_file", + "name": "test_static_file", + "lineno": 44, + "scope": "TestSendfile", + "is_async": false + }, + { + "id": "tests.test_helpers.TestSendfile.test_static_file.StaticFileApp.get_send_file_max_age", + "name": "get_send_file_max_age", + "lineno": 70, + "scope": "TestSendfile.test_static_file.StaticFileApp", + "is_async": false + }, + { + "id": "tests.test_helpers.TestSendfile.test_send_from_directory", + "name": "test_send_from_directory", + "lineno": 84, + "scope": "TestSendfile", + "is_async": false + }, + { + "id": "tests.test_helpers.TestUrlFor.test_url_for_with_anchor", + "name": "test_url_for_with_anchor", + "lineno": 95, + "scope": "TestUrlFor", + "is_async": false + }, + { + "id": "tests.test_helpers.TestUrlFor.test_url_for_with_anchor.index", + "name": "index", + "lineno": 97, + "scope": "TestUrlFor.test_url_for_with_anchor", + "is_async": false + }, + { + "id": "tests.test_helpers.TestUrlFor.test_url_for_with_scheme", + "name": "test_url_for_with_scheme", + "lineno": 102, + "scope": "TestUrlFor", + "is_async": false + }, + { + "id": "tests.test_helpers.TestUrlFor.test_url_for_with_scheme.index", + "name": "index", + "lineno": 104, + "scope": "TestUrlFor.test_url_for_with_scheme", + "is_async": false + }, + { + "id": "tests.test_helpers.TestUrlFor.test_url_for_with_scheme_not_external", + "name": "test_url_for_with_scheme_not_external", + "lineno": 112, + "scope": "TestUrlFor", + "is_async": false + }, + { + "id": "tests.test_helpers.TestUrlFor.test_url_for_with_alternating_schemes", + "name": "test_url_for_with_alternating_schemes", + "lineno": 123, + "scope": "TestUrlFor", + "is_async": false + }, + { + "id": "tests.test_helpers.TestUrlFor.test_url_for_with_alternating_schemes.index", + "name": "index", + "lineno": 125, + "scope": "TestUrlFor.test_url_for_with_alternating_schemes", + "is_async": false + }, + { + "id": "tests.test_helpers.TestUrlFor.test_url_with_method", + "name": "test_url_with_method", + "lineno": 135, + "scope": "TestUrlFor", + "is_async": false + }, + { + "id": "tests.test_helpers.TestUrlFor.test_url_with_method.MyView.get", + "name": "get", + "lineno": 139, + "scope": "TestUrlFor.test_url_with_method.MyView", + "is_async": false + }, + { + "id": "tests.test_helpers.TestUrlFor.test_url_with_method.MyView.post", + "name": "post", + "lineno": 144, + "scope": "TestUrlFor.test_url_with_method.MyView", + "is_async": false + }, + { + "id": "tests.test_helpers.TestUrlFor.test_url_for_with_self", + "name": "test_url_for_with_self", + "lineno": 156, + "scope": "TestUrlFor", + "is_async": false + }, + { + "id": "tests.test_helpers.TestUrlFor.test_url_for_with_self.index", + "name": "index", + "lineno": 158, + "scope": "TestUrlFor.test_url_for_with_self", + "is_async": false + }, + { + "id": "tests.test_helpers.test_redirect_no_app", + "name": "test_redirect_no_app", + "lineno": 164, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_helpers.test_redirect_with_app", + "name": "test_redirect_with_app", + "lineno": 170, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_helpers.test_redirect_with_app.redirect", + "name": "redirect", + "lineno": 171, + "scope": "test_redirect_with_app", + "is_async": false + }, + { + "id": "tests.test_helpers.test_abort_no_app", + "name": "test_abort_no_app", + "lineno": 180, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_helpers.test_app_aborter_class", + "name": "test_app_aborter_class", + "lineno": 188, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_helpers.test_abort_with_app", + "name": "test_abort_with_app", + "lineno": 199, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_helpers.TestNoImports.test_name_with_import_error", + "name": "test_name_with_import_error", + "lineno": 220, + "scope": "TestNoImports", + "is_async": false + }, + { + "id": "tests.test_helpers.TestStreaming.test_streaming_with_context", + "name": "test_streaming_with_context", + "lineno": 229, + "scope": "TestStreaming", + "is_async": false + }, + { + "id": "tests.test_helpers.TestStreaming.test_streaming_with_context.index", + "name": "index", + "lineno": 231, + "scope": "TestStreaming.test_streaming_with_context", + "is_async": false + }, + { + "id": "tests.test_helpers.TestStreaming.test_streaming_with_context.index.generate", + "name": "generate", + "lineno": 232, + "scope": "TestStreaming.test_streaming_with_context.index", + "is_async": false + }, + { + "id": "tests.test_helpers.TestStreaming.test_streaming_with_context_as_decorator", + "name": "test_streaming_with_context_as_decorator", + "lineno": 242, + "scope": "TestStreaming", + "is_async": false + }, + { + "id": "tests.test_helpers.TestStreaming.test_streaming_with_context_as_decorator.index", + "name": "index", + "lineno": 244, + "scope": "TestStreaming.test_streaming_with_context_as_decorator", + "is_async": false + }, + { + "id": "tests.test_helpers.TestStreaming.test_streaming_with_context_as_decorator.index.generate", + "name": "generate", + "lineno": 246, + "scope": "TestStreaming.test_streaming_with_context_as_decorator.index", + "is_async": false + }, + { + "id": "tests.test_helpers.TestStreaming.test_streaming_with_context_and_custom_close", + "name": "test_streaming_with_context_and_custom_close", + "lineno": 256, + "scope": "TestStreaming", + "is_async": false + }, + { + "id": "tests.test_helpers.TestStreaming.test_streaming_with_context_and_custom_close.Wrapper.__init__", + "name": "__init__", + "lineno": 260, + "scope": "TestStreaming.test_streaming_with_context_and_custom_close.Wrapper", + "is_async": false + }, + { + "id": "tests.test_helpers.TestStreaming.test_streaming_with_context_and_custom_close.Wrapper.__iter__", + "name": "__iter__", + "lineno": 263, + "scope": "TestStreaming.test_streaming_with_context_and_custom_close.Wrapper", + "is_async": false + }, + { + "id": "tests.test_helpers.TestStreaming.test_streaming_with_context_and_custom_close.Wrapper.close", + "name": "close", + "lineno": 266, + "scope": "TestStreaming.test_streaming_with_context_and_custom_close.Wrapper", + "is_async": false + }, + { + "id": "tests.test_helpers.TestStreaming.test_streaming_with_context_and_custom_close.Wrapper.__next__", + "name": "__next__", + "lineno": 269, + "scope": "TestStreaming.test_streaming_with_context_and_custom_close.Wrapper", + "is_async": false + }, + { + "id": "tests.test_helpers.TestStreaming.test_streaming_with_context_and_custom_close.index", + "name": "index", + "lineno": 275, + "scope": "TestStreaming.test_streaming_with_context_and_custom_close", + "is_async": false + }, + { + "id": "tests.test_helpers.TestStreaming.test_streaming_with_context_and_custom_close.index.generate", + "name": "generate", + "lineno": 276, + "scope": "TestStreaming.test_streaming_with_context_and_custom_close.index", + "is_async": false + }, + { + "id": "tests.test_helpers.TestStreaming.test_stream_keeps_session", + "name": "test_stream_keeps_session", + "lineno": 287, + "scope": "TestStreaming", + "is_async": false + }, + { + "id": "tests.test_helpers.TestStreaming.test_stream_keeps_session.index", + "name": "index", + "lineno": 289, + "scope": "TestStreaming.test_stream_keeps_session", + "is_async": false + }, + { + "id": "tests.test_helpers.TestStreaming.test_stream_keeps_session.index.gen", + "name": "gen", + "lineno": 293, + "scope": "TestStreaming.test_stream_keeps_session.index", + "is_async": false + }, + { + "id": "tests.test_helpers.TestStreaming.test_async_view", + "name": "test_async_view", + "lineno": 301, + "scope": "TestStreaming", + "is_async": false + }, + { + "id": "tests.test_helpers.TestStreaming.test_async_view.index", + "name": "index", + "lineno": 303, + "scope": "TestStreaming.test_async_view", + "is_async": true + }, + { + "id": "tests.test_helpers.TestStreaming.test_async_view.index.gen", + "name": "gen", + "lineno": 307, + "scope": "TestStreaming.test_async_view.index", + "is_async": false + }, + { + "id": "tests.test_helpers.TestHelpers.test_get_debug_flag", + "name": "test_get_debug_flag", + "lineno": 338, + "scope": "TestHelpers", + "is_async": false + }, + { + "id": "tests.test_helpers.TestHelpers.test_make_response", + "name": "test_make_response", + "lineno": 342, + "scope": "TestHelpers", + "is_async": false + }, + { + "id": "tests.test_helpers.test_open_resource", + "name": "test_open_resource", + "lineno": 356, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_helpers.test_open_resource_exceptions", + "name": "test_open_resource_exceptions", + "lineno": 364, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_helpers.test_open_resource_with_encoding", + "name": "test_open_resource_with_encoding", + "lineno": 372, + "scope": null, + "is_async": false + } + ], + "tests.test_instance_config": [ + { + "id": "tests.test_instance_config.test_explicit_instance_paths", + "name": "test_explicit_instance_paths", + "lineno": 8, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_instance_config.test_uninstalled_module_paths", + "name": "test_uninstalled_module_paths", + "lineno": 16, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_instance_config.test_uninstalled_package_paths", + "name": "test_uninstalled_package_paths", + "lineno": 30, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_instance_config.test_uninstalled_namespace_paths", + "name": "test_uninstalled_namespace_paths", + "lineno": 46, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_instance_config.test_uninstalled_namespace_paths.create_namespace", + "name": "create_namespace", + "lineno": 47, + "scope": "test_uninstalled_namespace_paths", + "is_async": false + }, + { + "id": "tests.test_instance_config.test_installed_module_paths", + "name": "test_installed_module_paths", + "lineno": 65, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_instance_config.test_installed_package_paths", + "name": "test_installed_package_paths", + "lineno": 80, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_instance_config.test_prefix_package_paths", + "name": "test_prefix_package_paths", + "lineno": 99, + "scope": null, + "is_async": false + } + ], + "tests.test_json": [ + { + "id": "tests.test_json.test_bad_request_debug_message", + "name": "test_bad_request_debug_message", + "lineno": 15, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_json.test_bad_request_debug_message.post_json", + "name": "post_json", + "lineno": 20, + "scope": "test_bad_request_debug_message", + "is_async": false + }, + { + "id": "tests.test_json.test_json_bad_requests", + "name": "test_json_bad_requests", + "lineno": 30, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_json.test_json_bad_requests.return_json", + "name": "return_json", + "lineno": 32, + "scope": "test_json_bad_requests", + "is_async": false + }, + { + "id": "tests.test_json.test_json_custom_mimetypes", + "name": "test_json_custom_mimetypes", + "lineno": 39, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_json.test_json_custom_mimetypes.return_json", + "name": "return_json", + "lineno": 41, + "scope": "test_json_custom_mimetypes", + "is_async": false + }, + { + "id": "tests.test_json.test_json_as_unicode", + "name": "test_json_as_unicode", + "lineno": 51, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_json.test_json_dump_to_file", + "name": "test_json_dump_to_file", + "lineno": 57, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_json.test_jsonify_basic_types", + "name": "test_jsonify_basic_types", + "lineno": 70, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_json.test_jsonify_dicts", + "name": "test_jsonify_dicts", + "lineno": 78, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_json.test_jsonify_dicts.return_kwargs", + "name": "return_kwargs", + "lineno": 92, + "scope": "test_jsonify_dicts", + "is_async": false + }, + { + "id": "tests.test_json.test_jsonify_dicts.return_dict", + "name": "return_dict", + "lineno": 96, + "scope": "test_jsonify_dicts", + "is_async": false + }, + { + "id": "tests.test_json.test_jsonify_arrays", + "name": "test_jsonify_arrays", + "lineno": 105, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_json.test_jsonify_arrays.return_args_unpack", + "name": "return_args_unpack", + "lineno": 120, + "scope": "test_jsonify_arrays", + "is_async": false + }, + { + "id": "tests.test_json.test_jsonify_arrays.return_array", + "name": "return_array", + "lineno": 124, + "scope": "test_jsonify_arrays", + "is_async": false + }, + { + "id": "tests.test_json.test_jsonify_datetime", + "name": "test_jsonify_datetime", + "lineno": 136, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_json.test_jsonify_datetime.index", + "name": "index", + "lineno": 138, + "scope": "test_jsonify_datetime", + "is_async": false + }, + { + "id": "tests.test_json.FixedOffset.__init__", + "name": "__init__", + "lineno": 152, + "scope": "FixedOffset", + "is_async": false + }, + { + "id": "tests.test_json.FixedOffset.utcoffset", + "name": "utcoffset", + "lineno": 156, + "scope": "FixedOffset", + "is_async": false + }, + { + "id": "tests.test_json.FixedOffset.tzname", + "name": "tzname", + "lineno": 159, + "scope": "FixedOffset", + "is_async": false + }, + { + "id": "tests.test_json.FixedOffset.dst", + "name": "dst", + "lineno": 162, + "scope": "FixedOffset", + "is_async": false + }, + { + "id": "tests.test_json.test_jsonify_aware_datetimes", + "name": "test_jsonify_aware_datetimes", + "lineno": 167, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_json.test_jsonify_uuid_types", + "name": "test_jsonify_uuid_types", + "lineno": 176, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_json.test_json_decimal", + "name": "test_json_decimal", + "lineno": 191, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_json.test_json_attr", + "name": "test_json_attr", + "lineno": 196, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_json.test_json_attr.add", + "name": "add", + "lineno": 198, + "scope": "test_json_attr", + "is_async": false + }, + { + "id": "tests.test_json.test_tojson_filter", + "name": "test_tojson_filter", + "lineno": 210, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_json.test_json_customization", + "name": "test_json_customization", + "lineno": 223, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_json.test_json_customization.X.__init__", + "name": "__init__", + "lineno": 225, + "scope": "test_json_customization.X", + "is_async": false + }, + { + "id": "tests.test_json.test_json_customization.default", + "name": "default", + "lineno": 228, + "scope": "test_json_customization", + "is_async": false + }, + { + "id": "tests.test_json.test_json_customization.CustomProvider.object_hook", + "name": "object_hook", + "lineno": 235, + "scope": "test_json_customization.CustomProvider", + "is_async": false + }, + { + "id": "tests.test_json.test_json_customization.CustomProvider.loads", + "name": "loads", + "lineno": 241, + "scope": "test_json_customization.CustomProvider", + "is_async": false + }, + { + "id": "tests.test_json.test_json_customization.index", + "name": "index", + "lineno": 249, + "scope": "test_json_customization", + "is_async": false + }, + { + "id": "tests.test_json._has_encoding", + "name": "_has_encoding", + "lineno": 260, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_json.test_json_key_sorting", + "name": "test_json_key_sorting", + "lineno": 270, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_json.test_json_key_sorting.index", + "name": "index", + "lineno": 276, + "scope": "test_json_key_sorting", + "is_async": false + }, + { + "id": "tests.test_json.test_html_method", + "name": "test_html_method", + "lineno": 340, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_json.test_html_method.ObjectWithHTML.__html__", + "name": "__html__", + "lineno": 342, + "scope": "test_html_method.ObjectWithHTML", + "is_async": false + } + ], + "tests.test_json_tag": [ + { + "id": "tests.test_json_tag.test_dump_load_unchanged", + "name": "test_dump_load_unchanged", + "lineno": 27, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_json_tag.test_duplicate_tag", + "name": "test_duplicate_tag", + "lineno": 32, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_json_tag.test_custom_tag", + "name": "test_custom_tag", + "lineno": 43, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_json_tag.test_custom_tag.Foo.__init__", + "name": "__init__", + "lineno": 45, + "scope": "test_custom_tag.Foo", + "is_async": false + }, + { + "id": "tests.test_json_tag.test_custom_tag.TagFoo.check", + "name": "check", + "lineno": 52, + "scope": "test_custom_tag.TagFoo", + "is_async": false + }, + { + "id": "tests.test_json_tag.test_custom_tag.TagFoo.to_json", + "name": "to_json", + "lineno": 55, + "scope": "test_custom_tag.TagFoo", + "is_async": false + }, + { + "id": "tests.test_json_tag.test_custom_tag.TagFoo.to_python", + "name": "to_python", + "lineno": 58, + "scope": "test_custom_tag.TagFoo", + "is_async": false + }, + { + "id": "tests.test_json_tag.test_tag_interface", + "name": "test_tag_interface", + "lineno": 66, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_json_tag.test_tag_order", + "name": "test_tag_order", + "lineno": 73, + "scope": null, + "is_async": false + } + ], + "tests.test_logging": [ + { + "id": "tests.test_logging.reset_logging", + "name": "reset_logging", + "lineno": 13, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_logging.test_logger", + "name": "test_logger", + "lineno": 36, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_logging.test_logger_debug", + "name": "test_logger_debug", + "lineno": 42, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_logging.test_existing_handler", + "name": "test_existing_handler", + "lineno": 48, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_logging.test_wsgi_errors_stream", + "name": "test_wsgi_errors_stream", + "lineno": 54, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_logging.test_wsgi_errors_stream.index", + "name": "index", + "lineno": 56, + "scope": "test_wsgi_errors_stream", + "is_async": false + }, + { + "id": "tests.test_logging.test_has_level_handler", + "name": "test_has_level_handler", + "lineno": 70, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_logging.test_log_view_exception", + "name": "test_log_view_exception", + "lineno": 86, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_logging.test_log_view_exception.index", + "name": "index", + "lineno": 88, + "scope": "test_log_view_exception", + "is_async": false + } + ], + "tests.test_regression": [ + { + "id": "tests.test_regression.test_aborting", + "name": "test_aborting", + "lineno": 4, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_regression.test_aborting.handle_foo", + "name": "handle_foo", + "lineno": 9, + "scope": "test_aborting", + "is_async": false + }, + { + "id": "tests.test_regression.test_aborting.index", + "name": "index", + "lineno": 13, + "scope": "test_aborting", + "is_async": false + }, + { + "id": "tests.test_regression.test_aborting.test", + "name": "test", + "lineno": 17, + "scope": "test_aborting", + "is_async": false + } + ], + "tests.test_reqctx": [ + { + "id": "tests.test_reqctx.test_teardown_on_pop", + "name": "test_teardown_on_pop", + "lineno": 15, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_reqctx.test_teardown_on_pop.end_of_request", + "name": "end_of_request", + "lineno": 19, + "scope": "test_teardown_on_pop", + "is_async": false + }, + { + "id": "tests.test_reqctx.test_teardown_with_previous_exception", + "name": "test_teardown_with_previous_exception", + "lineno": 29, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_reqctx.test_teardown_with_previous_exception.end_of_request", + "name": "end_of_request", + "lineno": 33, + "scope": "test_teardown_with_previous_exception", + "is_async": false + }, + { + "id": "tests.test_reqctx.test_teardown_with_handled_exception", + "name": "test_teardown_with_handled_exception", + "lineno": 46, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_reqctx.test_teardown_with_handled_exception.end_of_request", + "name": "end_of_request", + "lineno": 50, + "scope": "test_teardown_with_handled_exception", + "is_async": false + }, + { + "id": "tests.test_reqctx.test_proper_test_request_context", + "name": "test_proper_test_request_context", + "lineno": 62, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_reqctx.test_proper_test_request_context.index", + "name": "index", + "lineno": 66, + "scope": "test_proper_test_request_context", + "is_async": false + }, + { + "id": "tests.test_reqctx.test_proper_test_request_context.sub", + "name": "sub", + "lineno": 70, + "scope": "test_proper_test_request_context", + "is_async": false + }, + { + "id": "tests.test_reqctx.test_context_binding", + "name": "test_context_binding", + "lineno": 106, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_reqctx.test_context_binding.index", + "name": "index", + "lineno": 108, + "scope": "test_context_binding", + "is_async": false + }, + { + "id": "tests.test_reqctx.test_context_binding.meh", + "name": "meh", + "lineno": 112, + "scope": "test_context_binding", + "is_async": false + }, + { + "id": "tests.test_reqctx.test_context_test", + "name": "test_context_test", + "lineno": 122, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_reqctx.test_manual_context_binding", + "name": "test_manual_context_binding", + "lineno": 134, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_reqctx.test_manual_context_binding.index", + "name": "index", + "lineno": 136, + "scope": "test_manual_context_binding", + "is_async": false + }, + { + "id": "tests.test_reqctx.test_copy_context_thread", + "name": "test_copy_context_thread", + "lineno": 147, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_reqctx.test_copy_context_thread.index", + "name": "index", + "lineno": 155, + "scope": "test_copy_context_thread", + "is_async": false + }, + { + "id": "tests.test_reqctx.test_copy_context_thread.index.work", + "name": "work", + "lineno": 159, + "scope": "test_copy_context_thread.index", + "is_async": false + }, + { + "id": "tests.test_reqctx.test_session_error_pops_context", + "name": "test_session_error_pops_context", + "lineno": 177, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_reqctx.test_session_error_pops_context.FailingSessionInterface.open_session", + "name": "open_session", + "lineno": 182, + "scope": "test_session_error_pops_context.FailingSessionInterface", + "is_async": false + }, + { + "id": "tests.test_reqctx.test_session_error_pops_context.index", + "name": "index", + "lineno": 191, + "scope": "test_session_error_pops_context", + "is_async": false + }, + { + "id": "tests.test_reqctx.test_session_dynamic_cookie_name", + "name": "test_session_dynamic_cookie_name", + "lineno": 201, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_reqctx.test_session_dynamic_cookie_name.PathAwareSessionInterface.get_cookie_name", + "name": "get_cookie_name", + "lineno": 205, + "scope": "test_session_dynamic_cookie_name.PathAwareSessionInterface", + "is_async": false + }, + { + "id": "tests.test_reqctx.test_session_dynamic_cookie_name.set", + "name": "set", + "lineno": 218, + "scope": "test_session_dynamic_cookie_name", + "is_async": false + }, + { + "id": "tests.test_reqctx.test_session_dynamic_cookie_name.get", + "name": "get", + "lineno": 223, + "scope": "test_session_dynamic_cookie_name", + "is_async": false + }, + { + "id": "tests.test_reqctx.test_session_dynamic_cookie_name.set_dynamic_cookie", + "name": "set_dynamic_cookie", + "lineno": 228, + "scope": "test_session_dynamic_cookie_name", + "is_async": false + }, + { + "id": "tests.test_reqctx.test_session_dynamic_cookie_name.get_dynamic_cookie", + "name": "get_dynamic_cookie", + "lineno": 233, + "scope": "test_session_dynamic_cookie_name", + "is_async": false + } + ], + "tests.test_request": [ + { + "id": "tests.test_request.test_max_content_length", + "name": "test_max_content_length", + "lineno": 9, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request.test_max_content_length.index", + "name": "index", + "lineno": 13, + "scope": "test_max_content_length", + "is_async": false + }, + { + "id": "tests.test_request.test_max_content_length.catcher", + "name": "catcher", + "lineno": 18, + "scope": "test_max_content_length", + "is_async": false + }, + { + "id": "tests.test_request.test_limit_config", + "name": "test_limit_config", + "lineno": 25, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request.test_trusted_hosts_config", + "name": "test_trusted_hosts_config", + "lineno": 57, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_request.test_trusted_hosts_config.index", + "name": "index", + "lineno": 61, + "scope": "test_trusted_hosts_config", + "is_async": false + } + ], + "tests.test_session_interface": [ + { + "id": "tests.test_session_interface.test_open_session_with_endpoint", + "name": "test_open_session_with_endpoint", + "lineno": 6, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_session_interface.test_open_session_with_endpoint.MySessionInterface.save_session", + "name": "save_session", + "lineno": 13, + "scope": "test_open_session_with_endpoint.MySessionInterface", + "is_async": false + }, + { + "id": "tests.test_session_interface.test_open_session_with_endpoint.MySessionInterface.open_session", + "name": "open_session", + "lineno": 16, + "scope": "test_open_session_with_endpoint.MySessionInterface", + "is_async": false + }, + { + "id": "tests.test_session_interface.test_open_session_with_endpoint.index", + "name": "index", + "lineno": 24, + "scope": "test_open_session_with_endpoint", + "is_async": false + } + ], + "tests.test_signals": [ + { + "id": "tests.test_signals.test_template_rendered", + "name": "test_template_rendered", + "lineno": 4, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_signals.test_template_rendered.index", + "name": "index", + "lineno": 6, + "scope": "test_template_rendered", + "is_async": false + }, + { + "id": "tests.test_signals.test_template_rendered.record", + "name": "record", + "lineno": 11, + "scope": "test_template_rendered", + "is_async": false + }, + { + "id": "tests.test_signals.test_before_render_template", + "name": "test_before_render_template", + "lineno": 25, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_signals.test_before_render_template.index", + "name": "index", + "lineno": 29, + "scope": "test_before_render_template", + "is_async": false + }, + { + "id": "tests.test_signals.test_before_render_template.record", + "name": "record", + "lineno": 34, + "scope": "test_before_render_template", + "is_async": false + }, + { + "id": "tests.test_signals.test_request_signals", + "name": "test_request_signals", + "lineno": 50, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_signals.test_request_signals.before_request_signal", + "name": "before_request_signal", + "lineno": 54, + "scope": "test_request_signals", + "is_async": false + }, + { + "id": "tests.test_signals.test_request_signals.after_request_signal", + "name": "after_request_signal", + "lineno": 57, + "scope": "test_request_signals", + "is_async": false + }, + { + "id": "tests.test_signals.test_request_signals.before_request_handler", + "name": "before_request_handler", + "lineno": 62, + "scope": "test_request_signals", + "is_async": false + }, + { + "id": "tests.test_signals.test_request_signals.after_request_handler", + "name": "after_request_handler", + "lineno": 66, + "scope": "test_request_signals", + "is_async": false + }, + { + "id": "tests.test_signals.test_request_signals.index", + "name": "index", + "lineno": 72, + "scope": "test_request_signals", + "is_async": false + }, + { + "id": "tests.test_signals.test_request_exception_signal", + "name": "test_request_exception_signal", + "lineno": 95, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_signals.test_request_exception_signal.index", + "name": "index", + "lineno": 100, + "scope": "test_request_exception_signal", + "is_async": false + }, + { + "id": "tests.test_signals.test_request_exception_signal.record", + "name": "record", + "lineno": 103, + "scope": "test_request_exception_signal", + "is_async": false + }, + { + "id": "tests.test_signals.test_appcontext_signals", + "name": "test_appcontext_signals", + "lineno": 115, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_signals.test_appcontext_signals.record_push", + "name": "record_push", + "lineno": 118, + "scope": "test_appcontext_signals", + "is_async": false + }, + { + "id": "tests.test_signals.test_appcontext_signals.record_pop", + "name": "record_pop", + "lineno": 121, + "scope": "test_appcontext_signals", + "is_async": false + }, + { + "id": "tests.test_signals.test_appcontext_signals.index", + "name": "index", + "lineno": 125, + "scope": "test_appcontext_signals", + "is_async": false + }, + { + "id": "tests.test_signals.test_flash_signal", + "name": "test_flash_signal", + "lineno": 139, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_signals.test_flash_signal.index", + "name": "index", + "lineno": 141, + "scope": "test_flash_signal", + "is_async": false + }, + { + "id": "tests.test_signals.test_flash_signal.record", + "name": "record", + "lineno": 147, + "scope": "test_flash_signal", + "is_async": false + }, + { + "id": "tests.test_signals.test_appcontext_tearing_down_signal", + "name": "test_appcontext_tearing_down_signal", + "lineno": 163, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_signals.test_appcontext_tearing_down_signal.record_teardown", + "name": "record_teardown", + "lineno": 167, + "scope": "test_appcontext_tearing_down_signal", + "is_async": false + }, + { + "id": "tests.test_signals.test_appcontext_tearing_down_signal.index", + "name": "index", + "lineno": 171, + "scope": "test_appcontext_tearing_down_signal", + "is_async": false + } + ], + "tests.test_subclassing": [ + { + "id": "tests.test_subclassing.test_suppressed_exception_logging", + "name": "test_suppressed_exception_logging", + "lineno": 6, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_subclassing.test_suppressed_exception_logging.SuppressedFlask.log_exception", + "name": "log_exception", + "lineno": 8, + "scope": "test_suppressed_exception_logging.SuppressedFlask", + "is_async": false + }, + { + "id": "tests.test_subclassing.test_suppressed_exception_logging.index", + "name": "index", + "lineno": 15, + "scope": "test_suppressed_exception_logging", + "is_async": false + } + ], + "tests.test_templating": [ + { + "id": "tests.test_templating.test_context_processing", + "name": "test_context_processing", + "lineno": 11, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_templating.test_context_processing.context_processor", + "name": "context_processor", + "lineno": 13, + "scope": "test_context_processing", + "is_async": false + }, + { + "id": "tests.test_templating.test_context_processing.index", + "name": "index", + "lineno": 17, + "scope": "test_context_processing", + "is_async": false + }, + { + "id": "tests.test_templating.test_original_win", + "name": "test_original_win", + "lineno": 24, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_templating.test_original_win.index", + "name": "index", + "lineno": 26, + "scope": "test_original_win", + "is_async": false + }, + { + "id": "tests.test_templating.test_simple_stream", + "name": "test_simple_stream", + "lineno": 33, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_templating.test_simple_stream.index", + "name": "index", + "lineno": 35, + "scope": "test_simple_stream", + "is_async": false + }, + { + "id": "tests.test_templating.test_request_less_rendering", + "name": "test_request_less_rendering", + "lineno": 42, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_templating.test_request_less_rendering.context_processor", + "name": "context_processor", + "lineno": 46, + "scope": "test_request_less_rendering", + "is_async": false + }, + { + "id": "tests.test_templating.test_standard_context", + "name": "test_standard_context", + "lineno": 53, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_templating.test_standard_context.index", + "name": "index", + "lineno": 55, + "scope": "test_standard_context", + "is_async": false + }, + { + "id": "tests.test_templating.test_escaping", + "name": "test_escaping", + "lineno": 71, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_templating.test_escaping.index", + "name": "index", + "lineno": 75, + "scope": "test_escaping", + "is_async": false + }, + { + "id": "tests.test_templating.test_no_escaping", + "name": "test_no_escaping", + "lineno": 91, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_templating.test_no_escaping.index", + "name": "index", + "lineno": 95, + "scope": "test_no_escaping", + "is_async": false + }, + { + "id": "tests.test_templating.test_escaping_without_template_filename", + "name": "test_escaping_without_template_filename", + "lineno": 113, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_templating.test_macros", + "name": "test_macros", + "lineno": 118, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_templating.test_template_filter", + "name": "test_template_filter", + "lineno": 123, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_templating.test_template_filter.my_reverse", + "name": "my_reverse", + "lineno": 125, + "scope": "test_template_filter", + "is_async": false + }, + { + "id": "tests.test_templating.test_template_filter.my_reverse_2", + "name": "my_reverse_2", + "lineno": 133, + "scope": "test_template_filter", + "is_async": false + }, + { + "id": "tests.test_templating.test_template_filter.my_reverse_3", + "name": "my_reverse_3", + "lineno": 141, + "scope": "test_template_filter", + "is_async": false + }, + { + "id": "tests.test_templating.test_template_filter.my_reverse_4", + "name": "my_reverse_4", + "lineno": 149, + "scope": "test_template_filter", + "is_async": false + }, + { + "id": "tests.test_templating.test_add_template_filter", + "name": "test_add_template_filter", + "lineno": 157, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_templating.test_add_template_filter.my_reverse", + "name": "my_reverse", + "lineno": 158, + "scope": "test_add_template_filter", + "is_async": false + }, + { + "id": "tests.test_templating.test_template_filter_with_name", + "name": "test_template_filter_with_name", + "lineno": 167, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_templating.test_template_filter_with_name.my_reverse", + "name": "my_reverse", + "lineno": 169, + "scope": "test_template_filter_with_name", + "is_async": false + }, + { + "id": "tests.test_templating.test_add_template_filter_with_name", + "name": "test_add_template_filter_with_name", + "lineno": 177, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_templating.test_add_template_filter_with_name.my_reverse", + "name": "my_reverse", + "lineno": 178, + "scope": "test_add_template_filter_with_name", + "is_async": false + }, + { + "id": "tests.test_templating.test_template_filter_with_template", + "name": "test_template_filter_with_template", + "lineno": 187, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_templating.test_template_filter_with_template.super_reverse", + "name": "super_reverse", + "lineno": 189, + "scope": "test_template_filter_with_template", + "is_async": false + }, + { + "id": "tests.test_templating.test_template_filter_with_template.index", + "name": "index", + "lineno": 193, + "scope": "test_template_filter_with_template", + "is_async": false + }, + { + "id": "tests.test_templating.test_add_template_filter_with_template", + "name": "test_add_template_filter_with_template", + "lineno": 200, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_templating.test_add_template_filter_with_template.super_reverse", + "name": "super_reverse", + "lineno": 201, + "scope": "test_add_template_filter_with_template", + "is_async": false + }, + { + "id": "tests.test_templating.test_add_template_filter_with_template.index", + "name": "index", + "lineno": 207, + "scope": "test_add_template_filter_with_template", + "is_async": false + }, + { + "id": "tests.test_templating.test_template_filter_with_name_and_template", + "name": "test_template_filter_with_name_and_template", + "lineno": 214, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_templating.test_template_filter_with_name_and_template.my_reverse", + "name": "my_reverse", + "lineno": 216, + "scope": "test_template_filter_with_name_and_template", + "is_async": false + }, + { + "id": "tests.test_templating.test_template_filter_with_name_and_template.index", + "name": "index", + "lineno": 220, + "scope": "test_template_filter_with_name_and_template", + "is_async": false + }, + { + "id": "tests.test_templating.test_add_template_filter_with_name_and_template", + "name": "test_add_template_filter_with_name_and_template", + "lineno": 227, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_templating.test_add_template_filter_with_name_and_template.my_reverse", + "name": "my_reverse", + "lineno": 228, + "scope": "test_add_template_filter_with_name_and_template", + "is_async": false + }, + { + "id": "tests.test_templating.test_add_template_filter_with_name_and_template.index", + "name": "index", + "lineno": 234, + "scope": "test_add_template_filter_with_name_and_template", + "is_async": false + }, + { + "id": "tests.test_templating.test_template_test", + "name": "test_template_test", + "lineno": 241, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_templating.test_template_test.boolean", + "name": "boolean", + "lineno": 243, + "scope": "test_template_test", + "is_async": false + }, + { + "id": "tests.test_templating.test_template_test.boolean_2", + "name": "boolean_2", + "lineno": 251, + "scope": "test_template_test", + "is_async": false + }, + { + "id": "tests.test_templating.test_template_test.boolean_3", + "name": "boolean_3", + "lineno": 259, + "scope": "test_template_test", + "is_async": false + }, + { + "id": "tests.test_templating.test_template_test.boolean_4", + "name": "boolean_4", + "lineno": 267, + "scope": "test_template_test", + "is_async": false + }, + { + "id": "tests.test_templating.test_add_template_test", + "name": "test_add_template_test", + "lineno": 275, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_templating.test_add_template_test.boolean", + "name": "boolean", + "lineno": 276, + "scope": "test_add_template_test", + "is_async": false + }, + { + "id": "tests.test_templating.test_template_test_with_name", + "name": "test_template_test_with_name", + "lineno": 285, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_templating.test_template_test_with_name.is_boolean", + "name": "is_boolean", + "lineno": 287, + "scope": "test_template_test_with_name", + "is_async": false + }, + { + "id": "tests.test_templating.test_add_template_test_with_name", + "name": "test_add_template_test_with_name", + "lineno": 295, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_templating.test_add_template_test_with_name.is_boolean", + "name": "is_boolean", + "lineno": 296, + "scope": "test_add_template_test_with_name", + "is_async": false + }, + { + "id": "tests.test_templating.test_template_test_with_template", + "name": "test_template_test_with_template", + "lineno": 305, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_templating.test_template_test_with_template.boolean", + "name": "boolean", + "lineno": 307, + "scope": "test_template_test_with_template", + "is_async": false + }, + { + "id": "tests.test_templating.test_template_test_with_template.index", + "name": "index", + "lineno": 311, + "scope": "test_template_test_with_template", + "is_async": false + }, + { + "id": "tests.test_templating.test_add_template_test_with_template", + "name": "test_add_template_test_with_template", + "lineno": 318, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_templating.test_add_template_test_with_template.boolean", + "name": "boolean", + "lineno": 319, + "scope": "test_add_template_test_with_template", + "is_async": false + }, + { + "id": "tests.test_templating.test_add_template_test_with_template.index", + "name": "index", + "lineno": 325, + "scope": "test_add_template_test_with_template", + "is_async": false + }, + { + "id": "tests.test_templating.test_template_test_with_name_and_template", + "name": "test_template_test_with_name_and_template", + "lineno": 332, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_templating.test_template_test_with_name_and_template.is_boolean", + "name": "is_boolean", + "lineno": 334, + "scope": "test_template_test_with_name_and_template", + "is_async": false + }, + { + "id": "tests.test_templating.test_template_test_with_name_and_template.index", + "name": "index", + "lineno": 338, + "scope": "test_template_test_with_name_and_template", + "is_async": false + }, + { + "id": "tests.test_templating.test_add_template_test_with_name_and_template", + "name": "test_add_template_test_with_name_and_template", + "lineno": 345, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_templating.test_add_template_test_with_name_and_template.is_boolean", + "name": "is_boolean", + "lineno": 346, + "scope": "test_add_template_test_with_name_and_template", + "is_async": false + }, + { + "id": "tests.test_templating.test_add_template_test_with_name_and_template.index", + "name": "index", + "lineno": 352, + "scope": "test_add_template_test_with_name_and_template", + "is_async": false + }, + { + "id": "tests.test_templating.test_add_template_global", + "name": "test_add_template_global", + "lineno": 359, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_templating.test_add_template_global.get_stuff", + "name": "get_stuff", + "lineno": 361, + "scope": "test_add_template_global", + "is_async": false + }, + { + "id": "tests.test_templating.test_add_template_global.get_stuff_1", + "name": "get_stuff_1", + "lineno": 372, + "scope": "test_add_template_global", + "is_async": false + }, + { + "id": "tests.test_templating.test_add_template_global.get_stuff_2", + "name": "get_stuff_2", + "lineno": 383, + "scope": "test_add_template_global", + "is_async": false + }, + { + "id": "tests.test_templating.test_add_template_global.get_stuff_3", + "name": "get_stuff_3", + "lineno": 394, + "scope": "test_add_template_global", + "is_async": false + }, + { + "id": "tests.test_templating.test_custom_template_loader", + "name": "test_custom_template_loader", + "lineno": 405, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_templating.test_custom_template_loader.MyFlask.create_global_jinja_loader", + "name": "create_global_jinja_loader", + "lineno": 407, + "scope": "test_custom_template_loader.MyFlask", + "is_async": false + }, + { + "id": "tests.test_templating.test_custom_template_loader.index", + "name": "index", + "lineno": 415, + "scope": "test_custom_template_loader", + "is_async": false + }, + { + "id": "tests.test_templating.test_iterable_loader", + "name": "test_iterable_loader", + "lineno": 423, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_templating.test_iterable_loader.context_processor", + "name": "context_processor", + "lineno": 425, + "scope": "test_iterable_loader", + "is_async": false + }, + { + "id": "tests.test_templating.test_iterable_loader.index", + "name": "index", + "lineno": 429, + "scope": "test_iterable_loader", + "is_async": false + }, + { + "id": "tests.test_templating.test_templates_auto_reload", + "name": "test_templates_auto_reload", + "lineno": 443, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_templating.test_templates_auto_reload_debug_run", + "name": "test_templates_auto_reload_debug_run", + "lineno": 475, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_templating.test_templates_auto_reload_debug_run.run_simple_mock", + "name": "run_simple_mock", + "lineno": 476, + "scope": "test_templates_auto_reload_debug_run", + "is_async": false + }, + { + "id": "tests.test_templating.test_template_loader_debugging", + "name": "test_template_loader_debugging", + "lineno": 488, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_templating.test_template_loader_debugging._TestHandler.handle", + "name": "handle", + "lineno": 494, + "scope": "test_template_loader_debugging._TestHandler", + "is_async": false + }, + { + "id": "tests.test_templating.test_custom_jinja_env", + "name": "test_custom_jinja_env", + "lineno": 524, + "scope": null, + "is_async": false + } + ], + "tests.test_testing": [ + { + "id": "tests.test_testing.test_environ_defaults_from_config", + "name": "test_environ_defaults_from_config", + "lineno": 15, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_testing.test_environ_defaults_from_config.index", + "name": "index", + "lineno": 20, + "scope": "test_environ_defaults_from_config", + "is_async": false + }, + { + "id": "tests.test_testing.test_environ_defaults", + "name": "test_environ_defaults", + "lineno": 30, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_testing.test_environ_defaults.index", + "name": "index", + "lineno": 32, + "scope": "test_environ_defaults", + "is_async": false + }, + { + "id": "tests.test_testing.test_environ_base_default", + "name": "test_environ_base_default", + "lineno": 42, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_testing.test_environ_base_default.index", + "name": "index", + "lineno": 44, + "scope": "test_environ_base_default", + "is_async": false + }, + { + "id": "tests.test_testing.test_environ_base_modified", + "name": "test_environ_base_modified", + "lineno": 57, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_testing.test_environ_base_modified.index", + "name": "index", + "lineno": 59, + "scope": "test_environ_base_modified", + "is_async": false + }, + { + "id": "tests.test_testing.test_client_open_environ", + "name": "test_client_open_environ", + "lineno": 73, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_testing.test_client_open_environ.index", + "name": "index", + "lineno": 75, + "scope": "test_client_open_environ", + "is_async": false + }, + { + "id": "tests.test_testing.test_specify_url_scheme", + "name": "test_specify_url_scheme", + "lineno": 89, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_testing.test_specify_url_scheme.index", + "name": "index", + "lineno": 91, + "scope": "test_specify_url_scheme", + "is_async": false + }, + { + "id": "tests.test_testing.test_path_is_url", + "name": "test_path_is_url", + "lineno": 101, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_testing.test_environbuilder_json_dumps", + "name": "test_environbuilder_json_dumps", + "lineno": 109, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_testing.test_blueprint_with_subdomain", + "name": "test_blueprint_with_subdomain", + "lineno": 116, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_testing.test_blueprint_with_subdomain.index", + "name": "index", + "lineno": 125, + "scope": "test_blueprint_with_subdomain", + "is_async": false + }, + { + "id": "tests.test_testing.test_redirect_session", + "name": "test_redirect_session", + "lineno": 140, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_testing.test_redirect_session.index", + "name": "index", + "lineno": 142, + "scope": "test_redirect_session", + "is_async": false + }, + { + "id": "tests.test_testing.test_redirect_session.get_session", + "name": "get_session", + "lineno": 147, + "scope": "test_redirect_session", + "is_async": false + }, + { + "id": "tests.test_testing.test_session_transactions", + "name": "test_session_transactions", + "lineno": 157, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_testing.test_session_transactions.index", + "name": "index", + "lineno": 159, + "scope": "test_session_transactions", + "is_async": false + }, + { + "id": "tests.test_testing.test_session_transactions_no_null_sessions", + "name": "test_session_transactions_no_null_sessions", + "lineno": 174, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_testing.test_session_transactions_keep_context", + "name": "test_session_transactions_keep_context", + "lineno": 184, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_testing.test_session_transaction_needs_cookies", + "name": "test_session_transaction_needs_cookies", + "lineno": 192, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_testing.test_test_client_context_binding", + "name": "test_test_client_context_binding", + "lineno": 200, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_testing.test_test_client_context_binding.index", + "name": "index", + "lineno": 204, + "scope": "test_test_client_context_binding", + "is_async": false + }, + { + "id": "tests.test_testing.test_test_client_context_binding.other", + "name": "other", + "lineno": 209, + "scope": "test_test_client_context_binding", + "is_async": false + }, + { + "id": "tests.test_testing.test_reuse_client", + "name": "test_reuse_client", + "lineno": 229, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_testing.test_full_url_request", + "name": "test_full_url_request", + "lineno": 239, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_testing.test_full_url_request.action", + "name": "action", + "lineno": 241, + "scope": "test_full_url_request", + "is_async": false + }, + { + "id": "tests.test_testing.test_json_request_and_response", + "name": "test_json_request_and_response", + "lineno": 251, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_testing.test_json_request_and_response.echo", + "name": "echo", + "lineno": 253, + "scope": "test_json_request_and_response", + "is_async": false + }, + { + "id": "tests.test_testing.test_client_json_no_app_context", + "name": "test_client_json_no_app_context", + "lineno": 270, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_testing.test_client_json_no_app_context.hello", + "name": "hello", + "lineno": 272, + "scope": "test_client_json_no_app_context", + "is_async": false + }, + { + "id": "tests.test_testing.test_client_json_no_app_context.Namespace.add", + "name": "add", + "lineno": 278, + "scope": "test_client_json_no_app_context.Namespace", + "is_async": false + }, + { + "id": "tests.test_testing.test_subdomain", + "name": "test_subdomain", + "lineno": 290, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_testing.test_subdomain.view", + "name": "view", + "lineno": 296, + "scope": "test_subdomain", + "is_async": false + }, + { + "id": "tests.test_testing.test_nosubdomain", + "name": "test_nosubdomain", + "lineno": 309, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_testing.test_nosubdomain.view", + "name": "view", + "lineno": 313, + "scope": "test_nosubdomain", + "is_async": false + }, + { + "id": "tests.test_testing.test_cli_runner_class", + "name": "test_cli_runner_class", + "lineno": 326, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_testing.test_cli_invoke", + "name": "test_cli_invoke", + "lineno": 338, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_testing.test_cli_invoke.hello_command", + "name": "hello_command", + "lineno": 340, + "scope": "test_cli_invoke", + "is_async": false + }, + { + "id": "tests.test_testing.test_cli_custom_obj", + "name": "test_cli_custom_obj", + "lineno": 352, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_testing.test_cli_custom_obj.create_app", + "name": "create_app", + "lineno": 356, + "scope": "test_cli_custom_obj", + "is_async": false + }, + { + "id": "tests.test_testing.test_cli_custom_obj.hello_command", + "name": "hello_command", + "lineno": 361, + "scope": "test_cli_custom_obj", + "is_async": false + }, + { + "id": "tests.test_testing.test_client_pop_all_preserved", + "name": "test_client_pop_all_preserved", + "lineno": 370, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_testing.test_client_pop_all_preserved.index", + "name": "index", + "lineno": 372, + "scope": "test_client_pop_all_preserved", + "is_async": false + } + ], + "tests.test_user_error_handler": [ + { + "id": "tests.test_user_error_handler.test_error_handler_no_match", + "name": "test_error_handler_no_match", + "lineno": 10, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_user_error_handler.test_error_handler_no_match.custom_exception_handler", + "name": "custom_exception_handler", + "lineno": 15, + "scope": "test_error_handler_no_match", + "is_async": false + }, + { + "id": "tests.test_user_error_handler.test_error_handler_no_match.handle_500", + "name": "handle_500", + "lineno": 30, + "scope": "test_error_handler_no_match", + "is_async": false + }, + { + "id": "tests.test_user_error_handler.test_error_handler_no_match.custom_test", + "name": "custom_test", + "lineno": 44, + "scope": "test_error_handler_no_match", + "is_async": false + }, + { + "id": "tests.test_user_error_handler.test_error_handler_no_match.key_error", + "name": "key_error", + "lineno": 48, + "scope": "test_error_handler_no_match", + "is_async": false + }, + { + "id": "tests.test_user_error_handler.test_error_handler_no_match.do_abort", + "name": "do_abort", + "lineno": 52, + "scope": "test_error_handler_no_match", + "is_async": false + }, + { + "id": "tests.test_user_error_handler.test_error_handler_subclass", + "name": "test_error_handler_subclass", + "lineno": 61, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_user_error_handler.test_error_handler_subclass.parent_exception_handler", + "name": "parent_exception_handler", + "lineno": 72, + "scope": "test_error_handler_subclass", + "is_async": false + }, + { + "id": "tests.test_user_error_handler.test_error_handler_subclass.child_exception_handler", + "name": "child_exception_handler", + "lineno": 77, + "scope": "test_error_handler_subclass", + "is_async": false + }, + { + "id": "tests.test_user_error_handler.test_error_handler_subclass.parent_test", + "name": "parent_test", + "lineno": 82, + "scope": "test_error_handler_subclass", + "is_async": false + }, + { + "id": "tests.test_user_error_handler.test_error_handler_subclass.unregistered_test", + "name": "unregistered_test", + "lineno": 86, + "scope": "test_error_handler_subclass", + "is_async": false + }, + { + "id": "tests.test_user_error_handler.test_error_handler_subclass.registered_test", + "name": "registered_test", + "lineno": 90, + "scope": "test_error_handler_subclass", + "is_async": false + }, + { + "id": "tests.test_user_error_handler.test_error_handler_http_subclass", + "name": "test_error_handler_http_subclass", + "lineno": 100, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_user_error_handler.test_error_handler_http_subclass.code_exception_handler", + "name": "code_exception_handler", + "lineno": 108, + "scope": "test_error_handler_http_subclass", + "is_async": false + }, + { + "id": "tests.test_user_error_handler.test_error_handler_http_subclass.subclass_exception_handler", + "name": "subclass_exception_handler", + "lineno": 113, + "scope": "test_error_handler_http_subclass", + "is_async": false + }, + { + "id": "tests.test_user_error_handler.test_error_handler_http_subclass.forbidden_test", + "name": "forbidden_test", + "lineno": 118, + "scope": "test_error_handler_http_subclass", + "is_async": false + }, + { + "id": "tests.test_user_error_handler.test_error_handler_http_subclass.registered_test", + "name": "registered_test", + "lineno": 122, + "scope": "test_error_handler_http_subclass", + "is_async": false + }, + { + "id": "tests.test_user_error_handler.test_error_handler_http_subclass.unregistered_test", + "name": "unregistered_test", + "lineno": 126, + "scope": "test_error_handler_http_subclass", + "is_async": false + }, + { + "id": "tests.test_user_error_handler.test_error_handler_blueprint", + "name": "test_error_handler_blueprint", + "lineno": 136, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_user_error_handler.test_error_handler_blueprint.bp_exception_handler", + "name": "bp_exception_handler", + "lineno": 140, + "scope": "test_error_handler_blueprint", + "is_async": false + }, + { + "id": "tests.test_user_error_handler.test_error_handler_blueprint.bp_test", + "name": "bp_test", + "lineno": 144, + "scope": "test_error_handler_blueprint", + "is_async": false + }, + { + "id": "tests.test_user_error_handler.test_error_handler_blueprint.app_exception_handler", + "name": "app_exception_handler", + "lineno": 148, + "scope": "test_error_handler_blueprint", + "is_async": false + }, + { + "id": "tests.test_user_error_handler.test_error_handler_blueprint.app_test", + "name": "app_test", + "lineno": 152, + "scope": "test_error_handler_blueprint", + "is_async": false + }, + { + "id": "tests.test_user_error_handler.test_default_error_handler", + "name": "test_default_error_handler", + "lineno": 163, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_user_error_handler.test_default_error_handler.bp_exception_handler", + "name": "bp_exception_handler", + "lineno": 167, + "scope": "test_default_error_handler", + "is_async": false + }, + { + "id": "tests.test_user_error_handler.test_default_error_handler.bp_forbidden_handler", + "name": "bp_forbidden_handler", + "lineno": 173, + "scope": "test_default_error_handler", + "is_async": false + }, + { + "id": "tests.test_user_error_handler.test_default_error_handler.bp_registered_test", + "name": "bp_registered_test", + "lineno": 178, + "scope": "test_default_error_handler", + "is_async": false + }, + { + "id": "tests.test_user_error_handler.test_default_error_handler.bp_forbidden_test", + "name": "bp_forbidden_test", + "lineno": 182, + "scope": "test_default_error_handler", + "is_async": false + }, + { + "id": "tests.test_user_error_handler.test_default_error_handler.catchall_exception_handler", + "name": "catchall_exception_handler", + "lineno": 188, + "scope": "test_default_error_handler", + "is_async": false + }, + { + "id": "tests.test_user_error_handler.test_default_error_handler.catchall_forbidden_handler", + "name": "catchall_forbidden_handler", + "lineno": 194, + "scope": "test_default_error_handler", + "is_async": false + }, + { + "id": "tests.test_user_error_handler.test_default_error_handler.forbidden", + "name": "forbidden", + "lineno": 199, + "scope": "test_default_error_handler", + "is_async": false + }, + { + "id": "tests.test_user_error_handler.test_default_error_handler.slash", + "name": "slash", + "lineno": 203, + "scope": "test_default_error_handler", + "is_async": false + }, + { + "id": "tests.test_user_error_handler.TestGenericHandlers.app", + "name": "app", + "lineno": 224, + "scope": "TestGenericHandlers", + "is_async": false + }, + { + "id": "tests.test_user_error_handler.TestGenericHandlers.app.do_custom", + "name": "do_custom", + "lineno": 226, + "scope": "TestGenericHandlers.app", + "is_async": false + }, + { + "id": "tests.test_user_error_handler.TestGenericHandlers.app.do_error", + "name": "do_error", + "lineno": 230, + "scope": "TestGenericHandlers.app", + "is_async": false + }, + { + "id": "tests.test_user_error_handler.TestGenericHandlers.app.do_abort", + "name": "do_abort", + "lineno": 234, + "scope": "TestGenericHandlers.app", + "is_async": false + }, + { + "id": "tests.test_user_error_handler.TestGenericHandlers.app.do_raise", + "name": "do_raise", + "lineno": 238, + "scope": "TestGenericHandlers.app", + "is_async": false + }, + { + "id": "tests.test_user_error_handler.TestGenericHandlers.report_error", + "name": "report_error", + "lineno": 244, + "scope": "TestGenericHandlers", + "is_async": false + }, + { + "id": "tests.test_user_error_handler.TestGenericHandlers.test_handle_class_or_code", + "name": "test_handle_class_or_code", + "lineno": 253, + "scope": "TestGenericHandlers", + "is_async": false + }, + { + "id": "tests.test_user_error_handler.TestGenericHandlers.test_handle_class_or_code.handle_500", + "name": "handle_500", + "lineno": 260, + "scope": "TestGenericHandlers.test_handle_class_or_code", + "is_async": false + }, + { + "id": "tests.test_user_error_handler.TestGenericHandlers.test_handle_generic_http", + "name": "test_handle_generic_http", + "lineno": 269, + "scope": "TestGenericHandlers", + "is_async": false + }, + { + "id": "tests.test_user_error_handler.TestGenericHandlers.test_handle_generic_http.handle_http", + "name": "handle_http", + "lineno": 275, + "scope": "TestGenericHandlers.test_handle_generic_http", + "is_async": false + }, + { + "id": "tests.test_user_error_handler.TestGenericHandlers.test_handle_generic", + "name": "test_handle_generic", + "lineno": 283, + "scope": "TestGenericHandlers", + "is_async": false + }, + { + "id": "tests.test_user_error_handler.TestGenericHandlers.test_handle_generic.handle_exception", + "name": "handle_exception", + "lineno": 289, + "scope": "TestGenericHandlers.test_handle_generic", + "is_async": false + } + ], + "tests.test_views": [ + { + "id": "tests.test_views.common_test", + "name": "common_test", + "lineno": 8, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_views.test_basic_view", + "name": "test_basic_view", + "lineno": 18, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_views.test_basic_view.Index.dispatch_request", + "name": "dispatch_request", + "lineno": 22, + "scope": "test_basic_view.Index", + "is_async": false + }, + { + "id": "tests.test_views.test_method_based_view", + "name": "test_method_based_view", + "lineno": 29, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_views.test_method_based_view.Index.get", + "name": "get", + "lineno": 31, + "scope": "test_method_based_view.Index", + "is_async": false + }, + { + "id": "tests.test_views.test_method_based_view.Index.post", + "name": "post", + "lineno": 34, + "scope": "test_method_based_view.Index", + "is_async": false + }, + { + "id": "tests.test_views.test_view_patching", + "name": "test_view_patching", + "lineno": 42, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_views.test_view_patching.Index.get", + "name": "get", + "lineno": 44, + "scope": "test_view_patching.Index", + "is_async": false + }, + { + "id": "tests.test_views.test_view_patching.Index.post", + "name": "post", + "lineno": 47, + "scope": "test_view_patching.Index", + "is_async": false + }, + { + "id": "tests.test_views.test_view_patching.Other.get", + "name": "get", + "lineno": 51, + "scope": "test_view_patching.Other", + "is_async": false + }, + { + "id": "tests.test_views.test_view_patching.Other.post", + "name": "post", + "lineno": 54, + "scope": "test_view_patching.Other", + "is_async": false + }, + { + "id": "tests.test_views.test_view_inheritance", + "name": "test_view_inheritance", + "lineno": 63, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_views.test_view_inheritance.Index.get", + "name": "get", + "lineno": 65, + "scope": "test_view_inheritance.Index", + "is_async": false + }, + { + "id": "tests.test_views.test_view_inheritance.Index.post", + "name": "post", + "lineno": 68, + "scope": "test_view_inheritance.Index", + "is_async": false + }, + { + "id": "tests.test_views.test_view_inheritance.BetterIndex.delete", + "name": "delete", + "lineno": 72, + "scope": "test_view_inheritance.BetterIndex", + "is_async": false + }, + { + "id": "tests.test_views.test_view_decorators", + "name": "test_view_decorators", + "lineno": 81, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_views.test_view_decorators.add_x_parachute", + "name": "add_x_parachute", + "lineno": 82, + "scope": "test_view_decorators", + "is_async": false + }, + { + "id": "tests.test_views.test_view_decorators.add_x_parachute.new_function", + "name": "new_function", + "lineno": 83, + "scope": "test_view_decorators.add_x_parachute", + "is_async": false + }, + { + "id": "tests.test_views.test_view_decorators.Index.dispatch_request", + "name": "dispatch_request", + "lineno": 93, + "scope": "test_view_decorators.Index", + "is_async": false + }, + { + "id": "tests.test_views.test_view_provide_automatic_options_attr_disable", + "name": "test_view_provide_automatic_options_attr_disable", + "lineno": 102, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_views.test_view_provide_automatic_options_attr_disable.Index.dispatch_request", + "name": "dispatch_request", + "lineno": 110, + "scope": "test_view_provide_automatic_options_attr_disable.Index", + "is_async": false + }, + { + "id": "tests.test_views.test_view_provide_automatic_options_attr_enable", + "name": "test_view_provide_automatic_options_attr_enable", + "lineno": 118, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_views.test_view_provide_automatic_options_attr_enable.Index.dispatch_request", + "name": "dispatch_request", + "lineno": 129, + "scope": "test_view_provide_automatic_options_attr_enable.Index", + "is_async": false + }, + { + "id": "tests.test_views.test_provide_automatic_options_method_disable", + "name": "test_provide_automatic_options_method_disable", + "lineno": 137, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_views.test_provide_automatic_options_method_disable.Index.dispatch_request", + "name": "dispatch_request", + "lineno": 145, + "scope": "test_provide_automatic_options_method_disable.Index", + "is_async": false + }, + { + "id": "tests.test_views.test_implicit_head", + "name": "test_implicit_head", + "lineno": 153, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_views.test_implicit_head.Index.get", + "name": "get", + "lineno": 155, + "scope": "test_implicit_head.Index", + "is_async": false + }, + { + "id": "tests.test_views.test_explicit_head", + "name": "test_explicit_head", + "lineno": 167, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_views.test_explicit_head.Index.get", + "name": "get", + "lineno": 169, + "scope": "test_explicit_head.Index", + "is_async": false + }, + { + "id": "tests.test_views.test_explicit_head.Index.head", + "name": "head", + "lineno": 172, + "scope": "test_explicit_head.Index", + "is_async": false + }, + { + "id": "tests.test_views.test_endpoint_override", + "name": "test_endpoint_override", + "lineno": 183, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_views.test_endpoint_override.Index.dispatch_request", + "name": "dispatch_request", + "lineno": 189, + "scope": "test_endpoint_override.Index", + "is_async": false + }, + { + "id": "tests.test_views.test_methods_var_inheritance", + "name": "test_methods_var_inheritance", + "lineno": 201, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_views.test_methods_var_inheritance.ChildView.get", + "name": "get", + "lineno": 206, + "scope": "test_methods_var_inheritance.ChildView", + "is_async": false + }, + { + "id": "tests.test_views.test_methods_var_inheritance.ChildView.propfind", + "name": "propfind", + "lineno": 209, + "scope": "test_methods_var_inheritance.ChildView", + "is_async": false + }, + { + "id": "tests.test_views.test_multiple_inheritance", + "name": "test_multiple_inheritance", + "lineno": 219, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_views.test_multiple_inheritance.GetView.get", + "name": "get", + "lineno": 221, + "scope": "test_multiple_inheritance.GetView", + "is_async": false + }, + { + "id": "tests.test_views.test_multiple_inheritance.DeleteView.delete", + "name": "delete", + "lineno": 225, + "scope": "test_multiple_inheritance.DeleteView", + "is_async": false + }, + { + "id": "tests.test_views.test_remove_method_from_parent", + "name": "test_remove_method_from_parent", + "lineno": 238, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_views.test_remove_method_from_parent.GetView.get", + "name": "get", + "lineno": 240, + "scope": "test_remove_method_from_parent.GetView", + "is_async": false + }, + { + "id": "tests.test_views.test_remove_method_from_parent.OtherView.post", + "name": "post", + "lineno": 244, + "scope": "test_remove_method_from_parent.OtherView", + "is_async": false + }, + { + "id": "tests.test_views.test_init_once", + "name": "test_init_once", + "lineno": 257, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_views.test_init_once.CountInit.__init__", + "name": "__init__", + "lineno": 263, + "scope": "test_init_once.CountInit", + "is_async": false + }, + { + "id": "tests.test_views.test_init_once.CountInit.dispatch_request", + "name": "dispatch_request", + "lineno": 267, + "scope": "test_init_once.CountInit", + "is_async": false + } + ], + "tests.test_apps.blueprintapp": [], + "tests.test_apps.blueprintapp.apps": [], + "tests.test_apps.blueprintapp.apps.admin": [ + { + "id": "tests.test_apps.blueprintapp.apps.admin.index", + "name": "index", + "lineno": 14, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_apps.blueprintapp.apps.admin.index2", + "name": "index2", + "lineno": 19, + "scope": null, + "is_async": false + } + ], + "tests.test_apps.blueprintapp.apps.frontend": [ + { + "id": "tests.test_apps.blueprintapp.apps.frontend.index", + "name": "index", + "lineno": 8, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_apps.blueprintapp.apps.frontend.missing_template", + "name": "missing_template", + "lineno": 13, + "scope": null, + "is_async": false + } + ], + "tests.test_apps.cliapp.app": [], + "tests.test_apps.cliapp.factory": [ + { + "id": "tests.test_apps.cliapp.factory.create_app", + "name": "create_app", + "lineno": 4, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_apps.cliapp.factory.create_app2", + "name": "create_app2", + "lineno": 8, + "scope": null, + "is_async": false + }, + { + "id": "tests.test_apps.cliapp.factory.no_app", + "name": "no_app", + "lineno": 12, + "scope": null, + "is_async": false + } + ], + "tests.test_apps.cliapp.importerrorapp": [], + "tests.test_apps.cliapp.multiapp": [], + "tests.test_apps.cliapp": [], + "tests.test_apps.cliapp.inner1": [], + "tests.test_apps.cliapp.inner1.inner2.flask": [], + "tests.test_apps.cliapp.inner1.inner2": [], + "tests.test_apps.helloworld.hello": [ + { + "id": "tests.test_apps.helloworld.hello.hello", + "name": "hello", + "lineno": 7, + "scope": null, + "is_async": false + } + ], + "tests.test_apps.helloworld.wsgi": [], + "tests.test_apps.subdomaintestmodule": [], + "tests.type_check.typing_app_decorators": [ + { + "id": "tests.type_check.typing_app_decorators.after_sync", + "name": "after_sync", + "lineno": 10, + "scope": null, + "is_async": false + }, + { + "id": "tests.type_check.typing_app_decorators.after_async", + "name": "after_async", + "lineno": 15, + "scope": null, + "is_async": true + }, + { + "id": "tests.type_check.typing_app_decorators.before_sync", + "name": "before_sync", + "lineno": 20, + "scope": null, + "is_async": false + }, + { + "id": "tests.type_check.typing_app_decorators.before_async", + "name": "before_async", + "lineno": 24, + "scope": null, + "is_async": true + }, + { + "id": "tests.type_check.typing_app_decorators.teardown_sync", + "name": "teardown_sync", + "lineno": 28, + "scope": null, + "is_async": false + }, + { + "id": "tests.type_check.typing_app_decorators.teardown_async", + "name": "teardown_async", + "lineno": 32, + "scope": null, + "is_async": true + } + ], + "tests.type_check.typing_error_handler": [ + { + "id": "tests.type_check.typing_error_handler.handle_400", + "name": "handle_400", + "lineno": 16, + "scope": null, + "is_async": false + }, + { + "id": "tests.type_check.typing_error_handler.handle_custom", + "name": "handle_custom", + "lineno": 21, + "scope": null, + "is_async": false + }, + { + "id": "tests.type_check.typing_error_handler.handle_accept_base", + "name": "handle_accept_base", + "lineno": 26, + "scope": null, + "is_async": false + }, + { + "id": "tests.type_check.typing_error_handler.handle_multiple", + "name": "handle_multiple", + "lineno": 32, + "scope": null, + "is_async": false + } + ], + "tests.type_check.typing_route": [ + { + "id": "tests.type_check.typing_route.hello_str", + "name": "hello_str", + "lineno": 17, + "scope": null, + "is_async": false + }, + { + "id": "tests.type_check.typing_route.hello_bytes", + "name": "hello_bytes", + "lineno": 22, + "scope": null, + "is_async": false + }, + { + "id": "tests.type_check.typing_route.hello_json", + "name": "hello_json", + "lineno": 27, + "scope": null, + "is_async": false + }, + { + "id": "tests.type_check.typing_route.hello_json_dict", + "name": "hello_json_dict", + "lineno": 32, + "scope": null, + "is_async": false + }, + { + "id": "tests.type_check.typing_route.hello_json_list", + "name": "hello_json_list", + "lineno": 37, + "scope": null, + "is_async": false + }, + { + "id": "tests.type_check.typing_route.typed_dict", + "name": "typed_dict", + "lineno": 46, + "scope": null, + "is_async": false + }, + { + "id": "tests.type_check.typing_route.hello_generator", + "name": "hello_generator", + "lineno": 51, + "scope": null, + "is_async": false + }, + { + "id": "tests.type_check.typing_route.hello_generator.show", + "name": "show", + "lineno": 52, + "scope": "hello_generator", + "is_async": false + }, + { + "id": "tests.type_check.typing_route.hello_generator_expression", + "name": "hello_generator_expression", + "lineno": 60, + "scope": null, + "is_async": false + }, + { + "id": "tests.type_check.typing_route.hello_iterator", + "name": "hello_iterator", + "lineno": 65, + "scope": null, + "is_async": false + }, + { + "id": "tests.type_check.typing_route.tuple_status", + "name": "tuple_status", + "lineno": 71, + "scope": null, + "is_async": false + }, + { + "id": "tests.type_check.typing_route.tuple_status_enum", + "name": "tuple_status_enum", + "lineno": 76, + "scope": null, + "is_async": false + }, + { + "id": "tests.type_check.typing_route.tuple_headers", + "name": "tuple_headers", + "lineno": 81, + "scope": null, + "is_async": false + }, + { + "id": "tests.type_check.typing_route.return_template", + "name": "return_template", + "lineno": 87, + "scope": null, + "is_async": false + }, + { + "id": "tests.type_check.typing_route.return_template_stream", + "name": "return_template_stream", + "lineno": 92, + "scope": null, + "is_async": false + }, + { + "id": "tests.type_check.typing_route.async_route", + "name": "async_route", + "lineno": 97, + "scope": null, + "is_async": true + }, + { + "id": "tests.type_check.typing_route.RenderTemplateView.__init__", + "name": "__init__", + "lineno": 102, + "scope": "RenderTemplateView", + "is_async": false + }, + { + "id": "tests.type_check.typing_route.RenderTemplateView.dispatch_request", + "name": "dispatch_request", + "lineno": 105, + "scope": "RenderTemplateView", + "is_async": false + } + ] + }, + "class_graph": { + "docs.conf": [], + "examples.celery.make_celery": [], + "examples.celery.src.task_app.tasks": [], + "examples.celery.src.task_app.views": [], + "examples.celery.src.task_app": [ + { + "id": "examples.celery.src.task_app.FlaskTask", + "name": "FlaskTask", + "lineno": 30, + "bases": [ + "Task" + ], + "scope": null + } + ], + "examples.javascript.js_example.views": [], + "examples.javascript.js_example": [], + "examples.javascript.tests.conftest": [], + "examples.javascript.tests.test_js_example": [], + "examples.tutorial.flaskr.auth": [], + "examples.tutorial.flaskr.blog": [], + "examples.tutorial.flaskr.db": [], + "examples.tutorial.flaskr": [], + "examples.tutorial.tests.conftest": [ + { + "id": "examples.tutorial.tests.conftest.AuthActions", + "name": "AuthActions", + "lineno": 47, + "bases": [], + "scope": null + } + ], + "examples.tutorial.tests.test_auth": [], + "examples.tutorial.tests.test_blog": [], + "examples.tutorial.tests.test_db": [ + { + "id": "examples.tutorial.tests.test_db.Recorder", + "name": "Recorder", + "lineno": 20, + "bases": [], + "scope": null + } + ], + "examples.tutorial.tests.test_factory": [], + "src.flask.app": [ + { + "id": "src.flask.app.Flask", + "name": "Flask", + "lineno": 109, + "bases": [ + "App" + ], + "scope": null + } + ], + "src.flask.blueprints": [ + { + "id": "src.flask.blueprints.Blueprint", + "name": "Blueprint", + "lineno": 18, + "bases": [ + "SansioBlueprint" + ], + "scope": null + } + ], + "src.flask.cli": [ + { + "id": "src.flask.cli.NoAppException", + "name": "NoAppException", + "lineno": 37, + "bases": [ + "click.UsageError" + ], + "scope": null + }, + { + "id": "src.flask.cli.ScriptInfo", + "name": "ScriptInfo", + "lineno": 293, + "bases": [], + "scope": null + }, + { + "id": "src.flask.cli.AppGroup", + "name": "AppGroup", + "lineno": 405, + "bases": [ + "click.Group" + ], + "scope": null + }, + { + "id": "src.flask.cli.FlaskGroup", + "name": "FlaskGroup", + "lineno": 531, + "bases": [ + "AppGroup" + ], + "scope": null + }, + { + "id": "src.flask.cli.CertParamType", + "name": "CertParamType", + "lineno": 780, + "bases": [ + "" + ], + "scope": null + }, + { + "id": "src.flask.cli.SeparatedPathType", + "name": "SeparatedPathType", + "lineno": 867, + "bases": [ + "click.Path" + ], + "scope": null + } + ], + "src.flask.config": [ + { + "id": "src.flask.config.ConfigAttribute", + "name": "ConfigAttribute", + "lineno": 20, + "bases": [ + "" + ], + "scope": null + }, + { + "id": "src.flask.config.Config", + "name": "Config", + "lineno": 50, + "bases": [ + "dict" + ], + "scope": null + } + ], + "src.flask.ctx": [ + { + "id": "src.flask.ctx._AppCtxGlobals", + "name": "_AppCtxGlobals", + "lineno": 30, + "bases": [], + "scope": null + }, + { + "id": "src.flask.ctx.AppContext", + "name": "AppContext", + "lineno": 260, + "bases": [], + "scope": null + } + ], + "src.flask.debughelpers": [ + { + "id": "src.flask.debughelpers.UnexpectedUnicodeError", + "name": "UnexpectedUnicodeError", + "lineno": 17, + "bases": [ + "AssertionError", + "UnicodeError" + ], + "scope": null + }, + { + "id": "src.flask.debughelpers.DebugFilesKeyError", + "name": "DebugFilesKeyError", + "lineno": 23, + "bases": [ + "KeyError", + "AssertionError" + ], + "scope": null + }, + { + "id": "src.flask.debughelpers.FormDataRoutingRedirect", + "name": "FormDataRoutingRedirect", + "lineno": 50, + "bases": [ + "AssertionError" + ], + "scope": null + }, + { + "id": "src.flask.debughelpers.newcls", + "name": "newcls", + "lineno": 90, + "bases": [ + "oldcls" + ], + "scope": null + } + ], + "src.flask.globals": [ + { + "id": "src.flask.globals.ProxyMixin", + "name": "ProxyMixin", + "lineno": 17, + "bases": [ + "" + ], + "scope": null + }, + { + "id": "src.flask.globals.FlaskProxy", + "name": "FlaskProxy", + "lineno": 22, + "bases": [ + "", + "Flask" + ], + "scope": null + }, + { + "id": "src.flask.globals.AppContextProxy", + "name": "AppContextProxy", + "lineno": 24, + "bases": [ + "", + "AppContext" + ], + "scope": null + }, + { + "id": "src.flask.globals._AppCtxGlobalsProxy", + "name": "_AppCtxGlobalsProxy", + "lineno": 26, + "bases": [ + "", + "_AppCtxGlobals" + ], + "scope": null + }, + { + "id": "src.flask.globals.RequestProxy", + "name": "RequestProxy", + "lineno": 28, + "bases": [ + "", + "Request" + ], + "scope": null + }, + { + "id": "src.flask.globals.SessionMixinProxy", + "name": "SessionMixinProxy", + "lineno": 30, + "bases": [ + "", + "SessionMixin" + ], + "scope": null + } + ], + "src.flask.helpers": [ + { + "id": "src.flask.helpers._CollectErrors", + "name": "_CollectErrors", + "lineno": 654, + "bases": [], + "scope": null + } + ], + "src.flask.logging": [], + "src.flask.sessions": [ + { + "id": "src.flask.sessions.SessionMixin", + "name": "SessionMixin", + "lineno": 24, + "bases": [ + "" + ], + "scope": null + }, + { + "id": "src.flask.sessions.SecureCookieSession", + "name": "SecureCookieSession", + "lineno": 57, + "bases": [ + "", + "SessionMixin" + ], + "scope": null + }, + { + "id": "src.flask.sessions.NullSession", + "name": "NullSession", + "lineno": 83, + "bases": [ + "SecureCookieSession" + ], + "scope": null + }, + { + "id": "src.flask.sessions.SessionInterface", + "name": "SessionInterface", + "lineno": 100, + "bases": [], + "scope": null + }, + { + "id": "src.flask.sessions.SecureCookieSessionInterface", + "name": "SecureCookieSessionInterface", + "lineno": 284, + "bases": [ + "SessionInterface" + ], + "scope": null + } + ], + "src.flask.signals": [], + "src.flask.templating": [ + { + "id": "src.flask.templating.Environment", + "name": "Environment", + "lineno": 36, + "bases": [ + "BaseEnvironment" + ], + "scope": null + }, + { + "id": "src.flask.templating.DispatchingJinjaLoader", + "name": "DispatchingJinjaLoader", + "lineno": 49, + "bases": [ + "BaseLoader" + ], + "scope": null + } + ], + "src.flask.testing": [ + { + "id": "src.flask.testing.EnvironBuilder", + "name": "EnvironBuilder", + "lineno": 27, + "bases": [ + "werkzeug.test.EnvironBuilder" + ], + "scope": null + }, + { + "id": "src.flask.testing.FlaskClient", + "name": "FlaskClient", + "lineno": 109, + "bases": [ + "Client" + ], + "scope": null + }, + { + "id": "src.flask.testing.FlaskCliRunner", + "name": "FlaskCliRunner", + "lineno": 265, + "bases": [ + "CliRunner" + ], + "scope": null + } + ], + "src.flask.typing": [], + "src.flask.views": [ + { + "id": "src.flask.views.View", + "name": "View", + "lineno": 16, + "bases": [], + "scope": null + }, + { + "id": "src.flask.views.MethodView", + "name": "MethodView", + "lineno": 138, + "bases": [ + "View" + ], + "scope": null + } + ], + "src.flask.wrappers": [ + { + "id": "src.flask.wrappers.Request", + "name": "Request", + "lineno": 18, + "bases": [ + "RequestBase" + ], + "scope": null + }, + { + "id": "src.flask.wrappers.Response", + "name": "Response", + "lineno": 222, + "bases": [ + "ResponseBase" + ], + "scope": null + } + ], + "src.flask": [], + "src.flask.__main__": [], + "src.flask.json.provider": [ + { + "id": "src.flask.json.provider.JSONProvider", + "name": "JSONProvider", + "lineno": 19, + "bases": [], + "scope": null + }, + { + "id": "src.flask.json.provider.DefaultJSONProvider", + "name": "DefaultJSONProvider", + "lineno": 124, + "bases": [ + "JSONProvider" + ], + "scope": null + } + ], + "src.flask.json.tag": [ + { + "id": "src.flask.json.tag.JSONTag", + "name": "JSONTag", + "lineno": 60, + "bases": [], + "scope": null + }, + { + "id": "src.flask.json.tag.TagDict", + "name": "TagDict", + "lineno": 93, + "bases": [ + "JSONTag" + ], + "scope": null + }, + { + "id": "src.flask.json.tag.PassDict", + "name": "PassDict", + "lineno": 119, + "bases": [ + "JSONTag" + ], + "scope": null + }, + { + "id": "src.flask.json.tag.TagTuple", + "name": "TagTuple", + "lineno": 133, + "bases": [ + "JSONTag" + ], + "scope": null + }, + { + "id": "src.flask.json.tag.PassList", + "name": "PassList", + "lineno": 147, + "bases": [ + "JSONTag" + ], + "scope": null + }, + { + "id": "src.flask.json.tag.TagBytes", + "name": "TagBytes", + "lineno": 159, + "bases": [ + "JSONTag" + ], + "scope": null + }, + { + "id": "src.flask.json.tag.TagMarkup", + "name": "TagMarkup", + "lineno": 173, + "bases": [ + "JSONTag" + ], + "scope": null + }, + { + "id": "src.flask.json.tag.TagUUID", + "name": "TagUUID", + "lineno": 191, + "bases": [ + "JSONTag" + ], + "scope": null + }, + { + "id": "src.flask.json.tag.TagDateTime", + "name": "TagDateTime", + "lineno": 205, + "bases": [ + "JSONTag" + ], + "scope": null + }, + { + "id": "src.flask.json.tag.TaggedJSONSerializer", + "name": "TaggedJSONSerializer", + "lineno": 219, + "bases": [], + "scope": null + } + ], + "src.flask.json": [], + "src.flask.sansio.app": [ + { + "id": "src.flask.sansio.app.App", + "name": "App", + "lineno": 59, + "bases": [ + "Scaffold" + ], + "scope": null + } + ], + "src.flask.sansio.blueprints": [ + { + "id": "src.flask.sansio.blueprints.BlueprintSetupState", + "name": "BlueprintSetupState", + "lineno": 34, + "bases": [], + "scope": null + }, + { + "id": "src.flask.sansio.blueprints.Blueprint", + "name": "Blueprint", + "lineno": 119, + "bases": [ + "Scaffold" + ], + "scope": null + } + ], + "src.flask.sansio.scaffold": [ + { + "id": "src.flask.sansio.scaffold.Scaffold", + "name": "Scaffold", + "lineno": 52, + "bases": [], + "scope": null + } + ], + "tests.conftest": [], + "tests.test_appctx": [ + { + "id": "tests.test_appctx.CustomRequestGlobals", + "name": "CustomRequestGlobals", + "lineno": 163, + "bases": [], + "scope": null + } + ], + "tests.test_async": [ + { + "id": "tests.test_async.AppError", + "name": "AppError", + "lineno": 14, + "bases": [ + "Exception" + ], + "scope": null + }, + { + "id": "tests.test_async.BlueprintError", + "name": "BlueprintError", + "lineno": 18, + "bases": [ + "Exception" + ], + "scope": null + }, + { + "id": "tests.test_async.AsyncView", + "name": "AsyncView", + "lineno": 22, + "bases": [ + "View" + ], + "scope": null + }, + { + "id": "tests.test_async.AsyncMethodView", + "name": "AsyncMethodView", + "lineno": 30, + "bases": [ + "MethodView" + ], + "scope": null + } + ], + "tests.test_basic": [ + { + "id": "tests.test_basic.PrefixPathMiddleware", + "name": "PrefixPathMiddleware", + "lineno": 289, + "bases": [], + "scope": null + }, + { + "id": "tests.test_basic.MyException", + "name": "MyException", + "lineno": 971, + "bases": [ + "Exception" + ], + "scope": null + }, + { + "id": "tests.test_basic.ForbiddenSubclass", + "name": "ForbiddenSubclass", + "lineno": 987, + "bases": [ + "Forbidden" + ], + "scope": null + }, + { + "id": "tests.test_basic.E1", + "name": "E1", + "lineno": 1019, + "bases": [ + "Exception" + ], + "scope": null + }, + { + "id": "tests.test_basic.E2", + "name": "E2", + "lineno": 1022, + "bases": [ + "Exception" + ], + "scope": null + }, + { + "id": "tests.test_basic.E3", + "name": "E3", + "lineno": 1025, + "bases": [ + "E1", + "E2" + ], + "scope": null + }, + { + "id": "tests.test_basic.View", + "name": "View", + "lineno": 1863, + "bases": [], + "scope": null + } + ], + "tests.test_blueprints": [ + { + "id": "tests.test_blueprints.MyDecoratorException", + "name": "MyDecoratorException", + "lineno": 47, + "bases": [ + "Exception" + ], + "scope": null + }, + { + "id": "tests.test_blueprints.MyFunctionException", + "name": "MyFunctionException", + "lineno": 50, + "bases": [ + "Exception" + ], + "scope": null + }, + { + "id": "tests.test_blueprints.MyBlueprint", + "name": "MyBlueprint", + "lineno": 224, + "bases": [ + "flask.Blueprint" + ], + "scope": null + } + ], + "tests.test_cli": [ + { + "id": "tests.test_cli.Module", + "name": "Module", + "lineno": 49, + "bases": [], + "scope": null + }, + { + "id": "tests.test_cli.Module", + "name": "Module", + "lineno": 54, + "bases": [], + "scope": null + }, + { + "id": "tests.test_cli.Module", + "name": "Module", + "lineno": 59, + "bases": [], + "scope": null + }, + { + "id": "tests.test_cli.Module", + "name": "Module", + "lineno": 64, + "bases": [], + "scope": null + }, + { + "id": "tests.test_cli.Module", + "name": "Module", + "lineno": 73, + "bases": [], + "scope": null + }, + { + "id": "tests.test_cli.Module", + "name": "Module", + "lineno": 82, + "bases": [], + "scope": null + }, + { + "id": "tests.test_cli.Module", + "name": "Module", + "lineno": 91, + "bases": [], + "scope": null + }, + { + "id": "tests.test_cli.Module", + "name": "Module", + "lineno": 100, + "bases": [], + "scope": null + }, + { + "id": "tests.test_cli.Module", + "name": "Module", + "lineno": 109, + "bases": [], + "scope": null + }, + { + "id": "tests.test_cli.Module", + "name": "Module", + "lineno": 114, + "bases": [], + "scope": null + }, + { + "id": "tests.test_cli.Module", + "name": "Module", + "lineno": 120, + "bases": [], + "scope": null + }, + { + "id": "tests.test_cli.Module", + "name": "Module", + "lineno": 127, + "bases": [], + "scope": null + }, + { + "id": "tests.test_cli.MockCtx", + "name": "MockCtx", + "lineno": 232, + "bases": [], + "scope": null + }, + { + "id": "tests.test_cli.TestRoutes", + "name": "TestRoutes", + "lineno": 446, + "bases": [], + "scope": null + } + ], + "tests.test_config": [ + { + "id": "tests.test_config.Base", + "name": "Base", + "lineno": 133, + "bases": [], + "scope": null + }, + { + "id": "tests.test_config.Test", + "name": "Test", + "lineno": 136, + "bases": [ + "Base" + ], + "scope": null + }, + { + "id": "tests.test_config.Config", + "name": "Config", + "lineno": 199, + "bases": [ + "flask.Config" + ], + "scope": null + }, + { + "id": "tests.test_config.Flask", + "name": "Flask", + "lineno": 202, + "bases": [ + "flask.Flask" + ], + "scope": null + } + ], + "tests.test_converters": [ + { + "id": "tests.test_converters.ListConverter", + "name": "ListConverter", + "lineno": 9, + "bases": [ + "BaseConverter" + ], + "scope": null + }, + { + "id": "tests.test_converters.ContextConverter", + "name": "ContextConverter", + "lineno": 30, + "bases": [ + "BaseConverter" + ], + "scope": null + } + ], + "tests.test_helpers": [ + { + "id": "tests.test_helpers.FakePath", + "name": "FakePath", + "lineno": 11, + "bases": [], + "scope": null + }, + { + "id": "tests.test_helpers.PyBytesIO", + "name": "PyBytesIO", + "lineno": 25, + "bases": [], + "scope": null + }, + { + "id": "tests.test_helpers.TestSendfile", + "name": "TestSendfile", + "lineno": 33, + "bases": [], + "scope": null + }, + { + "id": "tests.test_helpers.TestSendfile.StaticFileApp", + "name": "StaticFileApp", + "lineno": 69, + "bases": [ + "flask.Flask" + ], + "scope": "TestSendfile" + }, + { + "id": "tests.test_helpers.TestUrlFor", + "name": "TestUrlFor", + "lineno": 94, + "bases": [], + "scope": null + }, + { + "id": "tests.test_helpers.TestUrlFor.MyView", + "name": "MyView", + "lineno": 138, + "bases": [ + "MethodView" + ], + "scope": "TestUrlFor" + }, + { + "id": "tests.test_helpers.MyAborter", + "name": "MyAborter", + "lineno": 189, + "bases": [ + "werkzeug.exceptions.Aborter" + ], + "scope": null + }, + { + "id": "tests.test_helpers.MyFlask", + "name": "MyFlask", + "lineno": 192, + "bases": [ + "flask.Flask" + ], + "scope": null + }, + { + "id": "tests.test_helpers.My900Error", + "name": "My900Error", + "lineno": 200, + "bases": [ + "werkzeug.exceptions.HTTPException" + ], + "scope": null + }, + { + "id": "tests.test_helpers.TestNoImports", + "name": "TestNoImports", + "lineno": 209, + "bases": [], + "scope": null + }, + { + "id": "tests.test_helpers.TestStreaming", + "name": "TestStreaming", + "lineno": 228, + "bases": [], + "scope": null + }, + { + "id": "tests.test_helpers.TestStreaming.Wrapper", + "name": "Wrapper", + "lineno": 259, + "bases": [], + "scope": "TestStreaming" + }, + { + "id": "tests.test_helpers.TestHelpers", + "name": "TestHelpers", + "lineno": 327, + "bases": [], + "scope": null + } + ], + "tests.test_instance_config": [], + "tests.test_json": [ + { + "id": "tests.test_json.FixedOffset", + "name": "FixedOffset", + "lineno": 145, + "bases": [ + "datetime.tzinfo" + ], + "scope": null + }, + { + "id": "tests.test_json.X", + "name": "X", + "lineno": 224, + "bases": [], + "scope": null + }, + { + "id": "tests.test_json.CustomProvider", + "name": "CustomProvider", + "lineno": 234, + "bases": [ + "DefaultJSONProvider" + ], + "scope": null + }, + { + "id": "tests.test_json.ObjectWithHTML", + "name": "ObjectWithHTML", + "lineno": 341, + "bases": [], + "scope": null + } + ], + "tests.test_json_tag": [ + { + "id": "tests.test_json_tag.TagDict", + "name": "TagDict", + "lineno": 33, + "bases": [ + "JSONTag" + ], + "scope": null + }, + { + "id": "tests.test_json_tag.Foo", + "name": "Foo", + "lineno": 44, + "bases": [], + "scope": null + }, + { + "id": "tests.test_json_tag.TagFoo", + "name": "TagFoo", + "lineno": 48, + "bases": [ + "JSONTag" + ], + "scope": null + }, + { + "id": "tests.test_json_tag.Tag1", + "name": "Tag1", + "lineno": 74, + "bases": [ + "JSONTag" + ], + "scope": null + }, + { + "id": "tests.test_json_tag.Tag2", + "name": "Tag2", + "lineno": 77, + "bases": [ + "JSONTag" + ], + "scope": null + } + ], + "tests.test_logging": [], + "tests.test_regression": [ + { + "id": "tests.test_regression.Foo", + "name": "Foo", + "lineno": 5, + "bases": [ + "Exception" + ], + "scope": null + } + ], + "tests.test_reqctx": [ + { + "id": "tests.test_reqctx.SessionError", + "name": "SessionError", + "lineno": 178, + "bases": [ + "Exception" + ], + "scope": null + }, + { + "id": "tests.test_reqctx.FailingSessionInterface", + "name": "FailingSessionInterface", + "lineno": 181, + "bases": [ + "SessionInterface" + ], + "scope": null + }, + { + "id": "tests.test_reqctx.CustomFlask", + "name": "CustomFlask", + "lineno": 185, + "bases": [ + "flask.Flask" + ], + "scope": null + }, + { + "id": "tests.test_reqctx.PathAwareSessionInterface", + "name": "PathAwareSessionInterface", + "lineno": 204, + "bases": [ + "SecureCookieSessionInterface" + ], + "scope": null + }, + { + "id": "tests.test_reqctx.CustomFlask", + "name": "CustomFlask", + "lineno": 211, + "bases": [ + "flask.Flask" + ], + "scope": null + } + ], + "tests.test_request": [], + "tests.test_session_interface": [ + { + "id": "tests.test_session_interface.MySessionInterface", + "name": "MySessionInterface", + "lineno": 12, + "bases": [ + "SessionInterface" + ], + "scope": null + } + ], + "tests.test_signals": [], + "tests.test_subclassing": [ + { + "id": "tests.test_subclassing.SuppressedFlask", + "name": "SuppressedFlask", + "lineno": 7, + "bases": [ + "flask.Flask" + ], + "scope": null + } + ], + "tests.test_templating": [ + { + "id": "tests.test_templating.MyFlask", + "name": "MyFlask", + "lineno": 406, + "bases": [ + "flask.Flask" + ], + "scope": null + }, + { + "id": "tests.test_templating._TestHandler", + "name": "_TestHandler", + "lineno": 493, + "bases": [ + "logging.Handler" + ], + "scope": null + }, + { + "id": "tests.test_templating.CustomEnvironment", + "name": "CustomEnvironment", + "lineno": 525, + "bases": [ + "flask.templating.Environment" + ], + "scope": null + }, + { + "id": "tests.test_templating.CustomFlask", + "name": "CustomFlask", + "lineno": 528, + "bases": [ + "flask.Flask" + ], + "scope": null + } + ], + "tests.test_testing": [ + { + "id": "tests.test_testing.Namespace", + "name": "Namespace", + "lineno": 275, + "bases": [], + "scope": null + }, + { + "id": "tests.test_testing.SubRunner", + "name": "SubRunner", + "lineno": 330, + "bases": [ + "FlaskCliRunner" + ], + "scope": null + }, + { + "id": "tests.test_testing.NS", + "name": "NS", + "lineno": 353, + "bases": [], + "scope": null + } + ], + "tests.test_user_error_handler": [ + { + "id": "tests.test_user_error_handler.CustomException", + "name": "CustomException", + "lineno": 11, + "bases": [ + "Exception" + ], + "scope": null + }, + { + "id": "tests.test_user_error_handler.ParentException", + "name": "ParentException", + "lineno": 62, + "bases": [ + "Exception" + ], + "scope": null + }, + { + "id": "tests.test_user_error_handler.ChildExceptionUnregistered", + "name": "ChildExceptionUnregistered", + "lineno": 65, + "bases": [ + "ParentException" + ], + "scope": null + }, + { + "id": "tests.test_user_error_handler.ChildExceptionRegistered", + "name": "ChildExceptionRegistered", + "lineno": 68, + "bases": [ + "ParentException" + ], + "scope": null + }, + { + "id": "tests.test_user_error_handler.ForbiddenSubclassRegistered", + "name": "ForbiddenSubclassRegistered", + "lineno": 101, + "bases": [ + "Forbidden" + ], + "scope": null + }, + { + "id": "tests.test_user_error_handler.ForbiddenSubclassUnregistered", + "name": "ForbiddenSubclassUnregistered", + "lineno": 104, + "bases": [ + "Forbidden" + ], + "scope": null + }, + { + "id": "tests.test_user_error_handler.TestGenericHandlers", + "name": "TestGenericHandlers", + "lineno": 217, + "bases": [], + "scope": null + }, + { + "id": "tests.test_user_error_handler.TestGenericHandlers.Custom", + "name": "Custom", + "lineno": 220, + "bases": [ + "Exception" + ], + "scope": "TestGenericHandlers" + } + ], + "tests.test_views": [ + { + "id": "tests.test_views.Index", + "name": "Index", + "lineno": 19, + "bases": [ + "flask.views.View" + ], + "scope": null + }, + { + "id": "tests.test_views.Index", + "name": "Index", + "lineno": 30, + "bases": [ + "flask.views.MethodView" + ], + "scope": null + }, + { + "id": "tests.test_views.Index", + "name": "Index", + "lineno": 43, + "bases": [ + "flask.views.MethodView" + ], + "scope": null + }, + { + "id": "tests.test_views.Other", + "name": "Other", + "lineno": 50, + "bases": [ + "Index" + ], + "scope": null + }, + { + "id": "tests.test_views.Index", + "name": "Index", + "lineno": 64, + "bases": [ + "flask.views.MethodView" + ], + "scope": null + }, + { + "id": "tests.test_views.BetterIndex", + "name": "BetterIndex", + "lineno": 71, + "bases": [ + "Index" + ], + "scope": null + }, + { + "id": "tests.test_views.Index", + "name": "Index", + "lineno": 90, + "bases": [ + "flask.views.View" + ], + "scope": null + }, + { + "id": "tests.test_views.Index", + "name": "Index", + "lineno": 107, + "bases": [ + "flask.views.View" + ], + "scope": null + }, + { + "id": "tests.test_views.Index", + "name": "Index", + "lineno": 126, + "bases": [ + "flask.views.View" + ], + "scope": null + }, + { + "id": "tests.test_views.Index", + "name": "Index", + "lineno": 142, + "bases": [ + "flask.views.View" + ], + "scope": null + }, + { + "id": "tests.test_views.Index", + "name": "Index", + "lineno": 154, + "bases": [ + "flask.views.MethodView" + ], + "scope": null + }, + { + "id": "tests.test_views.Index", + "name": "Index", + "lineno": 168, + "bases": [ + "flask.views.MethodView" + ], + "scope": null + }, + { + "id": "tests.test_views.Index", + "name": "Index", + "lineno": 186, + "bases": [ + "flask.views.View" + ], + "scope": null + }, + { + "id": "tests.test_views.BaseView", + "name": "BaseView", + "lineno": 202, + "bases": [ + "flask.views.MethodView" + ], + "scope": null + }, + { + "id": "tests.test_views.ChildView", + "name": "ChildView", + "lineno": 205, + "bases": [ + "BaseView" + ], + "scope": null + }, + { + "id": "tests.test_views.GetView", + "name": "GetView", + "lineno": 220, + "bases": [ + "flask.views.MethodView" + ], + "scope": null + }, + { + "id": "tests.test_views.DeleteView", + "name": "DeleteView", + "lineno": 224, + "bases": [ + "flask.views.MethodView" + ], + "scope": null + }, + { + "id": "tests.test_views.GetDeleteView", + "name": "GetDeleteView", + "lineno": 228, + "bases": [ + "GetView", + "DeleteView" + ], + "scope": null + }, + { + "id": "tests.test_views.GetView", + "name": "GetView", + "lineno": 239, + "bases": [ + "flask.views.MethodView" + ], + "scope": null + }, + { + "id": "tests.test_views.OtherView", + "name": "OtherView", + "lineno": 243, + "bases": [ + "flask.views.MethodView" + ], + "scope": null + }, + { + "id": "tests.test_views.View", + "name": "View", + "lineno": 247, + "bases": [ + "GetView", + "OtherView" + ], + "scope": null + }, + { + "id": "tests.test_views.CountInit", + "name": "CountInit", + "lineno": 260, + "bases": [ + "flask.views.View" + ], + "scope": null + } + ], + "tests.test_apps.blueprintapp": [], + "tests.test_apps.blueprintapp.apps": [], + "tests.test_apps.blueprintapp.apps.admin": [], + "tests.test_apps.blueprintapp.apps.frontend": [], + "tests.test_apps.cliapp.app": [], + "tests.test_apps.cliapp.factory": [], + "tests.test_apps.cliapp.importerrorapp": [], + "tests.test_apps.cliapp.multiapp": [], + "tests.test_apps.cliapp": [], + "tests.test_apps.cliapp.inner1": [], + "tests.test_apps.cliapp.inner1.inner2.flask": [], + "tests.test_apps.cliapp.inner1.inner2": [], + "tests.test_apps.helloworld.hello": [], + "tests.test_apps.helloworld.wsgi": [], + "tests.test_apps.subdomaintestmodule": [], + "tests.type_check.typing_app_decorators": [], + "tests.type_check.typing_error_handler": [], + "tests.type_check.typing_route": [ + { + "id": "tests.type_check.typing_route.StatusJSON", + "name": "StatusJSON", + "lineno": 41, + "bases": [ + "t.TypedDict" + ], + "scope": null + }, + { + "id": "tests.type_check.typing_route.RenderTemplateView", + "name": "RenderTemplateView", + "lineno": 101, + "bases": [ + "View" + ], + "scope": null + } + ] + }, + "module_graph": { + "docs.conf": { + "path": "C:\\repos\\v3\\flask\\docs\\conf.py", + "parent": "docs", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "examples.celery.make_celery": { + "path": "C:\\repos\\v3\\flask\\examples\\celery\\make_celery.py", + "parent": "examples.celery", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "examples.celery.src.task_app.tasks": { + "path": "C:\\repos\\v3\\flask\\examples\\celery\\src\\task_app\\tasks.py", + "parent": "examples.celery.src.task_app", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "examples.celery.src.task_app.views": { + "path": "C:\\repos\\v3\\flask\\examples\\celery\\src\\task_app\\views.py", + "parent": "examples.celery.src.task_app", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "examples.celery.src.task_app": { + "path": "C:\\repos\\v3\\flask\\examples\\celery\\src\\task_app\\__init__.py", + "parent": "examples.celery.src", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "examples.javascript.js_example.views": { + "path": "C:\\repos\\v3\\flask\\examples\\javascript\\js_example\\views.py", + "parent": "examples.javascript.js_example", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "examples.javascript.js_example": { + "path": "C:\\repos\\v3\\flask\\examples\\javascript\\js_example\\__init__.py", + "parent": "examples.javascript", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "examples.javascript.tests.conftest": { + "path": "C:\\repos\\v3\\flask\\examples\\javascript\\tests\\conftest.py", + "parent": "examples.javascript.tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "examples.javascript.tests.test_js_example": { + "path": "C:\\repos\\v3\\flask\\examples\\javascript\\tests\\test_js_example.py", + "parent": "examples.javascript.tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "examples.tutorial.flaskr.auth": { + "path": "C:\\repos\\v3\\flask\\examples\\tutorial\\flaskr\\auth.py", + "parent": "examples.tutorial.flaskr", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "examples.tutorial.flaskr.blog": { + "path": "C:\\repos\\v3\\flask\\examples\\tutorial\\flaskr\\blog.py", + "parent": "examples.tutorial.flaskr", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "examples.tutorial.flaskr.db": { + "path": "C:\\repos\\v3\\flask\\examples\\tutorial\\flaskr\\db.py", + "parent": "examples.tutorial.flaskr", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "examples.tutorial.flaskr": { + "path": "C:\\repos\\v3\\flask\\examples\\tutorial\\flaskr\\__init__.py", + "parent": "examples.tutorial", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "examples.tutorial.tests.conftest": { + "path": "C:\\repos\\v3\\flask\\examples\\tutorial\\tests\\conftest.py", + "parent": "examples.tutorial.tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "examples.tutorial.tests.test_auth": { + "path": "C:\\repos\\v3\\flask\\examples\\tutorial\\tests\\test_auth.py", + "parent": "examples.tutorial.tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "examples.tutorial.tests.test_blog": { + "path": "C:\\repos\\v3\\flask\\examples\\tutorial\\tests\\test_blog.py", + "parent": "examples.tutorial.tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "examples.tutorial.tests.test_db": { + "path": "C:\\repos\\v3\\flask\\examples\\tutorial\\tests\\test_db.py", + "parent": "examples.tutorial.tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "examples.tutorial.tests.test_factory": { + "path": "C:\\repos\\v3\\flask\\examples\\tutorial\\tests\\test_factory.py", + "parent": "examples.tutorial.tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "src.flask.app": { + "path": "C:\\repos\\v3\\flask\\src\\flask\\app.py", + "parent": "src.flask", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "src.flask.blueprints": { + "path": "C:\\repos\\v3\\flask\\src\\flask\\blueprints.py", + "parent": "src.flask", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "src.flask.cli": { + "path": "C:\\repos\\v3\\flask\\src\\flask\\cli.py", + "parent": "src.flask", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "src.flask.config": { + "path": "C:\\repos\\v3\\flask\\src\\flask\\config.py", + "parent": "src.flask", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "src.flask.ctx": { + "path": "C:\\repos\\v3\\flask\\src\\flask\\ctx.py", + "parent": "src.flask", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "src.flask.debughelpers": { + "path": "C:\\repos\\v3\\flask\\src\\flask\\debughelpers.py", + "parent": "src.flask", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "src.flask.globals": { + "path": "C:\\repos\\v3\\flask\\src\\flask\\globals.py", + "parent": "src.flask", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "src.flask.helpers": { + "path": "C:\\repos\\v3\\flask\\src\\flask\\helpers.py", + "parent": "src.flask", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "src.flask.logging": { + "path": "C:\\repos\\v3\\flask\\src\\flask\\logging.py", + "parent": "src.flask", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "src.flask.sessions": { + "path": "C:\\repos\\v3\\flask\\src\\flask\\sessions.py", + "parent": "src.flask", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "src.flask.signals": { + "path": "C:\\repos\\v3\\flask\\src\\flask\\signals.py", + "parent": "src.flask", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "src.flask.templating": { + "path": "C:\\repos\\v3\\flask\\src\\flask\\templating.py", + "parent": "src.flask", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "src.flask.testing": { + "path": "C:\\repos\\v3\\flask\\src\\flask\\testing.py", + "parent": "src.flask", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "src.flask.typing": { + "path": "C:\\repos\\v3\\flask\\src\\flask\\typing.py", + "parent": "src.flask", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "src.flask.views": { + "path": "C:\\repos\\v3\\flask\\src\\flask\\views.py", + "parent": "src.flask", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "src.flask.wrappers": { + "path": "C:\\repos\\v3\\flask\\src\\flask\\wrappers.py", + "parent": "src.flask", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "src.flask": { + "path": "C:\\repos\\v3\\flask\\src\\flask\\__init__.py", + "parent": "src", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "src.flask.__main__": { + "path": "C:\\repos\\v3\\flask\\src\\flask\\__main__.py", + "parent": "src.flask", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "src.flask.json.provider": { + "path": "C:\\repos\\v3\\flask\\src\\flask\\json\\provider.py", + "parent": "src.flask.json", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "src.flask.json.tag": { + "path": "C:\\repos\\v3\\flask\\src\\flask\\json\\tag.py", + "parent": "src.flask.json", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "src.flask.json": { + "path": "C:\\repos\\v3\\flask\\src\\flask\\json\\__init__.py", + "parent": "src.flask", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "src.flask.sansio.app": { + "path": "C:\\repos\\v3\\flask\\src\\flask\\sansio\\app.py", + "parent": "src.flask.sansio", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "src.flask.sansio.blueprints": { + "path": "C:\\repos\\v3\\flask\\src\\flask\\sansio\\blueprints.py", + "parent": "src.flask.sansio", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "src.flask.sansio.scaffold": { + "path": "C:\\repos\\v3\\flask\\src\\flask\\sansio\\scaffold.py", + "parent": "src.flask.sansio", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.conftest": { + "path": "C:\\repos\\v3\\flask\\tests\\conftest.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_appctx": { + "path": "C:\\repos\\v3\\flask\\tests\\test_appctx.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_async": { + "path": "C:\\repos\\v3\\flask\\tests\\test_async.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_basic": { + "path": "C:\\repos\\v3\\flask\\tests\\test_basic.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_blueprints": { + "path": "C:\\repos\\v3\\flask\\tests\\test_blueprints.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_cli": { + "path": "C:\\repos\\v3\\flask\\tests\\test_cli.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_config": { + "path": "C:\\repos\\v3\\flask\\tests\\test_config.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_converters": { + "path": "C:\\repos\\v3\\flask\\tests\\test_converters.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_helpers": { + "path": "C:\\repos\\v3\\flask\\tests\\test_helpers.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_instance_config": { + "path": "C:\\repos\\v3\\flask\\tests\\test_instance_config.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_json": { + "path": "C:\\repos\\v3\\flask\\tests\\test_json.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_json_tag": { + "path": "C:\\repos\\v3\\flask\\tests\\test_json_tag.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_logging": { + "path": "C:\\repos\\v3\\flask\\tests\\test_logging.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_regression": { + "path": "C:\\repos\\v3\\flask\\tests\\test_regression.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_reqctx": { + "path": "C:\\repos\\v3\\flask\\tests\\test_reqctx.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_request": { + "path": "C:\\repos\\v3\\flask\\tests\\test_request.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_session_interface": { + "path": "C:\\repos\\v3\\flask\\tests\\test_session_interface.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_signals": { + "path": "C:\\repos\\v3\\flask\\tests\\test_signals.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_subclassing": { + "path": "C:\\repos\\v3\\flask\\tests\\test_subclassing.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_templating": { + "path": "C:\\repos\\v3\\flask\\tests\\test_templating.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_testing": { + "path": "C:\\repos\\v3\\flask\\tests\\test_testing.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_user_error_handler": { + "path": "C:\\repos\\v3\\flask\\tests\\test_user_error_handler.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_views": { + "path": "C:\\repos\\v3\\flask\\tests\\test_views.py", + "parent": "tests", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_apps.blueprintapp": { + "path": "C:\\repos\\v3\\flask\\tests\\test_apps\\blueprintapp\\__init__.py", + "parent": "tests.test_apps", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_apps.blueprintapp.apps": { + "path": "C:\\repos\\v3\\flask\\tests\\test_apps\\blueprintapp\\apps\\__init__.py", + "parent": "tests.test_apps.blueprintapp", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_apps.blueprintapp.apps.admin": { + "path": "C:\\repos\\v3\\flask\\tests\\test_apps\\blueprintapp\\apps\\admin\\__init__.py", + "parent": "tests.test_apps.blueprintapp.apps", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_apps.blueprintapp.apps.frontend": { + "path": "C:\\repos\\v3\\flask\\tests\\test_apps\\blueprintapp\\apps\\frontend\\__init__.py", + "parent": "tests.test_apps.blueprintapp.apps", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_apps.cliapp.app": { + "path": "C:\\repos\\v3\\flask\\tests\\test_apps\\cliapp\\app.py", + "parent": "tests.test_apps.cliapp", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_apps.cliapp.factory": { + "path": "C:\\repos\\v3\\flask\\tests\\test_apps\\cliapp\\factory.py", + "parent": "tests.test_apps.cliapp", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_apps.cliapp.importerrorapp": { + "path": "C:\\repos\\v3\\flask\\tests\\test_apps\\cliapp\\importerrorapp.py", + "parent": "tests.test_apps.cliapp", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_apps.cliapp.multiapp": { + "path": "C:\\repos\\v3\\flask\\tests\\test_apps\\cliapp\\multiapp.py", + "parent": "tests.test_apps.cliapp", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_apps.cliapp": { + "path": "C:\\repos\\v3\\flask\\tests\\test_apps\\cliapp\\__init__.py", + "parent": "tests.test_apps", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_apps.cliapp.inner1": { + "path": "C:\\repos\\v3\\flask\\tests\\test_apps\\cliapp\\inner1\\__init__.py", + "parent": "tests.test_apps.cliapp", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_apps.cliapp.inner1.inner2.flask": { + "path": "C:\\repos\\v3\\flask\\tests\\test_apps\\cliapp\\inner1\\inner2\\flask.py", + "parent": "tests.test_apps.cliapp.inner1.inner2", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_apps.cliapp.inner1.inner2": { + "path": "C:\\repos\\v3\\flask\\tests\\test_apps\\cliapp\\inner1\\inner2\\__init__.py", + "parent": "tests.test_apps.cliapp.inner1", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_apps.helloworld.hello": { + "path": "C:\\repos\\v3\\flask\\tests\\test_apps\\helloworld\\hello.py", + "parent": "tests.test_apps.helloworld", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_apps.helloworld.wsgi": { + "path": "C:\\repos\\v3\\flask\\tests\\test_apps\\helloworld\\wsgi.py", + "parent": "tests.test_apps.helloworld", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.test_apps.subdomaintestmodule": { + "path": "C:\\repos\\v3\\flask\\tests\\test_apps\\subdomaintestmodule\\__init__.py", + "parent": "tests.test_apps", + "is_package": true, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.type_check.typing_app_decorators": { + "path": "C:\\repos\\v3\\flask\\tests\\type_check\\typing_app_decorators.py", + "parent": "tests.type_check", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.type_check.typing_error_handler": { + "path": "C:\\repos\\v3\\flask\\tests\\type_check\\typing_error_handler.py", + "parent": "tests.type_check", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + }, + "tests.type_check.typing_route": { + "path": "C:\\repos\\v3\\flask\\tests\\type_check\\typing_route.py", + "parent": "tests.type_check", + "is_package": false, + "in_cyclic_loop": false, + "cyclic_cluster_id": null + } + }, + "import_graph": { + "docs.conf": [], + "examples.celery.make_celery": [], + "examples.celery.src.task_app.tasks": [], + "examples.celery.src.task_app.views": [ + { + "from_module": "examples.celery.src.task_app.views", + "imports": "tasks", + "type": "from_import", + "relative_level": 1, + "module_part": "", + "symbol_part": "tasks", + "lineno": 5 + } + ], + "examples.celery.src.task_app": [ + { + "from_module": "examples.celery.src.task_app", + "imports": "views", + "type": "from_import", + "relative_level": 1, + "module_part": "", + "symbol_part": "views", + "lineno": 23 + } + ], + "examples.javascript.js_example.views": [ + { + "from_module": "examples.javascript.js_example.views", + "imports": "app", + "type": "from_import", + "relative_level": 1, + "module_part": "", + "symbol_part": "app", + "lineno": 5 + } + ], + "examples.javascript.js_example": [], + "examples.javascript.tests.conftest": [], + "examples.javascript.tests.test_js_example": [], + "examples.tutorial.flaskr.auth": [ + { + "from_module": "examples.tutorial.flaskr.auth", + "imports": "db.get_db", + "type": "from_import", + "relative_level": 1, + "module_part": "db", + "symbol_part": "get_db", + "lineno": 14 + } + ], + "examples.tutorial.flaskr.blog": [ + { + "from_module": "examples.tutorial.flaskr.blog", + "imports": "auth.login_required", + "type": "from_import", + "relative_level": 1, + "module_part": "auth", + "symbol_part": "login_required", + "lineno": 10 + }, + { + "from_module": "examples.tutorial.flaskr.blog", + "imports": "db.get_db", + "type": "from_import", + "relative_level": 1, + "module_part": "db", + "symbol_part": "get_db", + "lineno": 11 + } + ], + "examples.tutorial.flaskr.db": [], + "examples.tutorial.flaskr": [ + { + "from_module": "examples.tutorial.flaskr", + "imports": "db", + "type": "from_import", + "relative_level": 1, + "module_part": "", + "symbol_part": "db", + "lineno": 31 + }, + { + "from_module": "examples.tutorial.flaskr", + "imports": "auth", + "type": "from_import", + "relative_level": 1, + "module_part": "", + "symbol_part": "auth", + "lineno": 36 + }, + { + "from_module": "examples.tutorial.flaskr", + "imports": "blog", + "type": "from_import", + "relative_level": 1, + "module_part": "", + "symbol_part": "blog", + "lineno": 37 + } + ], + "examples.tutorial.tests.conftest": [], + "examples.tutorial.tests.test_auth": [], + "examples.tutorial.tests.test_blog": [], + "examples.tutorial.tests.test_db": [], + "examples.tutorial.tests.test_factory": [], + "src.flask.app": [ + { + "from_module": "src.flask.app", + "imports": "cli", + "type": "from_import", + "relative_level": 1, + "module_part": "", + "symbol_part": "cli", + "lineno": 31 + }, + { + "from_module": "src.flask.app", + "imports": "typing", + "type": "from_import", + "relative_level": 1, + "module_part": "", + "symbol_part": "typing", + "lineno": 32 + }, + { + "from_module": "src.flask.app", + "imports": "ctx.AppContext", + "type": "from_import", + "relative_level": 1, + "module_part": "ctx", + "symbol_part": "AppContext", + "lineno": 33 + }, + { + "from_module": "src.flask.app", + "imports": "globals._cv_app", + "type": "from_import", + "relative_level": 1, + "module_part": "globals", + "symbol_part": "_cv_app", + "lineno": 34 + }, + { + "from_module": "src.flask.app", + "imports": "globals.app_ctx", + "type": "from_import", + "relative_level": 1, + "module_part": "globals", + "symbol_part": "app_ctx", + "lineno": 35 + }, + { + "from_module": "src.flask.app", + "imports": "globals.g", + "type": "from_import", + "relative_level": 1, + "module_part": "globals", + "symbol_part": "g", + "lineno": 36 + }, + { + "from_module": "src.flask.app", + "imports": "globals.request", + "type": "from_import", + "relative_level": 1, + "module_part": "globals", + "symbol_part": "request", + "lineno": 37 + }, + { + "from_module": "src.flask.app", + "imports": "globals.session", + "type": "from_import", + "relative_level": 1, + "module_part": "globals", + "symbol_part": "session", + "lineno": 38 + }, + { + "from_module": "src.flask.app", + "imports": "helpers._CollectErrors", + "type": "from_import", + "relative_level": 1, + "module_part": "helpers", + "symbol_part": "_CollectErrors", + "lineno": 39 + }, + { + "from_module": "src.flask.app", + "imports": "helpers.get_debug_flag", + "type": "from_import", + "relative_level": 1, + "module_part": "helpers", + "symbol_part": "get_debug_flag", + "lineno": 40 + }, + { + "from_module": "src.flask.app", + "imports": "helpers.get_flashed_messages", + "type": "from_import", + "relative_level": 1, + "module_part": "helpers", + "symbol_part": "get_flashed_messages", + "lineno": 41 + }, + { + "from_module": "src.flask.app", + "imports": "helpers.get_load_dotenv", + "type": "from_import", + "relative_level": 1, + "module_part": "helpers", + "symbol_part": "get_load_dotenv", + "lineno": 42 + }, + { + "from_module": "src.flask.app", + "imports": "helpers.send_from_directory", + "type": "from_import", + "relative_level": 1, + "module_part": "helpers", + "symbol_part": "send_from_directory", + "lineno": 43 + }, + { + "from_module": "src.flask.app", + "imports": "sansio.app.App", + "type": "from_import", + "relative_level": 1, + "module_part": "sansio.app", + "symbol_part": "App", + "lineno": 44 + }, + { + "from_module": "src.flask.app", + "imports": "sessions.SecureCookieSessionInterface", + "type": "from_import", + "relative_level": 1, + "module_part": "sessions", + "symbol_part": "SecureCookieSessionInterface", + "lineno": 45 + }, + { + "from_module": "src.flask.app", + "imports": "sessions.SessionInterface", + "type": "from_import", + "relative_level": 1, + "module_part": "sessions", + "symbol_part": "SessionInterface", + "lineno": 46 + }, + { + "from_module": "src.flask.app", + "imports": "signals.appcontext_tearing_down", + "type": "from_import", + "relative_level": 1, + "module_part": "signals", + "symbol_part": "appcontext_tearing_down", + "lineno": 47 + }, + { + "from_module": "src.flask.app", + "imports": "signals.got_request_exception", + "type": "from_import", + "relative_level": 1, + "module_part": "signals", + "symbol_part": "got_request_exception", + "lineno": 48 + }, + { + "from_module": "src.flask.app", + "imports": "signals.request_finished", + "type": "from_import", + "relative_level": 1, + "module_part": "signals", + "symbol_part": "request_finished", + "lineno": 49 + }, + { + "from_module": "src.flask.app", + "imports": "signals.request_started", + "type": "from_import", + "relative_level": 1, + "module_part": "signals", + "symbol_part": "request_started", + "lineno": 50 + }, + { + "from_module": "src.flask.app", + "imports": "signals.request_tearing_down", + "type": "from_import", + "relative_level": 1, + "module_part": "signals", + "symbol_part": "request_tearing_down", + "lineno": 51 + }, + { + "from_module": "src.flask.app", + "imports": "templating.Environment", + "type": "from_import", + "relative_level": 1, + "module_part": "templating", + "symbol_part": "Environment", + "lineno": 52 + }, + { + "from_module": "src.flask.app", + "imports": "wrappers.Request", + "type": "from_import", + "relative_level": 1, + "module_part": "wrappers", + "symbol_part": "Request", + "lineno": 53 + }, + { + "from_module": "src.flask.app", + "imports": "wrappers.Response", + "type": "from_import", + "relative_level": 1, + "module_part": "wrappers", + "symbol_part": "Response", + "lineno": 54 + }, + { + "from_module": "src.flask.app", + "imports": "testing.FlaskClient", + "type": "from_import", + "relative_level": 1, + "module_part": "testing", + "symbol_part": "FlaskClient", + "lineno": 60 + }, + { + "from_module": "src.flask.app", + "imports": "testing.FlaskCliRunner", + "type": "from_import", + "relative_level": 1, + "module_part": "testing", + "symbol_part": "FlaskCliRunner", + "lineno": 61 + }, + { + "from_module": "src.flask.app", + "imports": "typing.HeadersValue", + "type": "from_import", + "relative_level": 1, + "module_part": "typing", + "symbol_part": "HeadersValue", + "lineno": 62 + }, + { + "from_module": "src.flask.app", + "imports": "debughelpers.FormDataRoutingRedirect", + "type": "from_import", + "relative_level": 1, + "module_part": "debughelpers", + "symbol_part": "FormDataRoutingRedirect", + "lineno": 586 + }, + { + "from_module": "src.flask.app", + "imports": "testing.FlaskClient", + "type": "from_import", + "relative_level": 1, + "module_part": "testing", + "symbol_part": "FlaskClient", + "lineno": 808 + }, + { + "from_module": "src.flask.app", + "imports": "testing.FlaskCliRunner", + "type": "from_import", + "relative_level": 1, + "module_part": "testing", + "symbol_part": "FlaskCliRunner", + "lineno": 826 + }, + { + "from_module": "src.flask.app", + "imports": "testing.EnvironBuilder", + "type": "from_import", + "relative_level": 1, + "module_part": "testing", + "symbol_part": "EnvironBuilder", + "lineno": 1555 + } + ], + "src.flask.blueprints": [ + { + "from_module": "src.flask.blueprints", + "imports": "cli.AppGroup", + "type": "from_import", + "relative_level": 1, + "module_part": "cli", + "symbol_part": "AppGroup", + "lineno": 7 + }, + { + "from_module": "src.flask.blueprints", + "imports": "globals.current_app", + "type": "from_import", + "relative_level": 1, + "module_part": "globals", + "symbol_part": "current_app", + "lineno": 8 + }, + { + "from_module": "src.flask.blueprints", + "imports": "helpers.send_from_directory", + "type": "from_import", + "relative_level": 1, + "module_part": "helpers", + "symbol_part": "send_from_directory", + "lineno": 9 + }, + { + "from_module": "src.flask.blueprints", + "imports": "sansio.blueprints.Blueprint", + "type": "from_import", + "relative_level": 1, + "module_part": "sansio.blueprints", + "symbol_part": "Blueprint", + "lineno": 10 + }, + { + "from_module": "src.flask.blueprints", + "imports": "sansio.blueprints.BlueprintSetupState", + "type": "from_import", + "relative_level": 1, + "module_part": "sansio.blueprints", + "symbol_part": "BlueprintSetupState", + "lineno": 11 + }, + { + "from_module": "src.flask.blueprints", + "imports": "sansio.scaffold._sentinel", + "type": "from_import", + "relative_level": 1, + "module_part": "sansio.scaffold", + "symbol_part": "_sentinel", + "lineno": 12 + }, + { + "from_module": "src.flask.blueprints", + "imports": "wrappers.Response", + "type": "from_import", + "relative_level": 1, + "module_part": "wrappers", + "symbol_part": "Response", + "lineno": 15 + } + ], + "src.flask.cli": [ + { + "from_module": "src.flask.cli", + "imports": "globals.current_app", + "type": "from_import", + "relative_level": 1, + "module_part": "globals", + "symbol_part": "current_app", + "lineno": 23 + }, + { + "from_module": "src.flask.cli", + "imports": "helpers.get_debug_flag", + "type": "from_import", + "relative_level": 1, + "module_part": "helpers", + "symbol_part": "get_debug_flag", + "lineno": 24 + }, + { + "from_module": "src.flask.cli", + "imports": "helpers.get_load_dotenv", + "type": "from_import", + "relative_level": 1, + "module_part": "helpers", + "symbol_part": "get_load_dotenv", + "lineno": 25 + }, + { + "from_module": "src.flask.cli", + "imports": "app.Flask", + "type": "from_import", + "relative_level": 1, + "module_part": "app", + "symbol_part": "Flask", + "lineno": 34 + }, + { + "from_module": "src.flask.cli", + "imports": "Flask", + "type": "from_import", + "relative_level": 1, + "module_part": "", + "symbol_part": "Flask", + "lineno": 45 + }, + { + "from_module": "src.flask.cli", + "imports": "Flask", + "type": "from_import", + "relative_level": 1, + "module_part": "", + "symbol_part": "Flask", + "lineno": 124 + } + ], + "src.flask.config": [ + { + "from_module": "src.flask.config", + "imports": "sansio.app.App", + "type": "from_import", + "relative_level": 1, + "module_part": "sansio.app", + "symbol_part": "App", + "lineno": 14 + } + ], + "src.flask.ctx": [ + { + "from_module": "src.flask.ctx", + "imports": "typing", + "type": "from_import", + "relative_level": 1, + "module_part": "", + "symbol_part": "typing", + "lineno": 11 + }, + { + "from_module": "src.flask.ctx", + "imports": "globals._cv_app", + "type": "from_import", + "relative_level": 1, + "module_part": "globals", + "symbol_part": "_cv_app", + "lineno": 12 + }, + { + "from_module": "src.flask.ctx", + "imports": "helpers._CollectErrors", + "type": "from_import", + "relative_level": 1, + "module_part": "helpers", + "symbol_part": "_CollectErrors", + "lineno": 13 + }, + { + "from_module": "src.flask.ctx", + "imports": "signals.appcontext_popped", + "type": "from_import", + "relative_level": 1, + "module_part": "signals", + "symbol_part": "appcontext_popped", + "lineno": 14 + }, + { + "from_module": "src.flask.ctx", + "imports": "signals.appcontext_pushed", + "type": "from_import", + "relative_level": 1, + "module_part": "signals", + "symbol_part": "appcontext_pushed", + "lineno": 15 + }, + { + "from_module": "src.flask.ctx", + "imports": "app.Flask", + "type": "from_import", + "relative_level": 1, + "module_part": "app", + "symbol_part": "Flask", + "lineno": 21 + }, + { + "from_module": "src.flask.ctx", + "imports": "sessions.SessionMixin", + "type": "from_import", + "relative_level": 1, + "module_part": "sessions", + "symbol_part": "SessionMixin", + "lineno": 22 + }, + { + "from_module": "src.flask.ctx", + "imports": "wrappers.Request", + "type": "from_import", + "relative_level": 1, + "module_part": "wrappers", + "symbol_part": "Request", + "lineno": 23 + } + ], + "src.flask.debughelpers": [ + { + "from_module": "src.flask.debughelpers", + "imports": "blueprints.Blueprint", + "type": "from_import", + "relative_level": 1, + "module_part": "blueprints", + "symbol_part": "Blueprint", + "lineno": 8 + }, + { + "from_module": "src.flask.debughelpers", + "imports": "globals._cv_app", + "type": "from_import", + "relative_level": 1, + "module_part": "globals", + "symbol_part": "_cv_app", + "lineno": 9 + }, + { + "from_module": "src.flask.debughelpers", + "imports": "sansio.app.App", + "type": "from_import", + "relative_level": 1, + "module_part": "sansio.app", + "symbol_part": "App", + "lineno": 10 + }, + { + "from_module": "src.flask.debughelpers", + "imports": "sansio.scaffold.Scaffold", + "type": "from_import", + "relative_level": 1, + "module_part": "sansio.scaffold", + "symbol_part": "Scaffold", + "lineno": 13 + }, + { + "from_module": "src.flask.debughelpers", + "imports": "wrappers.Request", + "type": "from_import", + "relative_level": 1, + "module_part": "wrappers", + "symbol_part": "Request", + "lineno": 14 + } + ], + "src.flask.globals": [ + { + "from_module": "src.flask.globals", + "imports": "app.Flask", + "type": "from_import", + "relative_level": 1, + "module_part": "app", + "symbol_part": "Flask", + "lineno": 9 + }, + { + "from_module": "src.flask.globals", + "imports": "ctx._AppCtxGlobals", + "type": "from_import", + "relative_level": 1, + "module_part": "ctx", + "symbol_part": "_AppCtxGlobals", + "lineno": 10 + }, + { + "from_module": "src.flask.globals", + "imports": "ctx.AppContext", + "type": "from_import", + "relative_level": 1, + "module_part": "ctx", + "symbol_part": "AppContext", + "lineno": 11 + }, + { + "from_module": "src.flask.globals", + "imports": "sessions.SessionMixin", + "type": "from_import", + "relative_level": 1, + "module_part": "sessions", + "symbol_part": "SessionMixin", + "lineno": 12 + }, + { + "from_module": "src.flask.globals", + "imports": "wrappers.Request", + "type": "from_import", + "relative_level": 1, + "module_part": "wrappers", + "symbol_part": "Request", + "lineno": 13 + } + ], + "src.flask.helpers": [ + { + "from_module": "src.flask.helpers", + "imports": "globals._cv_app", + "type": "from_import", + "relative_level": 1, + "module_part": "globals", + "symbol_part": "_cv_app", + "lineno": 17 + }, + { + "from_module": "src.flask.helpers", + "imports": "globals.app_ctx", + "type": "from_import", + "relative_level": 1, + "module_part": "globals", + "symbol_part": "app_ctx", + "lineno": 18 + }, + { + "from_module": "src.flask.helpers", + "imports": "globals.current_app", + "type": "from_import", + "relative_level": 1, + "module_part": "globals", + "symbol_part": "current_app", + "lineno": 19 + }, + { + "from_module": "src.flask.helpers", + "imports": "globals.request", + "type": "from_import", + "relative_level": 1, + "module_part": "globals", + "symbol_part": "request", + "lineno": 20 + }, + { + "from_module": "src.flask.helpers", + "imports": "globals.session", + "type": "from_import", + "relative_level": 1, + "module_part": "globals", + "symbol_part": "session", + "lineno": 21 + }, + { + "from_module": "src.flask.helpers", + "imports": "signals.message_flashed", + "type": "from_import", + "relative_level": 1, + "module_part": "signals", + "symbol_part": "message_flashed", + "lineno": 22 + }, + { + "from_module": "src.flask.helpers", + "imports": "wrappers.Response", + "type": "from_import", + "relative_level": 1, + "module_part": "wrappers", + "symbol_part": "Response", + "lineno": 25 + } + ], + "src.flask.logging": [ + { + "from_module": "src.flask.logging", + "imports": "globals.request", + "type": "from_import", + "relative_level": 1, + "module_part": "globals", + "symbol_part": "request", + "lineno": 9 + }, + { + "from_module": "src.flask.logging", + "imports": "sansio.app.App", + "type": "from_import", + "relative_level": 1, + "module_part": "sansio.app", + "symbol_part": "App", + "lineno": 12 + } + ], + "src.flask.sessions": [ + { + "from_module": "src.flask.sessions", + "imports": "json.tag.TaggedJSONSerializer", + "type": "from_import", + "relative_level": 1, + "module_part": "json.tag", + "symbol_part": "TaggedJSONSerializer", + "lineno": 14 + }, + { + "from_module": "src.flask.sessions", + "imports": "app.Flask", + "type": "from_import", + "relative_level": 1, + "module_part": "app", + "symbol_part": "Flask", + "lineno": 19 + }, + { + "from_module": "src.flask.sessions", + "imports": "wrappers.Request", + "type": "from_import", + "relative_level": 1, + "module_part": "wrappers", + "symbol_part": "Request", + "lineno": 20 + }, + { + "from_module": "src.flask.sessions", + "imports": "wrappers.Response", + "type": "from_import", + "relative_level": 1, + "module_part": "wrappers", + "symbol_part": "Response", + "lineno": 21 + } + ], + "src.flask.signals": [], + "src.flask.templating": [ + { + "from_module": "src.flask.templating", + "imports": "ctx.AppContext", + "type": "from_import", + "relative_level": 1, + "module_part": "ctx", + "symbol_part": "AppContext", + "lineno": 10 + }, + { + "from_module": "src.flask.templating", + "imports": "globals.app_ctx", + "type": "from_import", + "relative_level": 1, + "module_part": "globals", + "symbol_part": "app_ctx", + "lineno": 11 + }, + { + "from_module": "src.flask.templating", + "imports": "helpers.stream_with_context", + "type": "from_import", + "relative_level": 1, + "module_part": "helpers", + "symbol_part": "stream_with_context", + "lineno": 12 + }, + { + "from_module": "src.flask.templating", + "imports": "signals.before_render_template", + "type": "from_import", + "relative_level": 1, + "module_part": "signals", + "symbol_part": "before_render_template", + "lineno": 13 + }, + { + "from_module": "src.flask.templating", + "imports": "signals.template_rendered", + "type": "from_import", + "relative_level": 1, + "module_part": "signals", + "symbol_part": "template_rendered", + "lineno": 14 + }, + { + "from_module": "src.flask.templating", + "imports": "sansio.app.App", + "type": "from_import", + "relative_level": 1, + "module_part": "sansio.app", + "symbol_part": "App", + "lineno": 17 + }, + { + "from_module": "src.flask.templating", + "imports": "sansio.scaffold.Scaffold", + "type": "from_import", + "relative_level": 1, + "module_part": "sansio.scaffold", + "symbol_part": "Scaffold", + "lineno": 18 + }, + { + "from_module": "src.flask.templating", + "imports": "debughelpers.explain_template_loading_attempts", + "type": "from_import", + "relative_level": 1, + "module_part": "debughelpers", + "symbol_part": "explain_template_loading_attempts", + "lineno": 80 + } + ], + "src.flask.testing": [ + { + "from_module": "src.flask.testing", + "imports": "cli.ScriptInfo", + "type": "from_import", + "relative_level": 1, + "module_part": "cli", + "symbol_part": "ScriptInfo", + "lineno": 17 + }, + { + "from_module": "src.flask.testing", + "imports": "sessions.SessionMixin", + "type": "from_import", + "relative_level": 1, + "module_part": "sessions", + "symbol_part": "SessionMixin", + "lineno": 18 + }, + { + "from_module": "src.flask.testing", + "imports": "app.Flask", + "type": "from_import", + "relative_level": 1, + "module_part": "app", + "symbol_part": "Flask", + "lineno": 24 + } + ], + "src.flask.typing": [], + "src.flask.views": [ + { + "from_module": "src.flask.views", + "imports": "typing", + "type": "from_import", + "relative_level": 1, + "module_part": "", + "symbol_part": "typing", + "lineno": 5 + }, + { + "from_module": "src.flask.views", + "imports": "globals.current_app", + "type": "from_import", + "relative_level": 1, + "module_part": "globals", + "symbol_part": "current_app", + "lineno": 6 + }, + { + "from_module": "src.flask.views", + "imports": "globals.request", + "type": "from_import", + "relative_level": 1, + "module_part": "globals", + "symbol_part": "request", + "lineno": 7 + } + ], + "src.flask.wrappers": [ + { + "from_module": "src.flask.wrappers", + "imports": "json", + "type": "from_import", + "relative_level": 1, + "module_part": "", + "symbol_part": "json", + "lineno": 10 + }, + { + "from_module": "src.flask.wrappers", + "imports": "globals.current_app", + "type": "from_import", + "relative_level": 1, + "module_part": "globals", + "symbol_part": "current_app", + "lineno": 11 + }, + { + "from_module": "src.flask.wrappers", + "imports": "helpers._split_blueprint_path", + "type": "from_import", + "relative_level": 1, + "module_part": "helpers", + "symbol_part": "_split_blueprint_path", + "lineno": 12 + }, + { + "from_module": "src.flask.wrappers", + "imports": "debughelpers.attach_enctype_error_multidict", + "type": "from_import", + "relative_level": 1, + "module_part": "debughelpers", + "symbol_part": "attach_enctype_error_multidict", + "lineno": 208 + } + ], + "src.flask": [ + { + "from_module": "src.flask", + "imports": "json", + "type": "from_import", + "relative_level": 1, + "module_part": "", + "symbol_part": "json", + "lineno": 1 + }, + { + "from_module": "src.flask", + "imports": "app.Flask", + "type": "from_import", + "relative_level": 1, + "module_part": "app", + "symbol_part": "Flask", + "lineno": 2 + }, + { + "from_module": "src.flask", + "imports": "blueprints.Blueprint", + "type": "from_import", + "relative_level": 1, + "module_part": "blueprints", + "symbol_part": "Blueprint", + "lineno": 3 + }, + { + "from_module": "src.flask", + "imports": "config.Config", + "type": "from_import", + "relative_level": 1, + "module_part": "config", + "symbol_part": "Config", + "lineno": 4 + }, + { + "from_module": "src.flask", + "imports": "ctx.after_this_request", + "type": "from_import", + "relative_level": 1, + "module_part": "ctx", + "symbol_part": "after_this_request", + "lineno": 5 + }, + { + "from_module": "src.flask", + "imports": "ctx.copy_current_request_context", + "type": "from_import", + "relative_level": 1, + "module_part": "ctx", + "symbol_part": "copy_current_request_context", + "lineno": 6 + }, + { + "from_module": "src.flask", + "imports": "ctx.has_app_context", + "type": "from_import", + "relative_level": 1, + "module_part": "ctx", + "symbol_part": "has_app_context", + "lineno": 7 + }, + { + "from_module": "src.flask", + "imports": "ctx.has_request_context", + "type": "from_import", + "relative_level": 1, + "module_part": "ctx", + "symbol_part": "has_request_context", + "lineno": 8 + }, + { + "from_module": "src.flask", + "imports": "globals.current_app", + "type": "from_import", + "relative_level": 1, + "module_part": "globals", + "symbol_part": "current_app", + "lineno": 9 + }, + { + "from_module": "src.flask", + "imports": "globals.g", + "type": "from_import", + "relative_level": 1, + "module_part": "globals", + "symbol_part": "g", + "lineno": 10 + }, + { + "from_module": "src.flask", + "imports": "globals.request", + "type": "from_import", + "relative_level": 1, + "module_part": "globals", + "symbol_part": "request", + "lineno": 11 + }, + { + "from_module": "src.flask", + "imports": "globals.session", + "type": "from_import", + "relative_level": 1, + "module_part": "globals", + "symbol_part": "session", + "lineno": 12 + }, + { + "from_module": "src.flask", + "imports": "helpers.abort", + "type": "from_import", + "relative_level": 1, + "module_part": "helpers", + "symbol_part": "abort", + "lineno": 13 + }, + { + "from_module": "src.flask", + "imports": "helpers.flash", + "type": "from_import", + "relative_level": 1, + "module_part": "helpers", + "symbol_part": "flash", + "lineno": 14 + }, + { + "from_module": "src.flask", + "imports": "helpers.get_flashed_messages", + "type": "from_import", + "relative_level": 1, + "module_part": "helpers", + "symbol_part": "get_flashed_messages", + "lineno": 15 + }, + { + "from_module": "src.flask", + "imports": "helpers.get_template_attribute", + "type": "from_import", + "relative_level": 1, + "module_part": "helpers", + "symbol_part": "get_template_attribute", + "lineno": 16 + }, + { + "from_module": "src.flask", + "imports": "helpers.make_response", + "type": "from_import", + "relative_level": 1, + "module_part": "helpers", + "symbol_part": "make_response", + "lineno": 17 + }, + { + "from_module": "src.flask", + "imports": "helpers.redirect", + "type": "from_import", + "relative_level": 1, + "module_part": "helpers", + "symbol_part": "redirect", + "lineno": 18 + }, + { + "from_module": "src.flask", + "imports": "helpers.send_file", + "type": "from_import", + "relative_level": 1, + "module_part": "helpers", + "symbol_part": "send_file", + "lineno": 19 + }, + { + "from_module": "src.flask", + "imports": "helpers.send_from_directory", + "type": "from_import", + "relative_level": 1, + "module_part": "helpers", + "symbol_part": "send_from_directory", + "lineno": 20 + }, + { + "from_module": "src.flask", + "imports": "helpers.stream_with_context", + "type": "from_import", + "relative_level": 1, + "module_part": "helpers", + "symbol_part": "stream_with_context", + "lineno": 21 + }, + { + "from_module": "src.flask", + "imports": "helpers.url_for", + "type": "from_import", + "relative_level": 1, + "module_part": "helpers", + "symbol_part": "url_for", + "lineno": 22 + }, + { + "from_module": "src.flask", + "imports": "json.jsonify", + "type": "from_import", + "relative_level": 1, + "module_part": "json", + "symbol_part": "jsonify", + "lineno": 23 + }, + { + "from_module": "src.flask", + "imports": "signals.appcontext_popped", + "type": "from_import", + "relative_level": 1, + "module_part": "signals", + "symbol_part": "appcontext_popped", + "lineno": 24 + }, + { + "from_module": "src.flask", + "imports": "signals.appcontext_pushed", + "type": "from_import", + "relative_level": 1, + "module_part": "signals", + "symbol_part": "appcontext_pushed", + "lineno": 25 + }, + { + "from_module": "src.flask", + "imports": "signals.appcontext_tearing_down", + "type": "from_import", + "relative_level": 1, + "module_part": "signals", + "symbol_part": "appcontext_tearing_down", + "lineno": 26 + }, + { + "from_module": "src.flask", + "imports": "signals.before_render_template", + "type": "from_import", + "relative_level": 1, + "module_part": "signals", + "symbol_part": "before_render_template", + "lineno": 27 + }, + { + "from_module": "src.flask", + "imports": "signals.got_request_exception", + "type": "from_import", + "relative_level": 1, + "module_part": "signals", + "symbol_part": "got_request_exception", + "lineno": 28 + }, + { + "from_module": "src.flask", + "imports": "signals.message_flashed", + "type": "from_import", + "relative_level": 1, + "module_part": "signals", + "symbol_part": "message_flashed", + "lineno": 29 + }, + { + "from_module": "src.flask", + "imports": "signals.request_finished", + "type": "from_import", + "relative_level": 1, + "module_part": "signals", + "symbol_part": "request_finished", + "lineno": 30 + }, + { + "from_module": "src.flask", + "imports": "signals.request_started", + "type": "from_import", + "relative_level": 1, + "module_part": "signals", + "symbol_part": "request_started", + "lineno": 31 + }, + { + "from_module": "src.flask", + "imports": "signals.request_tearing_down", + "type": "from_import", + "relative_level": 1, + "module_part": "signals", + "symbol_part": "request_tearing_down", + "lineno": 32 + }, + { + "from_module": "src.flask", + "imports": "signals.template_rendered", + "type": "from_import", + "relative_level": 1, + "module_part": "signals", + "symbol_part": "template_rendered", + "lineno": 33 + }, + { + "from_module": "src.flask", + "imports": "templating.render_template", + "type": "from_import", + "relative_level": 1, + "module_part": "templating", + "symbol_part": "render_template", + "lineno": 34 + }, + { + "from_module": "src.flask", + "imports": "templating.render_template_string", + "type": "from_import", + "relative_level": 1, + "module_part": "templating", + "symbol_part": "render_template_string", + "lineno": 35 + }, + { + "from_module": "src.flask", + "imports": "templating.stream_template", + "type": "from_import", + "relative_level": 1, + "module_part": "templating", + "symbol_part": "stream_template", + "lineno": 36 + }, + { + "from_module": "src.flask", + "imports": "templating.stream_template_string", + "type": "from_import", + "relative_level": 1, + "module_part": "templating", + "symbol_part": "stream_template_string", + "lineno": 37 + }, + { + "from_module": "src.flask", + "imports": "wrappers.Request", + "type": "from_import", + "relative_level": 1, + "module_part": "wrappers", + "symbol_part": "Request", + "lineno": 38 + }, + { + "from_module": "src.flask", + "imports": "wrappers.Response", + "type": "from_import", + "relative_level": 1, + "module_part": "wrappers", + "symbol_part": "Response", + "lineno": 39 + } + ], + "src.flask.__main__": [ + { + "from_module": "src.flask.__main__", + "imports": "cli.main", + "type": "from_import", + "relative_level": 1, + "module_part": "cli", + "symbol_part": "main", + "lineno": 1 + } + ], + "src.flask.json.provider": [ + { + "from_module": "src.flask.json.provider", + "imports": "sansio.app.App", + "type": "from_import", + "relative_level": 2, + "module_part": "sansio.app", + "symbol_part": "App", + "lineno": 16 + } + ], + "src.flask.json.tag": [ + { + "from_module": "src.flask.json.tag", + "imports": "json.dumps", + "type": "from_import", + "relative_level": 2, + "module_part": "json", + "symbol_part": "dumps", + "lineno": 56 + }, + { + "from_module": "src.flask.json.tag", + "imports": "json.loads", + "type": "from_import", + "relative_level": 2, + "module_part": "json", + "symbol_part": "loads", + "lineno": 57 + } + ], + "src.flask.json": [ + { + "from_module": "src.flask.json", + "imports": "globals.current_app", + "type": "from_import", + "relative_level": 2, + "module_part": "globals", + "symbol_part": "current_app", + "lineno": 6 + }, + { + "from_module": "src.flask.json", + "imports": "provider._default", + "type": "from_import", + "relative_level": 1, + "module_part": "provider", + "symbol_part": "_default", + "lineno": 7 + }, + { + "from_module": "src.flask.json", + "imports": "wrappers.Response", + "type": "from_import", + "relative_level": 2, + "module_part": "wrappers", + "symbol_part": "Response", + "lineno": 10 + } + ], + "src.flask.sansio.app": [ + { + "from_module": "src.flask.sansio.app", + "imports": "typing", + "type": "from_import", + "relative_level": 2, + "module_part": "", + "symbol_part": "typing", + "lineno": 20 + }, + { + "from_module": "src.flask.sansio.app", + "imports": "config.Config", + "type": "from_import", + "relative_level": 2, + "module_part": "config", + "symbol_part": "Config", + "lineno": 21 + }, + { + "from_module": "src.flask.sansio.app", + "imports": "config.ConfigAttribute", + "type": "from_import", + "relative_level": 2, + "module_part": "config", + "symbol_part": "ConfigAttribute", + "lineno": 22 + }, + { + "from_module": "src.flask.sansio.app", + "imports": "ctx._AppCtxGlobals", + "type": "from_import", + "relative_level": 2, + "module_part": "ctx", + "symbol_part": "_AppCtxGlobals", + "lineno": 23 + }, + { + "from_module": "src.flask.sansio.app", + "imports": "helpers._split_blueprint_path", + "type": "from_import", + "relative_level": 2, + "module_part": "helpers", + "symbol_part": "_split_blueprint_path", + "lineno": 24 + }, + { + "from_module": "src.flask.sansio.app", + "imports": "helpers.get_debug_flag", + "type": "from_import", + "relative_level": 2, + "module_part": "helpers", + "symbol_part": "get_debug_flag", + "lineno": 25 + }, + { + "from_module": "src.flask.sansio.app", + "imports": "json.provider.DefaultJSONProvider", + "type": "from_import", + "relative_level": 2, + "module_part": "json.provider", + "symbol_part": "DefaultJSONProvider", + "lineno": 26 + }, + { + "from_module": "src.flask.sansio.app", + "imports": "json.provider.JSONProvider", + "type": "from_import", + "relative_level": 2, + "module_part": "json.provider", + "symbol_part": "JSONProvider", + "lineno": 27 + }, + { + "from_module": "src.flask.sansio.app", + "imports": "logging.create_logger", + "type": "from_import", + "relative_level": 2, + "module_part": "logging", + "symbol_part": "create_logger", + "lineno": 28 + }, + { + "from_module": "src.flask.sansio.app", + "imports": "templating.DispatchingJinjaLoader", + "type": "from_import", + "relative_level": 2, + "module_part": "templating", + "symbol_part": "DispatchingJinjaLoader", + "lineno": 29 + }, + { + "from_module": "src.flask.sansio.app", + "imports": "templating.Environment", + "type": "from_import", + "relative_level": 2, + "module_part": "templating", + "symbol_part": "Environment", + "lineno": 30 + }, + { + "from_module": "src.flask.sansio.app", + "imports": "scaffold._endpoint_from_view_func", + "type": "from_import", + "relative_level": 1, + "module_part": "scaffold", + "symbol_part": "_endpoint_from_view_func", + "lineno": 31 + }, + { + "from_module": "src.flask.sansio.app", + "imports": "scaffold.find_package", + "type": "from_import", + "relative_level": 1, + "module_part": "scaffold", + "symbol_part": "find_package", + "lineno": 32 + }, + { + "from_module": "src.flask.sansio.app", + "imports": "scaffold.Scaffold", + "type": "from_import", + "relative_level": 1, + "module_part": "scaffold", + "symbol_part": "Scaffold", + "lineno": 33 + }, + { + "from_module": "src.flask.sansio.app", + "imports": "scaffold.setupmethod", + "type": "from_import", + "relative_level": 1, + "module_part": "scaffold", + "symbol_part": "setupmethod", + "lineno": 34 + }, + { + "from_module": "src.flask.sansio.app", + "imports": "testing.FlaskClient", + "type": "from_import", + "relative_level": 2, + "module_part": "testing", + "symbol_part": "FlaskClient", + "lineno": 39 + }, + { + "from_module": "src.flask.sansio.app", + "imports": "testing.FlaskCliRunner", + "type": "from_import", + "relative_level": 2, + "module_part": "testing", + "symbol_part": "FlaskCliRunner", + "lineno": 40 + }, + { + "from_module": "src.flask.sansio.app", + "imports": "blueprints.Blueprint", + "type": "from_import", + "relative_level": 1, + "module_part": "blueprints", + "symbol_part": "Blueprint", + "lineno": 41 + } + ], + "src.flask.sansio.blueprints": [ + { + "from_module": "src.flask.sansio.blueprints", + "imports": "typing", + "type": "from_import", + "relative_level": 2, + "module_part": "", + "symbol_part": "typing", + "lineno": 8 + }, + { + "from_module": "src.flask.sansio.blueprints", + "imports": "scaffold._endpoint_from_view_func", + "type": "from_import", + "relative_level": 1, + "module_part": "scaffold", + "symbol_part": "_endpoint_from_view_func", + "lineno": 9 + }, + { + "from_module": "src.flask.sansio.blueprints", + "imports": "scaffold._sentinel", + "type": "from_import", + "relative_level": 1, + "module_part": "scaffold", + "symbol_part": "_sentinel", + "lineno": 10 + }, + { + "from_module": "src.flask.sansio.blueprints", + "imports": "scaffold.Scaffold", + "type": "from_import", + "relative_level": 1, + "module_part": "scaffold", + "symbol_part": "Scaffold", + "lineno": 11 + }, + { + "from_module": "src.flask.sansio.blueprints", + "imports": "scaffold.setupmethod", + "type": "from_import", + "relative_level": 1, + "module_part": "scaffold", + "symbol_part": "setupmethod", + "lineno": 12 + }, + { + "from_module": "src.flask.sansio.blueprints", + "imports": "app.App", + "type": "from_import", + "relative_level": 1, + "module_part": "app", + "symbol_part": "App", + "lineno": 15 + } + ], + "src.flask.sansio.scaffold": [ + { + "from_module": "src.flask.sansio.scaffold", + "imports": "typing", + "type": "from_import", + "relative_level": 2, + "module_part": "", + "symbol_part": "typing", + "lineno": 17 + }, + { + "from_module": "src.flask.sansio.scaffold", + "imports": "helpers.get_root_path", + "type": "from_import", + "relative_level": 2, + "module_part": "helpers", + "symbol_part": "get_root_path", + "lineno": 18 + }, + { + "from_module": "src.flask.sansio.scaffold", + "imports": "templating._default_template_ctx_processor", + "type": "from_import", + "relative_level": 2, + "module_part": "templating", + "symbol_part": "_default_template_ctx_processor", + "lineno": 19 + } + ], + "tests.conftest": [], + "tests.test_appctx": [], + "tests.test_async": [], + "tests.test_basic": [], + "tests.test_blueprints": [], + "tests.test_cli": [], + "tests.test_config": [], + "tests.test_converters": [], + "tests.test_helpers": [], + "tests.test_instance_config": [], + "tests.test_json": [], + "tests.test_json_tag": [], + "tests.test_logging": [], + "tests.test_regression": [], + "tests.test_reqctx": [], + "tests.test_request": [], + "tests.test_session_interface": [], + "tests.test_signals": [], + "tests.test_subclassing": [], + "tests.test_templating": [], + "tests.test_testing": [], + "tests.test_user_error_handler": [], + "tests.test_views": [], + "tests.test_apps.blueprintapp": [], + "tests.test_apps.blueprintapp.apps": [], + "tests.test_apps.blueprintapp.apps.admin": [], + "tests.test_apps.blueprintapp.apps.frontend": [], + "tests.test_apps.cliapp.app": [], + "tests.test_apps.cliapp.factory": [], + "tests.test_apps.cliapp.importerrorapp": [], + "tests.test_apps.cliapp.multiapp": [], + "tests.test_apps.cliapp": [], + "tests.test_apps.cliapp.inner1": [], + "tests.test_apps.cliapp.inner1.inner2.flask": [], + "tests.test_apps.cliapp.inner1.inner2": [], + "tests.test_apps.helloworld.hello": [], + "tests.test_apps.helloworld.wsgi": [], + "tests.test_apps.subdomaintestmodule": [], + "tests.type_check.typing_app_decorators": [], + "tests.type_check.typing_error_handler": [], + "tests.type_check.typing_route": [] + }, + "dependency_graph": { + "packaging": { + "used_by": [ + "docs.conf" + ], + "import_count": 1 + }, + "pallets_sphinx_themes": { + "used_by": [ + "docs.conf" + ], + "import_count": 2 + }, + "docutils": { + "used_by": [ + "docs.conf" + ], + "import_count": 2 + }, + "task_app": { + "used_by": [ + "examples.celery.make_celery" + ], + "import_count": 1 + }, + "time": { + "used_by": [ + "examples.celery.src.task_app.tasks" + ], + "import_count": 1 + }, + "celery": { + "used_by": [ + "examples.celery.src.task_app.tasks", + "examples.celery.src.task_app.views", + "examples.celery.src.task_app" + ], + "import_count": 5 + }, + "flask": { + "used_by": [ + "examples.celery.src.task_app.views", + "examples.celery.src.task_app", + "examples.javascript.js_example.views", + "examples.javascript.js_example", + "examples.javascript.tests.test_js_example", + "examples.tutorial.flaskr.auth", + "examples.tutorial.flaskr.blog", + "examples.tutorial.flaskr.db", + "examples.tutorial.flaskr", + "examples.tutorial.tests.test_auth", + "tests.conftest", + "tests.test_appctx", + "tests.test_async", + "tests.test_basic", + "tests.test_blueprints", + "tests.test_cli", + "tests.test_config", + "tests.test_converters", + "tests.test_helpers", + "tests.test_instance_config", + "tests.test_json", + "tests.test_json_tag", + "tests.test_logging", + "tests.test_regression", + "tests.test_reqctx", + "tests.test_request", + "tests.test_session_interface", + "tests.test_signals", + "tests.test_subclassing", + "tests.test_templating", + "tests.test_testing", + "tests.test_user_error_handler", + "tests.test_views", + "tests.test_apps.blueprintapp", + "tests.test_apps.blueprintapp.apps.admin", + "tests.test_apps.blueprintapp.apps.frontend", + "tests.test_apps.cliapp.app", + "tests.test_apps.cliapp.factory", + "tests.test_apps.cliapp.importerrorapp", + "tests.test_apps.cliapp.multiapp", + "tests.test_apps.cliapp.inner1", + "tests.test_apps.cliapp.inner1.inner2.flask", + "tests.test_apps.helloworld.hello", + "tests.test_apps.subdomaintestmodule", + "tests.type_check.typing_app_decorators", + "tests.type_check.typing_error_handler", + "tests.type_check.typing_route" + ], + "import_count": 123 + }, + "js_example": { + "used_by": [ + "examples.javascript.js_example", + "examples.javascript.tests.conftest" + ], + "import_count": 2 + }, + "pytest": { + "used_by": [ + "examples.javascript.tests.conftest", + "examples.javascript.tests.test_js_example", + "examples.tutorial.tests.conftest", + "examples.tutorial.tests.test_auth", + "examples.tutorial.tests.test_blog", + "examples.tutorial.tests.test_db", + "tests.conftest", + "tests.test_appctx", + "tests.test_async", + "tests.test_basic", + "tests.test_blueprints", + "tests.test_cli", + "tests.test_config", + "tests.test_helpers", + "tests.test_instance_config", + "tests.test_json", + "tests.test_json_tag", + "tests.test_logging", + "tests.test_reqctx", + "tests.test_templating", + "tests.test_testing", + "tests.test_user_error_handler", + "tests.test_views" + ], + "import_count": 23 + }, + "functools": { + "used_by": [ + "examples.tutorial.flaskr.auth", + "src.flask.app", + "src.flask.cli", + "src.flask.ctx", + "src.flask.helpers", + "src.flask.sansio.blueprints", + "src.flask.sansio.scaffold", + "tests.test_cli" + ], + "import_count": 9 + }, + "werkzeug": { + "used_by": [ + "examples.tutorial.flaskr.auth", + "examples.tutorial.flaskr.blog", + "src.flask.app", + "src.flask.cli", + "src.flask.config", + "src.flask.ctx", + "src.flask.debughelpers", + "src.flask.globals", + "src.flask.helpers", + "src.flask.logging", + "src.flask.sessions", + "src.flask.testing", + "src.flask.typing", + "src.flask.wrappers", + "src.flask.json.provider", + "src.flask.json.tag", + "src.flask.sansio.app", + "src.flask.sansio.scaffold", + "tests.test_basic", + "tests.test_blueprints", + "tests.test_converters", + "tests.test_helpers", + "tests.test_json", + "tests.test_templating", + "tests.test_user_error_handler", + "tests.test_views", + "tests.type_check.typing_error_handler" + ], + "import_count": 83 + }, + "sqlite3": { + "used_by": [ + "examples.tutorial.flaskr.db", + "examples.tutorial.tests.test_db" + ], + "import_count": 2 + }, + "datetime": { + "used_by": [ + "examples.tutorial.flaskr.db", + "src.flask.app", + "src.flask.blueprints", + "src.flask.helpers", + "src.flask.sessions", + "src.flask.json.provider", + "src.flask.json.tag", + "src.flask.sansio.app", + "tests.test_basic", + "tests.test_json", + "tests.test_json_tag" + ], + "import_count": 14 + }, + "click": { + "used_by": [ + "examples.tutorial.flaskr.db", + "src.flask.app", + "src.flask.cli", + "src.flask.testing", + "src.flask.sansio.scaffold", + "tests.test_cli", + "tests.test_testing" + ], + "import_count": 10 + }, + "os": { + "used_by": [ + "examples.tutorial.flaskr", + "examples.tutorial.tests.conftest", + "src.flask.app", + "src.flask.blueprints", + "src.flask.cli", + "src.flask.config", + "src.flask.helpers", + "src.flask.sansio.app", + "src.flask.sansio.blueprints", + "src.flask.sansio.scaffold", + "tests.conftest", + "tests.test_cli", + "tests.test_config", + "tests.test_helpers", + "tests.test_instance_config" + ], + "import_count": 15 + }, + "tempfile": { + "used_by": [ + "examples.tutorial.tests.conftest" + ], + "import_count": 1 + }, + "flaskr": { + "used_by": [ + "examples.tutorial.tests.conftest", + "examples.tutorial.tests.test_auth", + "examples.tutorial.tests.test_blog", + "examples.tutorial.tests.test_db", + "examples.tutorial.tests.test_factory" + ], + "import_count": 7 + }, + "__future__": { + "used_by": [ + "src.flask.app", + "src.flask.blueprints", + "src.flask.cli", + "src.flask.config", + "src.flask.ctx", + "src.flask.debughelpers", + "src.flask.globals", + "src.flask.helpers", + "src.flask.logging", + "src.flask.sessions", + "src.flask.signals", + "src.flask.templating", + "src.flask.testing", + "src.flask.typing", + "src.flask.views", + "src.flask.wrappers", + "src.flask.json.provider", + "src.flask.json.tag", + "src.flask.json", + "src.flask.sansio.app", + "src.flask.sansio.blueprints", + "src.flask.sansio.scaffold", + "tests.test_reqctx", + "tests.test_request", + "tests.type_check.typing_app_decorators", + "tests.type_check.typing_error_handler", + "tests.type_check.typing_route" + ], + "import_count": 27 + }, + "collections": { + "used_by": [ + "src.flask.app", + "src.flask.cli", + "src.flask.sessions", + "src.flask.typing", + "src.flask.sansio.blueprints", + "src.flask.sansio.scaffold", + "tests.test_reqctx" + ], + "import_count": 8 + }, + "inspect": { + "used_by": [ + "src.flask.app", + "src.flask.cli" + ], + "import_count": 3 + }, + "sys": { + "used_by": [ + "src.flask.app", + "src.flask.cli", + "src.flask.helpers", + "src.flask.logging", + "src.flask.sansio.app", + "src.flask.sansio.scaffold", + "tests.conftest", + "tests.test_appctx", + "tests.test_cli", + "tests.test_logging" + ], + "import_count": 10 + }, + "typing": { + "used_by": [ + "src.flask.app", + "src.flask.blueprints", + "src.flask.cli", + "src.flask.config", + "src.flask.ctx", + "src.flask.debughelpers", + "src.flask.globals", + "src.flask.helpers", + "src.flask.logging", + "src.flask.sessions", + "src.flask.templating", + "src.flask.testing", + "src.flask.typing", + "src.flask.views", + "src.flask.wrappers", + "src.flask.json.provider", + "src.flask.json.tag", + "src.flask.json", + "src.flask.sansio.app", + "src.flask.sansio.blueprints", + "src.flask.sansio.scaffold", + "tests.test_basic", + "tests.type_check.typing_route" + ], + "import_count": 23 + }, + "weakref": { + "used_by": [ + "src.flask.app", + "src.flask.json.provider", + "tests.test_basic" + ], + "import_count": 3 + }, + "itertools": { + "used_by": [ + "src.flask.app", + "src.flask.sansio.app" + ], + "import_count": 2 + }, + "types": { + "used_by": [ + "src.flask.app", + "src.flask.cli", + "src.flask.config", + "src.flask.ctx", + "src.flask.helpers", + "src.flask.testing", + "tests.test_cli" + ], + "import_count": 7 + }, + "urllib": { + "used_by": [ + "src.flask.app", + "src.flask.testing" + ], + "import_count": 2 + }, + "_typeshed": { + "used_by": [ + "src.flask.app", + "src.flask.cli", + "src.flask.ctx", + "src.flask.testing", + "src.flask.typing" + ], + "import_count": 8 + }, + "warnings": { + "used_by": [ + "src.flask.app", + "src.flask.ctx", + "src.flask.globals", + "tests.test_reqctx" + ], + "import_count": 5 + }, + "asgiref": { + "used_by": [ + "src.flask.app" + ], + "import_count": 1 + }, + "ast": { + "used_by": [ + "src.flask.cli" + ], + "import_count": 1 + }, + "importlib": { + "used_by": [ + "src.flask.cli", + "src.flask.helpers", + "src.flask.testing", + "src.flask.sansio.scaffold", + "tests.test_basic", + "tests.test_cli", + "tests.test_testing" + ], + "import_count": 7 + }, + "platform": { + "used_by": [ + "src.flask.cli", + "tests.test_basic", + "tests.test_cli" + ], + "import_count": 3 + }, + "re": { + "used_by": [ + "src.flask.cli", + "tests.test_basic" + ], + "import_count": 2 + }, + "traceback": { + "used_by": [ + "src.flask.cli" + ], + "import_count": 1 + }, + "operator": { + "used_by": [ + "src.flask.cli" + ], + "import_count": 1 + }, + "ssl": { + "used_by": [ + "src.flask.cli", + "tests.test_cli" + ], + "import_count": 4 + }, + "dotenv": { + "used_by": [ + "src.flask.cli", + "tests.test_cli" + ], + "import_count": 3 + }, + "cryptography": { + "used_by": [ + "src.flask.cli" + ], + "import_count": 1 + }, + "code": { + "used_by": [ + "src.flask.cli" + ], + "import_count": 1 + }, + "readline": { + "used_by": [ + "src.flask.cli" + ], + "import_count": 1 + }, + "rlcompleter": { + "used_by": [ + "src.flask.cli" + ], + "import_count": 1 + }, + "errno": { + "used_by": [ + "src.flask.config" + ], + "import_count": 1 + }, + "json": { + "used_by": [ + "src.flask.config", + "src.flask.json.provider", + "src.flask.json", + "tests.test_config" + ], + "import_count": 4 + }, + "typing_extensions": { + "used_by": [ + "src.flask.config", + "src.flask.ctx", + "src.flask.sessions" + ], + "import_count": 3 + }, + "contextvars": { + "used_by": [ + "src.flask.ctx", + "src.flask.globals" + ], + "import_count": 2 + }, + "jinja2": { + "used_by": [ + "src.flask.debughelpers", + "src.flask.templating", + "src.flask.sansio.scaffold", + "tests.test_blueprints", + "tests.test_templating" + ], + "import_count": 10 + }, + "logging": { + "used_by": [ + "src.flask.logging", + "src.flask.sansio.app", + "tests.test_logging", + "tests.test_templating" + ], + "import_count": 4 + }, + "hashlib": { + "used_by": [ + "src.flask.sessions" + ], + "import_count": 1 + }, + "itsdangerous": { + "used_by": [ + "src.flask.sessions" + ], + "import_count": 2 + }, + "blinker": { + "used_by": [ + "src.flask.signals" + ], + "import_count": 1 + }, + "contextlib": { + "used_by": [ + "src.flask.testing", + "tests.test_basic" + ], + "import_count": 3 + }, + "copy": { + "used_by": [ + "src.flask.testing" + ], + "import_count": 1 + }, + "dataclasses": { + "used_by": [ + "src.flask.json.provider", + "tests.test_basic" + ], + "import_count": 2 + }, + "decimal": { + "used_by": [ + "src.flask.json.provider", + "tests.test_json" + ], + "import_count": 2 + }, + "uuid": { + "used_by": [ + "src.flask.json.provider", + "src.flask.json.tag", + "tests.test_basic", + "tests.test_json", + "tests.test_json_tag" + ], + "import_count": 5 + }, + "base64": { + "used_by": [ + "src.flask.json.tag" + ], + "import_count": 2 + }, + "markupsafe": { + "used_by": [ + "src.flask.json.tag", + "tests.test_basic", + "tests.test_json_tag", + "tests.test_templating" + ], + "import_count": 4 + }, + "pathlib": { + "used_by": [ + "src.flask.sansio.scaffold", + "tests.test_basic", + "tests.test_cli" + ], + "import_count": 3 + }, + "_pytest": { + "used_by": [ + "tests.conftest", + "tests.test_cli" + ], + "import_count": 2 + }, + "asyncio": { + "used_by": [ + "tests.test_async" + ], + "import_count": 1 + }, + "gc": { + "used_by": [ + "tests.test_basic" + ], + "import_count": 1 + }, + "blueprintapp": { + "used_by": [ + "tests.test_blueprints", + "tests.test_templating", + "tests.test_apps.blueprintapp" + ], + "import_count": 5 + }, + "cliapp": { + "used_by": [ + "tests.test_cli" + ], + "import_count": 1 + }, + "io": { + "used_by": [ + "tests.test_helpers", + "tests.test_json", + "tests.test_logging", + "tests.test_subclassing" + ], + "import_count": 4 + }, + "config_module_app": { + "used_by": [ + "tests.test_instance_config" + ], + "import_count": 1 + }, + "config_package_app": { + "used_by": [ + "tests.test_instance_config" + ], + "import_count": 1 + }, + "namespace": { + "used_by": [ + "tests.test_instance_config" + ], + "import_count": 1 + }, + "site_app": { + "used_by": [ + "tests.test_instance_config" + ], + "import_count": 1 + }, + "installed_package": { + "used_by": [ + "tests.test_instance_config" + ], + "import_count": 1 + }, + "site_package": { + "used_by": [ + "tests.test_instance_config" + ], + "import_count": 1 + }, + "codecs": { + "used_by": [ + "tests.test_json" + ], + "import_count": 1 + }, + "concurrent": { + "used_by": [ + "tests.test_reqctx" + ], + "import_count": 1 + }, + "hello": { + "used_by": [ + "tests.test_apps.helloworld.wsgi" + ], + "import_count": 1 + }, + "http": { + "used_by": [ + "tests.type_check.typing_error_handler", + "tests.type_check.typing_route" + ], + "import_count": 2 + } + }, + "declared_dependencies": {}, + "call_graph": { + "docs.conf": [ + { + "caller": "docs.conf.", + "callee": ".pallets_sphinx_themes.get_version", + "lineno": 10, + "resolution": "external_constructor_call" + }, + { + "caller": "docs.conf.", + "callee": ".pallets_sphinx_themes.ProjectLink", + "lineno": 48, + "resolution": "external_constructor_call" + }, + { + "caller": "docs.conf.", + "callee": ".pallets_sphinx_themes.ProjectLink", + "lineno": 49, + "resolution": "external_constructor_call" + }, + { + "caller": "docs.conf.", + "callee": ".pallets_sphinx_themes.ProjectLink", + "lineno": 50, + "resolution": "external_constructor_call" + }, + { + "caller": "docs.conf.", + "callee": ".pallets_sphinx_themes.ProjectLink", + "lineno": 51, + "resolution": "external_constructor_call" + }, + { + "caller": "docs.conf.", + "callee": ".pallets_sphinx_themes.ProjectLink", + "lineno": 52, + "resolution": "external_constructor_call" + }, + { + "caller": "docs.conf.github_link", + "callee": ".docutils.parsers.rst.roles.set_classes", + "lineno": 95, + "resolution": "external_constructor_call" + }, + { + "caller": "docs.conf.github_link", + "callee": ".docutils.nodes.reference", + "lineno": 96, + "resolution": "external_constructor_call" + } + ], + "examples.celery.make_celery": [ + { + "caller": "examples.celery.make_celery.", + "callee": ".task_app.create_app", + "lineno": 3, + "resolution": "external_constructor_call" + } + ], + "examples.celery.src.task_app.tasks": [ + { + "caller": "examples.celery.src.task_app.tasks.add", + "callee": ".celery.shared_task", + "lineno": 7, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.celery.src.task_app.tasks.block", + "callee": ".celery.shared_task", + "lineno": 12, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.celery.src.task_app.tasks.process", + "callee": ".celery.shared_task", + "lineno": 17, + "resolution": "external_constructor_call" + } + ], + "examples.celery.src.task_app.views": [ + { + "caller": "examples.celery.src.task_app.views.", + "callee": ".flask.Blueprint", + "lineno": 7, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.celery.src.task_app.views.result", + "callee": ".celery.result.AsyncResult", + "lineno": 12, + "resolution": "external_constructor_call" + } + ], + "examples.celery.src.task_app": [ + { + "caller": "examples.celery.src.task_app.create_app", + "callee": ".flask.Flask", + "lineno": 8, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.celery.src.task_app.create_app", + "callee": "examples.celery.src.task_app.celery_init_app", + "lineno": 17, + "resolution": "direct_name_call" + }, + { + "caller": "examples.celery.src.task_app.create_app.index", + "callee": ".flask.render_template", + "lineno": 21, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.celery.src.task_app.celery_init_app", + "callee": ".celery.Celery", + "lineno": 35, + "resolution": "external_constructor_call" + } + ], + "examples.javascript.js_example.views": [ + { + "caller": "examples.javascript.js_example.views.index", + "callee": ".flask.render_template", + "lineno": 11, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.javascript.js_example.views.add", + "callee": ".flask.jsonify", + "lineno": 18, + "resolution": "external_constructor_call" + } + ], + "examples.javascript.js_example": [ + { + "caller": "examples.javascript.js_example.", + "callee": ".flask.Flask", + "lineno": 3, + "resolution": "external_constructor_call" + } + ], + "examples.javascript.tests.conftest": [], + "examples.javascript.tests.test_js_example": [], + "examples.tutorial.flaskr.auth": [ + { + "caller": "examples.tutorial.flaskr.auth.", + "callee": ".flask.Blueprint", + "lineno": 16, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.tutorial.flaskr.auth.login_required.wrapped_view", + "callee": ".flask.redirect", + "lineno": 25, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.tutorial.flaskr.auth.login_required.wrapped_view", + "callee": ".flask.url_for", + "lineno": 25, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.tutorial.flaskr.auth.load_logged_in_user", + "callee": ".examples.tutorial.flaskr.db.get_db", + "lineno": 42, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.tutorial.flaskr.auth.register", + "callee": ".examples.tutorial.flaskr.db.get_db", + "lineno": 56, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.tutorial.flaskr.auth.register", + "callee": ".werkzeug.security.generate_password_hash", + "lineno": 68, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.tutorial.flaskr.auth.register", + "callee": ".flask.redirect", + "lineno": 77, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.tutorial.flaskr.auth.register", + "callee": ".flask.url_for", + "lineno": 77, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.tutorial.flaskr.auth.register", + "callee": ".flask.flash", + "lineno": 79, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.tutorial.flaskr.auth.register", + "callee": ".flask.render_template", + "lineno": 81, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.tutorial.flaskr.auth.login", + "callee": ".examples.tutorial.flaskr.db.get_db", + "lineno": 90, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.tutorial.flaskr.auth.login", + "callee": ".werkzeug.security.check_password_hash", + "lineno": 98, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.tutorial.flaskr.auth.login", + "callee": ".flask.redirect", + "lineno": 105, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.tutorial.flaskr.auth.login", + "callee": ".flask.url_for", + "lineno": 105, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.tutorial.flaskr.auth.login", + "callee": ".flask.flash", + "lineno": 107, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.tutorial.flaskr.auth.login", + "callee": ".flask.render_template", + "lineno": 109, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.tutorial.flaskr.auth.logout", + "callee": ".flask.redirect", + "lineno": 116, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.tutorial.flaskr.auth.logout", + "callee": ".flask.url_for", + "lineno": 116, + "resolution": "external_constructor_call" + } + ], + "examples.tutorial.flaskr.blog": [ + { + "caller": "examples.tutorial.flaskr.blog.", + "callee": ".flask.Blueprint", + "lineno": 13, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.tutorial.flaskr.blog.index", + "callee": ".examples.tutorial.flaskr.db.get_db", + "lineno": 19, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.tutorial.flaskr.blog.index", + "callee": ".flask.render_template", + "lineno": 25, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.tutorial.flaskr.blog.get_post", + "callee": ".examples.tutorial.flaskr.db.get_db", + "lineno": 41, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.tutorial.flaskr.blog.get_post", + "callee": ".werkzeug.exceptions.abort", + "lineno": 52, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.tutorial.flaskr.blog.get_post", + "callee": ".werkzeug.exceptions.abort", + "lineno": 55, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.tutorial.flaskr.blog.create", + "callee": ".flask.flash", + "lineno": 73, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.tutorial.flaskr.blog.create", + "callee": ".examples.tutorial.flaskr.db.get_db", + "lineno": 75, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.tutorial.flaskr.blog.create", + "callee": ".flask.redirect", + "lineno": 81, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.tutorial.flaskr.blog.create", + "callee": ".flask.url_for", + "lineno": 81, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.tutorial.flaskr.blog.create", + "callee": ".flask.render_template", + "lineno": 83, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.tutorial.flaskr.blog.update", + "callee": "examples.tutorial.flaskr.blog.get_post", + "lineno": 90, + "resolution": "direct_name_call" + }, + { + "caller": "examples.tutorial.flaskr.blog.update", + "callee": ".flask.flash", + "lineno": 101, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.tutorial.flaskr.blog.update", + "callee": ".examples.tutorial.flaskr.db.get_db", + "lineno": 103, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.tutorial.flaskr.blog.update", + "callee": ".flask.redirect", + "lineno": 108, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.tutorial.flaskr.blog.update", + "callee": ".flask.url_for", + "lineno": 108, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.tutorial.flaskr.blog.update", + "callee": ".flask.render_template", + "lineno": 110, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.tutorial.flaskr.blog.delete", + "callee": "examples.tutorial.flaskr.blog.get_post", + "lineno": 121, + "resolution": "direct_name_call" + }, + { + "caller": "examples.tutorial.flaskr.blog.delete", + "callee": ".examples.tutorial.flaskr.db.get_db", + "lineno": 122, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.tutorial.flaskr.blog.delete", + "callee": ".flask.redirect", + "lineno": 125, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.tutorial.flaskr.blog.delete", + "callee": ".flask.url_for", + "lineno": 125, + "resolution": "external_constructor_call" + } + ], + "examples.tutorial.flaskr.db": [ + { + "caller": "examples.tutorial.flaskr.db.init_db", + "callee": "examples.tutorial.flaskr.db.get_db", + "lineno": 35, + "resolution": "direct_name_call" + }, + { + "caller": "examples.tutorial.flaskr.db.init_db_command", + "callee": "examples.tutorial.flaskr.db.init_db", + "lineno": 44, + "resolution": "direct_name_call" + } + ], + "examples.tutorial.flaskr": [ + { + "caller": "examples.tutorial.flaskr.create_app", + "callee": ".flask.Flask", + "lineno": 8, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.tutorial.flaskr.create_app", + "callee": "examples.tutorial.flaskr.db.init_app", + "lineno": 33, + "resolution": "qualified_module_call" + } + ], + "examples.tutorial.tests.conftest": [ + { + "caller": "examples.tutorial.tests.conftest.app", + "callee": ".flaskr.create_app", + "lineno": 21, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.tutorial.tests.conftest.app", + "callee": ".flaskr.db.init_db", + "lineno": 25, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.tutorial.tests.conftest.app", + "callee": ".flaskr.db.get_db", + "lineno": 26, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.tutorial.tests.conftest.auth", + "callee": "examples.tutorial.tests.conftest.AuthActions.__init__", + "lineno": 62, + "resolution": "same_module_class_call" + } + ], + "examples.tutorial.tests.test_auth": [ + { + "caller": "examples.tutorial.tests.test_auth.test_register", + "callee": ".flaskr.db.get_db", + "lineno": 19, + "resolution": "external_constructor_call" + } + ], + "examples.tutorial.tests.test_blog": [ + { + "caller": "examples.tutorial.tests.test_blog.test_author_required", + "callee": ".flaskr.db.get_db", + "lineno": 28, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.tutorial.tests.test_blog.test_create", + "callee": ".flaskr.db.get_db", + "lineno": 52, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.tutorial.tests.test_blog.test_update", + "callee": ".flaskr.db.get_db", + "lineno": 63, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.tutorial.tests.test_blog.test_delete", + "callee": ".flaskr.db.get_db", + "lineno": 81, + "resolution": "external_constructor_call" + } + ], + "examples.tutorial.tests.test_db": [ + { + "caller": "examples.tutorial.tests.test_db.test_get_close_db", + "callee": ".flaskr.db.get_db", + "lineno": 10, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.tutorial.tests.test_db.test_get_close_db", + "callee": ".flaskr.db.get_db", + "lineno": 11, + "resolution": "external_constructor_call" + } + ], + "examples.tutorial.tests.test_factory": [ + { + "caller": "examples.tutorial.tests.test_factory.test_config", + "callee": ".flaskr.create_app", + "lineno": 6, + "resolution": "external_constructor_call" + }, + { + "caller": "examples.tutorial.tests.test_factory.test_config", + "callee": ".flaskr.create_app", + "lineno": 7, + "resolution": "external_constructor_call" + } + ], + "src.flask.app": [ + { + "caller": "src.flask.app._make_timedelta", + "callee": ".datetime.timedelta", + "lineno": 77, + "resolution": "external_constructor_call" + }, + { + "caller": "src.flask.app.remove_ctx", + "callee": ".functools.update_wrapper", + "lineno": 92, + "resolution": "external_constructor_call" + }, + { + "caller": "src.flask.app.add_ctx", + "callee": ".functools.update_wrapper", + "lineno": 106, + "resolution": "external_constructor_call" + }, + { + "caller": "src.flask.app.", + "callee": ".werkzeug.datastructures.ImmutableDict", + "lineno": 206, + "resolution": "external_constructor_call" + }, + { + "caller": "src.flask.app.", + "callee": ".datetime.timedelta", + "lineno": 213, + "resolution": "external_constructor_call" + }, + { + "caller": "src.flask.app.", + "callee": ".src.flask.sessions.SecureCookieSessionInterface", + "lineno": 252, + "resolution": "external_constructor_call" + }, + { + "caller": "src.flask.app.Flask.__init_subclass__", + "callee": "src.flask.app.remove_ctx", + "lineno": 307, + "resolution": "direct_name_call" + }, + { + "caller": "src.flask.app.Flask.__init_subclass__", + "callee": "src.flask.app.add_ctx", + "lineno": 308, + "resolution": "direct_name_call" + }, + { + "caller": "src.flask.app.Flask.__init__", + "callee": "src.flask.cli.AppGroup.", + "lineno": 340, + "resolution": "qualified_module_call" + }, + { + "caller": "src.flask.app.Flask.__init__", + "callee": "src.flask.sansio.app.App.add_url_rule", + "lineno": 358, + "resolution": "inherited_method_call" + }, + { + "caller": "src.flask.app.Flask.send_static_file", + "callee": "src.flask.app.Flask.get_send_file_max_age", + "lineno": 409, + "resolution": "self_method_call" + }, + { + "caller": "src.flask.app.Flask.send_static_file", + "callee": ".src.flask.helpers.send_from_directory", + "lineno": 410, + "resolution": "external_constructor_call" + }, + { + "caller": "src.flask.app.Flask.create_url_adapter", + "callee": ".werkzeug.wsgi.get_host", + "lineno": 534, + "resolution": "external_constructor_call" + }, + { + "caller": "src.flask.app.Flask.raise_routing_exception", + "callee": ".src.flask.debughelpers.FormDataRoutingRedirect", + "lineno": 588, + "resolution": "external_constructor_call" + }, + { + "caller": "src.flask.app.Flask.update_template_context", + "callee": ".itertools.chain", + "lineno": 607, + "resolution": "external_constructor_call" + }, + { + "caller": "src.flask.app.Flask.update_template_context", + "callee": "src.flask.app.Flask.ensure_sync", + "lineno": 616, + "resolution": "self_method_call" + }, + { + "caller": "src.flask.app.Flask.make_shell_context", + "callee": ".dict.update", + "lineno": 629, + "resolution": "local_builtin_method_call" + }, + { + "caller": "src.flask.app.Flask.run", + "callee": ".werkzeug.serving.is_running_from_reloader", + "lineno": 698, + "resolution": "external_constructor_call" + }, + { + "caller": "src.flask.app.Flask.run", + "callee": ".src.flask.helpers.get_load_dotenv", + "lineno": 709, + "resolution": "external_constructor_call" + }, + { + "caller": "src.flask.app.Flask.run", + "callee": "src.flask.cli.load_dotenv", + "lineno": 710, + "resolution": "qualified_module_call" + }, + { + "caller": "src.flask.app.Flask.run", + "callee": ".src.flask.helpers.get_debug_flag", + "lineno": 714, + "resolution": "external_constructor_call" + }, + { + "caller": "src.flask.app.Flask.run", + "callee": "src.flask.cli.show_server_banner", + "lineno": 743, + "resolution": "qualified_module_call" + }, + { + "caller": "src.flask.app.Flask.run", + "callee": ".werkzeug.serving.run_simple", + "lineno": 748, + "resolution": "external_constructor_call" + }, + { + "caller": "src.flask.app.Flask.handle_http_exception", + "callee": "src.flask.sansio.app.App._find_error_handler", + "lineno": 860, + "resolution": "inherited_method_call" + }, + { + "caller": "src.flask.app.Flask.handle_http_exception", + "callee": "src.flask.app.Flask.ensure_sync", + "lineno": 863, + "resolution": "self_method_call" + }, + { + "caller": "src.flask.app.Flask.handle_user_exception", + "callee": "src.flask.sansio.app.App.trap_http_exception", + "lineno": 887, + "resolution": "inherited_method_call" + }, + { + "caller": "src.flask.app.Flask.handle_user_exception", + "callee": "src.flask.app.Flask.handle_http_exception", + "lineno": 888, + "resolution": "self_method_call" + }, + { + "caller": "src.flask.app.Flask.handle_user_exception", + "callee": "src.flask.sansio.app.App._find_error_handler", + "lineno": 890, + "resolution": "inherited_method_call" + }, + { + "caller": "src.flask.app.Flask.handle_user_exception", + "callee": "src.flask.app.Flask.ensure_sync", + "lineno": 895, + "resolution": "self_method_call" + }, + { + "caller": "src.flask.app.Flask.handle_exception", + "callee": "src.flask.app.Flask.log_exception", + "lineno": 940, + "resolution": "self_method_call" + }, + { + "caller": "src.flask.app.Flask.handle_exception", + "callee": ".werkzeug.exceptions.InternalServerError", + "lineno": 942, + "resolution": "external_constructor_call" + }, + { + "caller": "src.flask.app.Flask.handle_exception", + "callee": "src.flask.sansio.app.App._find_error_handler", + "lineno": 943, + "resolution": "inherited_method_call" + }, + { + "caller": "src.flask.app.Flask.handle_exception", + "callee": "src.flask.app.Flask.ensure_sync", + "lineno": 946, + "resolution": "self_method_call" + }, + { + "caller": "src.flask.app.Flask.handle_exception", + "callee": "src.flask.app.Flask.finalize_request", + "lineno": 948, + "resolution": "self_method_call" + }, + { + "caller": "src.flask.app.Flask.dispatch_request", + "callee": "src.flask.app.Flask.raise_routing_exception", + "lineno": 979, + "resolution": "self_method_call" + }, + { + "caller": "src.flask.app.Flask.dispatch_request", + "callee": "src.flask.app.Flask.make_default_options_response", + "lineno": 987, + "resolution": "self_method_call" + }, + { + "caller": "src.flask.app.Flask.dispatch_request", + "callee": "src.flask.app.Flask.ensure_sync", + "lineno": 990, + "resolution": "self_method_call" + }, + { + "caller": "src.flask.app.Flask.full_dispatch_request", + "callee": "src.flask.app.Flask.preprocess_request", + "lineno": 1014, + "resolution": "self_method_call" + }, + { + "caller": "src.flask.app.Flask.full_dispatch_request", + "callee": "src.flask.app.Flask.dispatch_request", + "lineno": 1016, + "resolution": "self_method_call" + }, + { + "caller": "src.flask.app.Flask.full_dispatch_request", + "callee": "src.flask.app.Flask.handle_user_exception", + "lineno": 1018, + "resolution": "self_method_call" + }, + { + "caller": "src.flask.app.Flask.full_dispatch_request", + "callee": "src.flask.app.Flask.finalize_request", + "lineno": 1019, + "resolution": "self_method_call" + }, + { + "caller": "src.flask.app.Flask.finalize_request", + "callee": "src.flask.app.Flask.make_response", + "lineno": 1039, + "resolution": "self_method_call" + }, + { + "caller": "src.flask.app.Flask.finalize_request", + "callee": "src.flask.app.Flask.process_response", + "lineno": 1041, + "resolution": "self_method_call" + }, + { + "caller": "src.flask.app.Flask.ensure_sync", + "callee": ".inspect.iscoroutinefunction", + "lineno": 1074, + "resolution": "external_constructor_call" + }, + { + "caller": "src.flask.app.Flask.ensure_sync", + "callee": "src.flask.app.Flask.async_to_sync", + "lineno": 1075, + "resolution": "self_method_call" + }, + { + "caller": "src.flask.app.Flask.url_for", + "callee": "src.flask.app.Flask.create_url_adapter", + "lineno": 1182, + "resolution": "self_method_call" + }, + { + "caller": "src.flask.app.Flask.url_for", + "callee": "src.flask.sansio.app.App.inject_url_defaults", + "lineno": 1202, + "resolution": "inherited_method_call" + }, + { + "caller": "src.flask.app.Flask.url_for", + "callee": "src.flask.sansio.app.App.handle_url_build_error", + "lineno": 1216, + "resolution": "inherited_method_call" + }, + { + "caller": "src.flask.app.Flask.preprocess_request", + "callee": "src.flask.app.Flask.ensure_sync", + "lineno": 1387, + "resolution": "self_method_call" + }, + { + "caller": "src.flask.app.Flask.process_response", + "callee": "src.flask.app.Flask.ensure_sync", + "lineno": 1408, + "resolution": "self_method_call" + }, + { + "caller": "src.flask.app.Flask.process_response", + "callee": ".itertools.chain", + "lineno": 1410, + "resolution": "external_constructor_call" + }, + { + "caller": "src.flask.app.Flask.process_response", + "callee": "src.flask.app.Flask.ensure_sync", + "lineno": 1413, + "resolution": "self_method_call" + }, + { + "caller": "src.flask.app.Flask.do_teardown_request", + "callee": ".src.flask.helpers._CollectErrors", + "lineno": 1440, + "resolution": "external_constructor_call" + }, + { + "caller": "src.flask.app.Flask.do_teardown_request", + "callee": ".itertools.chain", + "lineno": 1442, + "resolution": "external_constructor_call" + }, + { + "caller": "src.flask.app.Flask.do_teardown_request", + "callee": "src.flask.app.Flask.ensure_sync", + "lineno": 1446, + "resolution": "self_method_call" + }, + { + "caller": "src.flask.app.Flask.do_teardown_request", + "callee": "src.flask.helpers._CollectErrors.raise_any", + "lineno": 1451, + "resolution": "local_typed_method_call" + }, + { + "caller": "src.flask.app.Flask.do_teardown_appcontext", + "callee": ".src.flask.helpers._CollectErrors", + "lineno": 1470, + "resolution": "external_constructor_call" + }, + { + "caller": "src.flask.app.Flask.do_teardown_appcontext", + "callee": "src.flask.app.Flask.ensure_sync", + "lineno": 1474, + "resolution": "self_method_call" + }, + { + "caller": "src.flask.app.Flask.do_teardown_appcontext", + "callee": "src.flask.helpers._CollectErrors.raise_any", + "lineno": 1479, + "resolution": "local_typed_method_call" + }, + { + "caller": "src.flask.app.Flask.app_context", + "callee": ".src.flask.ctx.AppContext", + "lineno": 1499, + "resolution": "external_constructor_call" + }, + { + "caller": "src.flask.app.Flask.request_context", + "callee": "src.flask.ctx.AppContext.from_environ", + "lineno": 1515, + "resolution": "qualified_module_call" + }, + { + "caller": "src.flask.app.Flask.test_request_context", + "callee": ".src.flask.testing.EnvironBuilder", + "lineno": 1557, + "resolution": "external_constructor_call" + }, + { + "caller": "src.flask.app.Flask.test_request_context", + "callee": "src.flask.app.Flask.request_context", + "lineno": 1564, + "resolution": "self_method_call" + }, + { + "caller": "src.flask.app.Flask.wsgi_app", + "callee": "src.flask.app.Flask.request_context", + "lineno": 1592, + "resolution": "self_method_call" + }, + { + "caller": "src.flask.app.Flask.wsgi_app", + "callee": "src.flask.app.Flask.full_dispatch_request", + "lineno": 1597, + "resolution": "self_method_call" + }, + { + "caller": "src.flask.app.Flask.wsgi_app", + "callee": "src.flask.app.Flask.handle_exception", + "lineno": 1600, + "resolution": "self_method_call" + }, + { + "caller": "src.flask.app.Flask.__call__", + "callee": "src.flask.app.Flask.wsgi_app", + "lineno": 1625, + "resolution": "self_method_call" + } + ], + "src.flask.blueprints": [ + { + "caller": "src.flask.blueprints.Blueprint.__init__", + "callee": ".src.flask.cli.AppGroup", + "lineno": 49, + "resolution": "external_constructor_call" + }, + { + "caller": "src.flask.blueprints.Blueprint.send_static_file", + "callee": "src.flask.blueprints.Blueprint.get_send_file_max_age", + "lineno": 99, + "resolution": "self_method_call" + }, + { + "caller": "src.flask.blueprints.Blueprint.send_static_file", + "callee": ".src.flask.helpers.send_from_directory", + "lineno": 100, + "resolution": "external_constructor_call" + } + ], + "src.flask.cli": [ + { + "caller": "src.flask.cli.find_best_app", + "callee": "src.flask.cli._called_with_wrong_args", + "lineno": 77, + "resolution": "direct_name_call" + }, + { + "caller": "src.flask.cli.find_app_by_string", + "callee": "src.flask.cli._called_with_wrong_args", + "lineno": 180, + "resolution": "direct_name_call" + }, + { + "caller": "src.flask.cli.prepare_import", + "callee": ".list.append", + "lineno": 218, + "resolution": "local_builtin_method_call" + }, + { + "caller": "src.flask.cli.locate_app", + "callee": "src.flask.cli.find_best_app", + "lineno": 262, + "resolution": "direct_name_call" + }, + { + "caller": "src.flask.cli.locate_app", + "callee": "src.flask.cli.find_app_by_string", + "lineno": 264, + "resolution": "direct_name_call" + }, + { + "caller": "src.flask.cli.ScriptInfo.__init__", + "callee": ".src.flask.helpers.get_load_dotenv", + "lineno": 322, + "resolution": "external_constructor_call" + }, + { + "caller": "src.flask.cli.ScriptInfo.load_app", + "callee": "src.flask.cli.prepare_import", + "lineno": 348, + "resolution": "direct_name_call" + }, + { + "caller": "src.flask.cli.ScriptInfo.load_app", + "callee": "src.flask.cli.locate_app", + "lineno": 349, + "resolution": "direct_name_call" + }, + { + "caller": "src.flask.cli.ScriptInfo.load_app", + "callee": "src.flask.cli.prepare_import", + "lineno": 352, + "resolution": "direct_name_call" + }, + { + "caller": "src.flask.cli.ScriptInfo.load_app", + "callee": "src.flask.cli.locate_app", + "lineno": 353, + "resolution": "direct_name_call" + }, + { + "caller": "src.flask.cli.ScriptInfo.load_app", + "callee": ".src.flask.helpers.get_debug_flag", + "lineno": 369, + "resolution": "external_constructor_call" + }, + { + "caller": "src.flask.cli.with_appcontext", + "callee": ".functools.update_wrapper", + "lineno": 402, + "resolution": "external_constructor_call" + }, + { + "caller": "src.flask.cli.AppGroup.command.decorator", + "callee": "src.flask.cli.with_appcontext", + "lineno": 424, + "resolution": "direct_name_call" + }, + { + "caller": "src.flask.cli._env_file_callback", + "callee": "src.flask.cli.load_dotenv", + "lineno": 510, + "resolution": "direct_name_call" + }, + { + "caller": "src.flask.cli.FlaskGroup.get_command", + "callee": "src.flask.cli.FlaskGroup._load_plugin_commands", + "lineno": 610, + "resolution": "self_method_call" + }, + { + "caller": "src.flask.cli.FlaskGroup.list_commands", + "callee": "src.flask.cli.FlaskGroup._load_plugin_commands", + "lineno": 637, + "resolution": "self_method_call" + }, + { + "caller": "src.flask.cli.FlaskGroup.make_context", + "callee": "src.flask.cli.ScriptInfo.__init__", + "lineno": 670, + "resolution": "same_module_class_call" + }, + { + "caller": "src.flask.cli.show_server_banner", + "callee": ".werkzeug.serving.is_running_from_reloader", + "lineno": 770, + "resolution": "external_constructor_call" + }, + { + "caller": "src.flask.cli.CertParamType.convert", + "callee": ".werkzeug.utils.import_string", + "lineno": 820, + "resolution": "external_constructor_call" + }, + { + "caller": "src.flask.cli.run_command", + "callee": ".werkzeug.serving.is_running_from_reloader", + "lineno": 957, + "resolution": "external_constructor_call" + }, + { + "caller": "src.flask.cli.run_command", + "callee": ".src.flask.helpers.get_debug_flag", + "lineno": 973, + "resolution": "external_constructor_call" + }, + { + "caller": "src.flask.cli.run_command", + "callee": "src.flask.cli.show_server_banner", + "lineno": 981, + "resolution": "direct_name_call" + }, + { + "caller": "src.flask.cli.run_command", + "callee": ".werkzeug.run_simple", + "lineno": 983, + "resolution": "external_constructor_call" + }, + { + "caller": "src.flask.cli.run_command", + "callee": "src.flask.cli.CertParamType.__init__", + "lineno": 887, + "resolution": "same_module_class_call" + }, + { + "caller": "src.flask.cli.run_command", + "callee": "src.flask.cli.SeparatedPathType.", + "lineno": 918, + "resolution": "same_module_class_call" + }, + { + "caller": "src.flask.cli.run_command", + "callee": "src.flask.cli.SeparatedPathType.", + "lineno": 927, + "resolution": "same_module_class_call" + }, + { + "caller": "src.flask.cli.shell_command", + "callee": ".rlcompleter.Completer", + "lineno": 1041, + "resolution": "external_constructor_call" + }, + { + "caller": "src.flask.cli.routes_command", + "callee": ".list.append", + "lineno": 1081, + "resolution": "local_builtin_method_call" + }, + { + "caller": "src.flask.cli.routes_command", + "callee": ".list.append", + "lineno": 1083, + "resolution": "local_builtin_method_call" + }, + { + "caller": "src.flask.cli.routes_command", + "callee": ".list.append", + "lineno": 1084, + "resolution": "local_builtin_method_call" + }, + { + "caller": "src.flask.cli.routes_command", + "callee": ".list.append", + "lineno": 1090, + "resolution": "local_builtin_method_call" + }, + { + "caller": "src.flask.cli.routes_command", + "callee": ".list.append", + "lineno": 1091, + "resolution": "local_builtin_method_call" + }, + { + "caller": "src.flask.cli.routes_command", + "callee": ".list.append", + "lineno": 1093, + "resolution": "local_builtin_method_call" + }, + { + "caller": "src.flask.cli.routes_command", + "callee": ".list.append", + "lineno": 1094, + "resolution": "local_builtin_method_call" + }, + { + "caller": "src.flask.cli.routes_command", + "callee": ".list.sort", + "lineno": 1097, + "resolution": "local_builtin_method_call" + }, + { + "caller": "src.flask.cli.routes_command", + "callee": ".operator.itemgetter", + "lineno": 1097, + "resolution": "external_constructor_call" + }, + { + "caller": "src.flask.cli.routes_command", + "callee": ".list.index", + "lineno": 1097, + "resolution": "local_builtin_method_call" + }, + { + "caller": "src.flask.cli.routes_command", + "callee": ".list.insert", + "lineno": 1101, + "resolution": "local_builtin_method_call" + }, + { + "caller": "src.flask.cli.routes_command", + "callee": ".list.insert", + "lineno": 1103, + "resolution": "local_builtin_method_call" + }, + { + "caller": "src.flask.cli.", + "callee": "src.flask.cli.FlaskGroup.__init__", + "lineno": 1110, + "resolution": "same_module_class_call" + }, + { + "caller": "src.flask.cli.", + "callee": "src.flask.cli.main", + "lineno": 1127, + "resolution": "direct_name_call" + } + ], + "src.flask.config": [ + { + "caller": "src.flask.config.Config.from_envvar", + "callee": "src.flask.config.Config.from_pyfile", + "lineno": 124, + "resolution": "self_method_call" + }, + { + "caller": "src.flask.config.Config.from_pyfile", + "callee": "src.flask.config.Config.from_object", + "lineno": 215, + "resolution": "self_method_call" + }, + { + "caller": "src.flask.config.Config.from_object", + "callee": ".werkzeug.utils.import_string", + "lineno": 251, + "resolution": "external_constructor_call" + }, + { + "caller": "src.flask.config.Config.from_file", + "callee": "src.flask.config.Config.from_mapping", + "lineno": 302, + "resolution": "self_method_call" + } + ], + "src.flask.ctx": [ + { + "caller": "src.flask.ctx.copy_current_request_context", + "callee": ".functools.update_wrapper", + "lineno": 206, + "resolution": "external_constructor_call" + }, + { + "caller": "src.flask.ctx.AppContext.session", + "callee": "src.flask.ctx.AppContext._get_session", + "lineno": 401, + "resolution": "self_method_call" + }, + { + "caller": "src.flask.ctx.AppContext.push", + "callee": "src.flask.ctx.AppContext._get_session", + "lineno": 439, + "resolution": "self_method_call" + }, + { + "caller": "src.flask.ctx.AppContext.push", + "callee": "src.flask.ctx.AppContext.match_request", + "lineno": 444, + "resolution": "self_method_call" + }, + { + "caller": "src.flask.ctx.AppContext.pop", + "callee": ".src.flask.helpers._CollectErrors", + "lineno": 486, + "resolution": "external_constructor_call" + }, + { + "caller": "src.flask.ctx.AppContext.pop", + "callee": "src.flask.helpers._CollectErrors.raise_any", + "lineno": 504, + "resolution": "local_typed_method_call" + }, + { + "caller": "src.flask.ctx.AppContext.__enter__", + "callee": "src.flask.ctx.AppContext.push", + "lineno": 507, + "resolution": "self_method_call" + }, + { + "caller": "src.flask.ctx.AppContext.__exit__", + "callee": "src.flask.ctx.AppContext.pop", + "lineno": 516, + "resolution": "self_method_call" + } + ], + "src.flask.debughelpers": [ + { + "caller": "src.flask.debughelpers.DebugFilesKeyError.__init__", + "callee": ".list.append", + "lineno": 40, + "resolution": "local_builtin_method_call" + }, + { + "caller": "src.flask.debughelpers.FormDataRoutingRedirect.__init__", + "callee": ".list.append", + "lineno": 66, + "resolution": "local_builtin_method_call" + }, + { + "caller": "src.flask.debughelpers.FormDataRoutingRedirect.__init__", + "callee": ".list.append", + "lineno": 72, + "resolution": "local_builtin_method_call" + }, + { + "caller": "src.flask.debughelpers.newcls.attach_enctype_error_multidict.__getitem__", + "callee": "src.flask.debughelpers.DebugFilesKeyError.__init__", + "lineno": 98, + "resolution": "same_module_class_call" + }, + { + "caller": "src.flask.debughelpers.explain_template_loading_attempts", + "callee": ".list.append", + "lineno": 151, + "resolution": "local_builtin_method_call" + }, + { + "caller": "src.flask.debughelpers.explain_template_loading_attempts", + "callee": "src.flask.debughelpers._dump_loader_info", + "lineno": 153, + "resolution": "direct_name_call" + }, + { + "caller": "src.flask.debughelpers.explain_template_loading_attempts", + "callee": ".list.append", + "lineno": 154, + "resolution": "local_builtin_method_call" + }, + { + "caller": "src.flask.debughelpers.explain_template_loading_attempts", + "callee": ".list.append", + "lineno": 161, + "resolution": "local_builtin_method_call" + }, + { + "caller": "src.flask.debughelpers.explain_template_loading_attempts", + "callee": ".list.append", + "lineno": 165, + "resolution": "local_builtin_method_call" + }, + { + "caller": "src.flask.debughelpers.explain_template_loading_attempts", + "callee": ".list.append", + "lineno": 168, + "resolution": "local_builtin_method_call" + }, + { + "caller": "src.flask.debughelpers.explain_template_loading_attempts", + "callee": ".list.append", + "lineno": 172, + "resolution": "local_builtin_method_call" + }, + { + "caller": "src.flask.debughelpers.explain_template_loading_attempts", + "callee": ".list.append", + "lineno": 176, + "resolution": "local_builtin_method_call" + }, + { + "caller": "src.flask.debughelpers.explain_template_loading_attempts", + "callee": ".list.append", + "lineno": 177, + "resolution": "local_builtin_method_call" + } + ], + "src.flask.globals": [ + { + "caller": "src.flask.globals.", + "callee": ".contextvars.ContextVar", + "lineno": 40, + "resolution": "external_constructor_call" + }, + { + "caller": "src.flask.globals.", + "callee": ".werkzeug.local.LocalProxy", + "lineno": 41, + "resolution": "external_constructor_call" + }, + { + "caller": "src.flask.globals.", + "callee": ".werkzeug.local.LocalProxy", + "lineno": 44, + "resolution": "external_constructor_call" + }, + { + "caller": "src.flask.globals.", + "callee": ".werkzeug.local.LocalProxy", + "lineno": 47, + "resolution": "external_constructor_call" + }, + { + "caller": "src.flask.globals.", + "callee": ".werkzeug.local.LocalProxy", + "lineno": 57, + "resolution": "external_constructor_call" + }, + { + "caller": "src.flask.globals.", + "callee": ".werkzeug.local.LocalProxy", + "lineno": 60, + "resolution": "external_constructor_call" + } + ], + "src.flask.helpers": [ + { + "caller": "src.flask.helpers.stream_with_context.decorator", + "callee": "src.flask.helpers.stream_with_context", + "lineno": 122, + "resolution": "direct_name_call" + }, + { + "caller": "src.flask.helpers.stream_with_context", + "callee": ".functools.update_wrapper", + "lineno": 124, + "resolution": "external_constructor_call" + }, + { + "caller": "src.flask.helpers.stream_with_context", + "callee": "src.flask.helpers.stream_with_context.generator", + "lineno": 146, + "resolution": "nested_function_call" + }, + { + "caller": "src.flask.helpers.send_file", + "callee": "src.flask.helpers._prepare_send_file_kwargs", + "lineno": 529, + "resolution": "direct_name_call" + }, + { + "caller": "src.flask.helpers.send_from_directory", + "callee": "src.flask.helpers._prepare_send_file_kwargs", + "lineno": 583, + "resolution": "direct_name_call" + }, + { + "caller": "src.flask.helpers._split_blueprint_path", + "callee": "src.flask.helpers._split_blueprint_path", + "lineno": 649, + "resolution": "direct_name_call" + } + ], + "src.flask.logging": [ + { + "caller": "src.flask.logging.create_logger", + "callee": "src.flask.logging.has_level_handler", + "lineno": 76, + "resolution": "direct_name_call" + } + ], + "src.flask.sessions": [ + { + "caller": "src.flask.sessions.", + "callee": ".src.flask.json.tag.TaggedJSONSerializer", + "lineno": 273, + "resolution": "external_constructor_call" + }, + { + "caller": "src.flask.sessions.SecureCookieSessionInterface.get_signing_serializer", + "callee": ".itsdangerous.URLSafeTimedSerializer", + "lineno": 313, + "resolution": "external_constructor_call" + }, + { + "caller": "src.flask.sessions.SecureCookieSessionInterface.open_session", + "callee": "src.flask.sessions.SecureCookieSessionInterface.get_signing_serializer", + "lineno": 324, + "resolution": "self_method_call" + }, + { + "caller": "src.flask.sessions.SecureCookieSessionInterface.open_session", + "callee": "src.flask.sessions.SessionInterface.get_cookie_name", + "lineno": 327, + "resolution": "inherited_method_call" + }, + { + "caller": "src.flask.sessions.SecureCookieSessionInterface.save_session", + "callee": "src.flask.sessions.SessionInterface.get_cookie_name", + "lineno": 340, + "resolution": "inherited_method_call" + }, + { + "caller": "src.flask.sessions.SecureCookieSessionInterface.save_session", + "callee": "src.flask.sessions.SessionInterface.get_cookie_domain", + "lineno": 341, + "resolution": "inherited_method_call" + }, + { + "caller": "src.flask.sessions.SecureCookieSessionInterface.save_session", + "callee": "src.flask.sessions.SessionInterface.get_cookie_path", + "lineno": 342, + "resolution": "inherited_method_call" + }, + { + "caller": "src.flask.sessions.SecureCookieSessionInterface.save_session", + "callee": "src.flask.sessions.SessionInterface.get_cookie_secure", + "lineno": 343, + "resolution": "inherited_method_call" + }, + { + "caller": "src.flask.sessions.SecureCookieSessionInterface.save_session", + "callee": "src.flask.sessions.SessionInterface.get_cookie_partitioned", + "lineno": 344, + "resolution": "inherited_method_call" + }, + { + "caller": "src.flask.sessions.SecureCookieSessionInterface.save_session", + "callee": "src.flask.sessions.SessionInterface.get_cookie_samesite", + "lineno": 345, + "resolution": "inherited_method_call" + }, + { + "caller": "src.flask.sessions.SecureCookieSessionInterface.save_session", + "callee": "src.flask.sessions.SessionInterface.get_cookie_httponly", + "lineno": 346, + "resolution": "inherited_method_call" + }, + { + "caller": "src.flask.sessions.SecureCookieSessionInterface.save_session", + "callee": "src.flask.sessions.SessionInterface.should_set_cookie", + "lineno": 369, + "resolution": "inherited_method_call" + }, + { + "caller": "src.flask.sessions.SecureCookieSessionInterface.save_session", + "callee": "src.flask.sessions.SessionInterface.get_expiration_time", + "lineno": 372, + "resolution": "inherited_method_call" + }, + { + "caller": "src.flask.sessions.SecureCookieSessionInterface.save_session", + "callee": "src.flask.sessions.SecureCookieSessionInterface.get_signing_serializer", + "lineno": 373, + "resolution": "self_method_call" + } + ], + "src.flask.signals": [ + { + "caller": "src.flask.signals.", + "callee": ".blinker.Namespace", + "lineno": 6, + "resolution": "external_constructor_call" + } + ], + "src.flask.templating": [ + { + "caller": "src.flask.templating.DispatchingJinjaLoader.get_source", + "callee": "src.flask.templating.DispatchingJinjaLoader._get_source_explained", + "lineno": 61, + "resolution": "self_method_call" + }, + { + "caller": "src.flask.templating.DispatchingJinjaLoader.get_source", + "callee": "src.flask.templating.DispatchingJinjaLoader._get_source_fast", + "lineno": 62, + "resolution": "self_method_call" + }, + { + "caller": "src.flask.templating.DispatchingJinjaLoader._get_source_explained", + "callee": "src.flask.templating.DispatchingJinjaLoader._iter_loaders", + "lineno": 71, + "resolution": "self_method_call" + }, + { + "caller": "src.flask.templating.DispatchingJinjaLoader._get_source_explained", + "callee": ".list.append", + "lineno": 78, + "resolution": "local_builtin_method_call" + }, + { + "caller": "src.flask.templating.DispatchingJinjaLoader._get_source_explained", + "callee": ".src.flask.debughelpers.explain_template_loading_attempts", + "lineno": 82, + "resolution": "external_constructor_call" + }, + { + "caller": "src.flask.templating.DispatchingJinjaLoader._get_source_explained", + "callee": ".jinja2.TemplateNotFound", + "lineno": 86, + "resolution": "external_constructor_call" + }, + { + "caller": "src.flask.templating.DispatchingJinjaLoader._get_source_fast", + "callee": "src.flask.templating.DispatchingJinjaLoader._iter_loaders", + "lineno": 91, + "resolution": "self_method_call" + }, + { + "caller": "src.flask.templating.DispatchingJinjaLoader._get_source_fast", + "callee": ".jinja2.TemplateNotFound", + "lineno": 96, + "resolution": "external_constructor_call" + }, + { + "caller": "src.flask.templating.render_template", + "callee": "src.flask.templating._render", + "lineno": 148, + "resolution": "direct_name_call" + }, + { + "caller": "src.flask.templating.render_template_string", + "callee": "src.flask.templating._render", + "lineno": 160, + "resolution": "direct_name_call" + }, + { + "caller": "src.flask.templating._stream", + "callee": ".src.flask.helpers.stream_with_context", + "lineno": 178, + "resolution": "external_constructor_call" + }, + { + "caller": "src.flask.templating._stream", + "callee": "src.flask.templating._stream.generate", + "lineno": 178, + "resolution": "nested_function_call" + }, + { + "caller": "src.flask.templating.stream_template", + "callee": "src.flask.templating._stream", + "lineno": 197, + "resolution": "direct_name_call" + }, + { + "caller": "src.flask.templating.stream_template_string", + "callee": "src.flask.templating._stream", + "lineno": 212, + "resolution": "direct_name_call" + } + ], + "src.flask.testing": [ + { + "caller": "src.flask.testing.EnvironBuilder.__init__", + "callee": ".urllib.parse.urlsplit", + "lineno": 75, + "resolution": "external_constructor_call" + }, + { + "caller": "src.flask.testing.FlaskClient.__init__", + "callee": ".contextlib.ExitStack", + "lineno": 129, + "resolution": "external_constructor_call" + }, + { + "caller": "src.flask.testing.FlaskClient.__init__", + "callee": "src.flask.testing._get_werkzeug_version", + "lineno": 132, + "resolution": "direct_name_call" + }, + { + "caller": "src.flask.testing.FlaskClient._request_from_builder_args", + "callee": "src.flask.testing.FlaskClient._copy_environ", + "lineno": 196, + "resolution": "self_method_call" + }, + { + "caller": "src.flask.testing.FlaskClient._request_from_builder_args", + "callee": "src.flask.testing.EnvironBuilder.__init__", + "lineno": 197, + "resolution": "same_module_class_call" + }, + { + "caller": "src.flask.testing.FlaskClient.open", + "callee": ".copy.copy", + "lineno": 215, + "resolution": "external_constructor_call" + }, + { + "caller": "src.flask.testing.FlaskClient.open", + "callee": "src.flask.testing.FlaskClient._copy_environ", + "lineno": 216, + "resolution": "self_method_call" + }, + { + "caller": "src.flask.testing.FlaskClient.open", + "callee": "src.flask.testing.FlaskClient._copy_environ", + "lineno": 220, + "resolution": "self_method_call" + }, + { + "caller": "src.flask.testing.FlaskClient.open", + "callee": ".copy.copy", + "lineno": 224, + "resolution": "external_constructor_call" + }, + { + "caller": "src.flask.testing.FlaskClient.open", + "callee": "src.flask.testing.FlaskClient._copy_environ", + "lineno": 225, + "resolution": "self_method_call" + }, + { + "caller": "src.flask.testing.FlaskClient.open", + "callee": "src.flask.testing.FlaskClient._request_from_builder_args", + "lineno": 228, + "resolution": "self_method_call" + }, + { + "caller": "src.flask.testing.FlaskCliRunner.invoke", + "callee": ".src.flask.cli.ScriptInfo", + "lineno": 296, + "resolution": "external_constructor_call" + } + ], + "src.flask.typing": [], + "src.flask.views": [], + "src.flask.wrappers": [ + { + "caller": "src.flask.wrappers.Request.blueprints", + "callee": ".src.flask.helpers._split_blueprint_path", + "lineno": 195, + "resolution": "external_constructor_call" + }, + { + "caller": "src.flask.wrappers.Request._load_form_data", + "callee": ".src.flask.debughelpers.attach_enctype_error_multidict", + "lineno": 210, + "resolution": "external_constructor_call" + }, + { + "caller": "src.flask.wrappers.Request.on_json_loading_failed", + "callee": ".werkzeug.exceptions.BadRequest", + "lineno": 219, + "resolution": "external_constructor_call" + } + ], + "src.flask": [], + "src.flask.__main__": [ + { + "caller": "src.flask.__main__.", + "callee": ".src.flask.cli.main", + "lineno": 3, + "resolution": "external_constructor_call" + } + ], + "src.flask.json.provider": [ + { + "caller": "src.flask.json.provider.JSONProvider.dump", + "callee": "src.flask.json.provider.JSONProvider.dumps", + "lineno": 57, + "resolution": "self_method_call" + }, + { + "caller": "src.flask.json.provider.JSONProvider.load", + "callee": "src.flask.json.provider.JSONProvider.loads", + "lineno": 73, + "resolution": "self_method_call" + }, + { + "caller": "src.flask.json.provider.JSONProvider.response", + "callee": "src.flask.json.provider.JSONProvider._prepare_response_obj", + "lineno": 104, + "resolution": "self_method_call" + }, + { + "caller": "src.flask.json.provider.JSONProvider.response", + "callee": "src.flask.json.provider.JSONProvider.dumps", + "lineno": 105, + "resolution": "self_method_call" + }, + { + "caller": "src.flask.json.provider._default", + "callee": ".werkzeug.http.http_date", + "lineno": 110, + "resolution": "external_constructor_call" + }, + { + "caller": "src.flask.json.provider.DefaultJSONProvider.response", + "callee": "src.flask.json.provider.JSONProvider._prepare_response_obj", + "lineno": 205, + "resolution": "inherited_method_call" + }, + { + "caller": "src.flask.json.provider.DefaultJSONProvider.response", + "callee": "src.flask.json.provider.DefaultJSONProvider.dumps", + "lineno": 214, + "resolution": "self_method_call" + } + ], + "src.flask.json.tag": [ + { + "caller": "src.flask.json.tag.JSONTag.tag", + "callee": "src.flask.json.tag.JSONTag.to_json", + "lineno": 90, + "resolution": "self_method_call" + }, + { + "caller": "src.flask.json.tag.TagBytes.to_json", + "callee": ".base64.b64encode", + "lineno": 167, + "resolution": "external_constructor_call" + }, + { + "caller": "src.flask.json.tag.TagBytes.to_python", + "callee": ".base64.b64decode", + "lineno": 170, + "resolution": "external_constructor_call" + }, + { + "caller": "src.flask.json.tag.TagMarkup.to_python", + "callee": ".markupsafe.Markup", + "lineno": 188, + "resolution": "external_constructor_call" + }, + { + "caller": "src.flask.json.tag.TagUUID.to_python", + "callee": ".uuid.UUID", + "lineno": 202, + "resolution": "external_constructor_call" + }, + { + "caller": "src.flask.json.tag.TagDateTime.to_json", + "callee": ".werkzeug.http.http_date", + "lineno": 213, + "resolution": "external_constructor_call" + }, + { + "caller": "src.flask.json.tag.TagDateTime.to_python", + "callee": ".werkzeug.http.parse_date", + "lineno": 216, + "resolution": "external_constructor_call" + }, + { + "caller": "src.flask.json.tag.TaggedJSONSerializer.__init__", + "callee": "src.flask.json.tag.TaggedJSONSerializer.register", + "lineno": 254, + "resolution": "self_method_call" + }, + { + "caller": "src.flask.json.tag.TaggedJSONSerializer._untag_scan", + "callee": "src.flask.json.tag.TaggedJSONSerializer._untag_scan", + "lineno": 312, + "resolution": "self_method_call" + }, + { + "caller": "src.flask.json.tag.TaggedJSONSerializer._untag_scan", + "callee": ".dict.items", + "lineno": 312, + "resolution": "local_builtin_method_call" + }, + { + "caller": "src.flask.json.tag.TaggedJSONSerializer._untag_scan", + "callee": "src.flask.json.tag.TaggedJSONSerializer.untag", + "lineno": 314, + "resolution": "self_method_call" + }, + { + "caller": "src.flask.json.tag.TaggedJSONSerializer._untag_scan", + "callee": "src.flask.json.tag.TaggedJSONSerializer._untag_scan", + "lineno": 317, + "resolution": "self_method_call" + }, + { + "caller": "src.flask.json.tag.TaggedJSONSerializer.dumps", + "callee": "src.flask.json.tag.TaggedJSONSerializer.dumps", + "lineno": 323, + "resolution": "same_class_name_call" + }, + { + "caller": "src.flask.json.tag.TaggedJSONSerializer.dumps", + "callee": "src.flask.json.tag.TaggedJSONSerializer.tag", + "lineno": 323, + "resolution": "self_method_call" + }, + { + "caller": "src.flask.json.tag.TaggedJSONSerializer.loads", + "callee": "src.flask.json.tag.TaggedJSONSerializer._untag_scan", + "lineno": 327, + "resolution": "self_method_call" + }, + { + "caller": "src.flask.json.tag.TaggedJSONSerializer.loads", + "callee": "src.flask.json.tag.TaggedJSONSerializer.loads", + "lineno": 327, + "resolution": "same_class_name_call" + } + ], + "src.flask.json": [], + "src.flask.sansio.app": [ + { + "caller": "src.flask.sansio.app._make_timedelta", + "callee": ".datetime.timedelta", + "lineno": 56, + "resolution": "external_constructor_call" + }, + { + "caller": "src.flask.sansio.app.App.__init__", + "callee": "src.flask.sansio.app.App.auto_find_instance_path", + "lineno": 301, + "resolution": "self_method_call" + }, + { + "caller": "src.flask.sansio.app.App.__init__", + "callee": "src.flask.sansio.app.App.make_config", + "lineno": 316, + "resolution": "self_method_call" + }, + { + "caller": "src.flask.sansio.app.App.__init__", + "callee": "src.flask.sansio.app.App.make_aborter", + "lineno": 324, + "resolution": "self_method_call" + }, + { + "caller": "src.flask.sansio.app.App.logger", + "callee": ".src.flask.logging.create_logger", + "lineno": 464, + "resolution": "external_constructor_call" + }, + { + "caller": "src.flask.sansio.app.App.jinja_env", + "callee": "src.flask.sansio.app.App.create_jinja_environment", + "lineno": 474, + "resolution": "self_method_call" + }, + { + "caller": "src.flask.sansio.app.App.make_config", + "callee": ".src.flask.helpers.get_debug_flag", + "lineno": 492, + "resolution": "external_constructor_call" + }, + { + "caller": "src.flask.sansio.app.App.auto_find_instance_path", + "callee": ".src.flask.sansio.scaffold.find_package", + "lineno": 515, + "resolution": "external_constructor_call" + }, + { + "caller": "src.flask.sansio.app.App.create_global_jinja_loader", + "callee": ".src.flask.templating.DispatchingJinjaLoader", + "lineno": 531, + "resolution": "external_constructor_call" + }, + { + "caller": "src.flask.sansio.app.App.add_url_rule", + "callee": ".src.flask.sansio.scaffold._endpoint_from_view_func", + "lineno": 614, + "resolution": "external_constructor_call" + }, + { + "caller": "src.flask.sansio.app.App.template_filter", + "callee": "src.flask.sansio.app.App.add_template_filter", + "lineno": 689, + "resolution": "self_method_call" + }, + { + "caller": "src.flask.sansio.app.App.template_filter.decorator", + "callee": "src.flask.sansio.app.App.add_template_filter", + "lineno": 693, + "resolution": "self_method_call" + }, + { + "caller": "src.flask.sansio.app.App.template_test", + "callee": "src.flask.sansio.app.App.add_template_test", + "lineno": 746, + "resolution": "self_method_call" + }, + { + "caller": "src.flask.sansio.app.App.template_test.decorator", + "callee": "src.flask.sansio.app.App.add_template_test", + "lineno": 750, + "resolution": "self_method_call" + }, + { + "caller": "src.flask.sansio.app.App.template_global", + "callee": "src.flask.sansio.app.App.add_template_global", + "lineno": 800, + "resolution": "self_method_call" + }, + { + "caller": "src.flask.sansio.app.App.template_global.decorator", + "callee": "src.flask.sansio.app.App.add_template_global", + "lineno": 804, + "resolution": "self_method_call" + }, + { + "caller": "src.flask.sansio.app.App._find_error_handler", + "callee": "src.flask.sansio.scaffold.Scaffold._get_exc_class_and_code", + "lineno": 876, + "resolution": "inherited_method_call" + }, + { + "caller": "src.flask.sansio.app.App.inject_url_defaults", + "callee": ".itertools.chain", + "lineno": 972, + "resolution": "external_constructor_call" + }, + { + "caller": "src.flask.sansio.app.App.inject_url_defaults", + "callee": ".src.flask.helpers._split_blueprint_path", + "lineno": 973, + "resolution": "external_constructor_call" + } + ], + "src.flask.sansio.blueprints": [ + { + "caller": "src.flask.sansio.blueprints.BlueprintSetupState.add_url_rule", + "callee": ".src.flask.sansio.scaffold._endpoint_from_view_func", + "lineno": 105, + "resolution": "external_constructor_call" + }, + { + "caller": "src.flask.sansio.blueprints.Blueprint.record_once", + "callee": "src.flask.sansio.blueprints.Blueprint.record", + "lineno": 244, + "resolution": "self_method_call" + }, + { + "caller": "src.flask.sansio.blueprints.Blueprint.record_once", + "callee": ".functools.update_wrapper", + "lineno": 244, + "resolution": "external_constructor_call" + }, + { + "caller": "src.flask.sansio.blueprints.Blueprint.make_setup_state", + "callee": "src.flask.sansio.blueprints.BlueprintSetupState.__init__", + "lineno": 253, + "resolution": "same_module_class_call" + }, + { + "caller": "src.flask.sansio.blueprints.Blueprint.register", + "callee": "src.flask.sansio.blueprints.Blueprint.make_setup_state", + "lineno": 321, + "resolution": "self_method_call" + }, + { + "caller": "src.flask.sansio.blueprints.Blueprint.register", + "callee": "src.flask.sansio.blueprints.Blueprint._merge_blueprint_funcs", + "lineno": 332, + "resolution": "self_method_call" + }, + { + "caller": "src.flask.sansio.blueprints.Blueprint._merge_blueprint_funcs", + "callee": ".collections.defaultdict", + "lineno": 390, + "resolution": "external_constructor_call" + }, + { + "caller": "src.flask.sansio.blueprints.Blueprint._merge_blueprint_funcs", + "callee": "src.flask.sansio.blueprints.Blueprint._merge_blueprint_funcs.extend", + "lineno": 402, + "resolution": "same_class_name_call" + }, + { + "caller": "src.flask.sansio.blueprints.Blueprint._merge_blueprint_funcs", + "callee": "src.flask.sansio.blueprints.Blueprint._merge_blueprint_funcs.extend", + "lineno": 403, + "resolution": "same_class_name_call" + }, + { + "caller": "src.flask.sansio.blueprints.Blueprint._merge_blueprint_funcs", + "callee": "src.flask.sansio.blueprints.Blueprint._merge_blueprint_funcs.extend", + "lineno": 404, + "resolution": "same_class_name_call" + }, + { + "caller": "src.flask.sansio.blueprints.Blueprint._merge_blueprint_funcs", + "callee": "src.flask.sansio.blueprints.Blueprint._merge_blueprint_funcs.extend", + "lineno": 408, + "resolution": "same_class_name_call" + }, + { + "caller": "src.flask.sansio.blueprints.Blueprint._merge_blueprint_funcs", + "callee": "src.flask.sansio.blueprints.Blueprint._merge_blueprint_funcs.extend", + "lineno": 409, + "resolution": "same_class_name_call" + }, + { + "caller": "src.flask.sansio.blueprints.Blueprint._merge_blueprint_funcs", + "callee": "src.flask.sansio.blueprints.Blueprint._merge_blueprint_funcs.extend", + "lineno": 410, + "resolution": "same_class_name_call" + }, + { + "caller": "src.flask.sansio.blueprints.Blueprint.add_url_rule", + "callee": "src.flask.sansio.blueprints.Blueprint.record", + "lineno": 433, + "resolution": "self_method_call" + }, + { + "caller": "src.flask.sansio.blueprints.Blueprint.app_template_filter", + "callee": "src.flask.sansio.blueprints.Blueprint.add_app_template_filter", + "lineno": 466, + "resolution": "self_method_call" + }, + { + "caller": "src.flask.sansio.blueprints.Blueprint.app_template_filter.decorator", + "callee": "src.flask.sansio.blueprints.Blueprint.add_app_template_filter", + "lineno": 470, + "resolution": "self_method_call" + }, + { + "caller": "src.flask.sansio.blueprints.Blueprint.add_app_template_filter", + "callee": "src.flask.sansio.blueprints.Blueprint.record_once", + "lineno": 495, + "resolution": "self_method_call" + }, + { + "caller": "src.flask.sansio.blueprints.Blueprint.app_template_test", + "callee": "src.flask.sansio.blueprints.Blueprint.add_app_template_test", + "lineno": 522, + "resolution": "self_method_call" + }, + { + "caller": "src.flask.sansio.blueprints.Blueprint.app_template_test.decorator", + "callee": "src.flask.sansio.blueprints.Blueprint.add_app_template_test", + "lineno": 526, + "resolution": "self_method_call" + }, + { + "caller": "src.flask.sansio.blueprints.Blueprint.add_app_template_test", + "callee": "src.flask.sansio.blueprints.Blueprint.record_once", + "lineno": 553, + "resolution": "self_method_call" + }, + { + "caller": "src.flask.sansio.blueprints.Blueprint.app_template_global", + "callee": "src.flask.sansio.blueprints.Blueprint.add_app_template_global", + "lineno": 580, + "resolution": "self_method_call" + }, + { + "caller": "src.flask.sansio.blueprints.Blueprint.app_template_global.decorator", + "callee": "src.flask.sansio.blueprints.Blueprint.add_app_template_global", + "lineno": 584, + "resolution": "self_method_call" + }, + { + "caller": "src.flask.sansio.blueprints.Blueprint.add_app_template_global", + "callee": "src.flask.sansio.blueprints.Blueprint.record_once", + "lineno": 611, + "resolution": "self_method_call" + }, + { + "caller": "src.flask.sansio.blueprints.Blueprint.before_app_request", + "callee": "src.flask.sansio.blueprints.Blueprint.record_once", + "lineno": 618, + "resolution": "self_method_call" + }, + { + "caller": "src.flask.sansio.blueprints.Blueprint.after_app_request", + "callee": "src.flask.sansio.blueprints.Blueprint.record_once", + "lineno": 628, + "resolution": "self_method_call" + }, + { + "caller": "src.flask.sansio.blueprints.Blueprint.teardown_app_request", + "callee": "src.flask.sansio.blueprints.Blueprint.record_once", + "lineno": 638, + "resolution": "self_method_call" + }, + { + "caller": "src.flask.sansio.blueprints.Blueprint.app_context_processor", + "callee": "src.flask.sansio.blueprints.Blueprint.record_once", + "lineno": 650, + "resolution": "self_method_call" + }, + { + "caller": "src.flask.sansio.blueprints.Blueprint.app_errorhandler.decorator", + "callee": "src.flask.sansio.blueprints.Blueprint.record_once", + "lineno": 667, + "resolution": "self_method_call" + }, + { + "caller": "src.flask.sansio.blueprints.Blueprint.app_url_value_preprocessor", + "callee": "src.flask.sansio.blueprints.Blueprint.record_once", + "lineno": 679, + "resolution": "self_method_call" + }, + { + "caller": "src.flask.sansio.blueprints.Blueprint.app_url_defaults", + "callee": "src.flask.sansio.blueprints.Blueprint.record_once", + "lineno": 689, + "resolution": "self_method_call" + } + ], + "src.flask.sansio.scaffold": [ + { + "caller": "src.flask.sansio.scaffold.setupmethod", + "callee": ".functools.update_wrapper", + "lineno": 49, + "resolution": "external_constructor_call" + }, + { + "caller": "src.flask.sansio.scaffold.Scaffold.__init__", + "callee": ".src.flask.helpers.get_root_path", + "lineno": 96, + "resolution": "external_constructor_call" + }, + { + "caller": "src.flask.sansio.scaffold.Scaffold.__init__", + "callee": ".collections.defaultdict", + "lineno": 126, + "resolution": "external_constructor_call" + }, + { + "caller": "src.flask.sansio.scaffold.Scaffold.__init__", + "callee": ".collections.defaultdict", + "lineno": 126, + "resolution": "external_constructor_call" + }, + { + "caller": "src.flask.sansio.scaffold.Scaffold.__init__", + "callee": ".collections.defaultdict", + "lineno": 140, + "resolution": "external_constructor_call" + }, + { + "caller": "src.flask.sansio.scaffold.Scaffold.__init__", + "callee": ".collections.defaultdict", + "lineno": 154, + "resolution": "external_constructor_call" + }, + { + "caller": "src.flask.sansio.scaffold.Scaffold.__init__", + "callee": ".collections.defaultdict", + "lineno": 169, + "resolution": "external_constructor_call" + }, + { + "caller": "src.flask.sansio.scaffold.Scaffold.__init__", + "callee": ".collections.defaultdict", + "lineno": 184, + "resolution": "external_constructor_call" + }, + { + "caller": "src.flask.sansio.scaffold.Scaffold.__init__", + "callee": ".collections.defaultdict", + "lineno": 200, + "resolution": "external_constructor_call" + }, + { + "caller": "src.flask.sansio.scaffold.Scaffold.__init__", + "callee": ".collections.defaultdict", + "lineno": 215, + "resolution": "external_constructor_call" + }, + { + "caller": "src.flask.sansio.scaffold.Scaffold.jinja_loader", + "callee": ".jinja2.FileSystemLoader", + "lineno": 280, + "resolution": "external_constructor_call" + }, + { + "caller": "src.flask.sansio.scaffold.Scaffold._method_route", + "callee": "src.flask.sansio.scaffold.Scaffold.route", + "lineno": 293, + "resolution": "self_method_call" + }, + { + "caller": "src.flask.sansio.scaffold.Scaffold.get", + "callee": "src.flask.sansio.scaffold.Scaffold._method_route", + "lineno": 301, + "resolution": "self_method_call" + }, + { + "caller": "src.flask.sansio.scaffold.Scaffold.post", + "callee": "src.flask.sansio.scaffold.Scaffold._method_route", + "lineno": 309, + "resolution": "self_method_call" + }, + { + "caller": "src.flask.sansio.scaffold.Scaffold.put", + "callee": "src.flask.sansio.scaffold.Scaffold._method_route", + "lineno": 317, + "resolution": "self_method_call" + }, + { + "caller": "src.flask.sansio.scaffold.Scaffold.delete", + "callee": "src.flask.sansio.scaffold.Scaffold._method_route", + "lineno": 325, + "resolution": "self_method_call" + }, + { + "caller": "src.flask.sansio.scaffold.Scaffold.patch", + "callee": "src.flask.sansio.scaffold.Scaffold._method_route", + "lineno": 333, + "resolution": "self_method_call" + }, + { + "caller": "src.flask.sansio.scaffold.Scaffold.route.decorator", + "callee": "src.flask.sansio.scaffold.Scaffold.add_url_rule", + "lineno": 362, + "resolution": "self_method_call" + }, + { + "caller": "src.flask.sansio.scaffold.Scaffold.errorhandler.decorator", + "callee": "src.flask.sansio.scaffold.Scaffold.register_error_handler", + "lineno": 636, + "resolution": "self_method_call" + }, + { + "caller": "src.flask.sansio.scaffold.Scaffold.register_error_handler", + "callee": "src.flask.sansio.scaffold.Scaffold._get_exc_class_and_code", + "lineno": 653, + "resolution": "self_method_call" + }, + { + "caller": "src.flask.sansio.scaffold.find_package", + "callee": "src.flask.sansio.scaffold._find_package_path", + "lineno": 767, + "resolution": "direct_name_call" + } + ], + "tests.conftest": [ + { + "caller": "tests.conftest.app", + "callee": ".flask.Flask", + "lineno": 46, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.conftest.leak_detector", + "callee": ".list.append", + "lineno": 93, + "resolution": "local_builtin_method_call" + } + ], + "tests.test_appctx": [ + { + "caller": "tests.test_appctx.test_app_tearing_down.cleanup", + "callee": ".list.append", + "lineno": 51, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.test_appctx.test_app_tearing_down_with_previous_exception.cleanup", + "callee": ".list.append", + "lineno": 64, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.test_appctx.test_app_tearing_down_with_handled_exception_by_except_block.cleanup", + "callee": ".list.append", + "lineno": 82, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.test_appctx.test_app_tearing_down_with_handled_exception_by_app_handler.cleanup", + "callee": ".list.append", + "lineno": 99, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.test_appctx.test_app_tearing_down_with_unhandled_exception.cleanup", + "callee": ".list.append", + "lineno": 122, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.test_appctx.test_context_refcounts.teardown_req", + "callee": ".list.append", + "lineno": 177, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.test_appctx.test_context_refcounts.teardown_app", + "callee": ".list.append", + "lineno": 181, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.test_appctx.test_clean_pop.teardown_app", + "callee": ".list.append", + "lineno": 207, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.test_appctx.test_clean_pop", + "callee": ".list.append", + "lineno": 210, + "resolution": "local_builtin_method_call" + } + ], + "tests.test_async": [ + { + "caller": "tests.test_async._async_app", + "callee": ".flask.Flask", + "lineno": 42, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_async._async_app", + "callee": ".flask.Blueprint", + "lineno": 58, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_async.test_async_before_after_request", + "callee": ".flask.Flask", + "lineno": 103, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_async.test_async_before_after_request", + "callee": ".flask.Blueprint", + "lineno": 120, + "resolution": "external_constructor_call" + } + ], + "tests.test_basic": [ + { + "caller": "tests.test_basic.", + "callee": ".platform.python_implementation", + "lineno": 27, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_basic.test_werkzeug_routing", + "callee": ".werkzeug.routing.Submount", + "lineno": 198, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_basic.test_werkzeug_routing", + "callee": ".werkzeug.routing.Rule", + "lineno": 198, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_basic.test_werkzeug_routing", + "callee": ".werkzeug.routing.Rule", + "lineno": 198, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_basic.test_endpoint_decorator", + "callee": ".werkzeug.routing.Submount", + "lineno": 219, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_basic.test_endpoint_decorator", + "callee": ".werkzeug.routing.Rule", + "lineno": 219, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_basic.test_endpoint_decorator", + "callee": ".werkzeug.routing.Rule", + "lineno": 219, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_basic.test_missing_session", + "callee": "tests.test_basic.test_missing_session.expect_exception", + "lineno": 389, + "resolution": "nested_function_call" + }, + { + "caller": "tests.test_basic.test_missing_session", + "callee": "tests.test_basic.test_missing_session.expect_exception", + "lineno": 390, + "resolution": "nested_function_call" + }, + { + "caller": "tests.test_basic.test_session_expiration", + "callee": ".werkzeug.http.parse_date", + "lineno": 437, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_basic.test_session_special_types.dump_session_contents", + "callee": ".markupsafe.Markup", + "lineno": 475, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_basic.test_session_special_types", + "callee": ".markupsafe.Markup", + "lineno": 490, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_basic.test_session_cookie_setting", + "callee": "tests.test_basic.test_session_cookie_setting.run_test", + "lineno": 524, + "resolution": "nested_function_call" + }, + { + "caller": "tests.test_basic.test_session_cookie_setting", + "callee": "tests.test_basic.test_session_cookie_setting.run_test", + "lineno": 528, + "resolution": "nested_function_call" + }, + { + "caller": "tests.test_basic.test_session_cookie_setting", + "callee": "tests.test_basic.test_session_cookie_setting.run_test", + "lineno": 532, + "resolution": "nested_function_call" + }, + { + "caller": "tests.test_basic.test_session_cookie_setting", + "callee": "tests.test_basic.test_session_cookie_setting.run_test", + "lineno": 536, + "resolution": "nested_function_call" + }, + { + "caller": "tests.test_basic.test_session_vary_cookie", + "callee": "tests.test_basic.test_session_vary_cookie.expect", + "lineno": 590, + "resolution": "nested_function_call" + }, + { + "caller": "tests.test_basic.test_session_vary_cookie", + "callee": "tests.test_basic.test_session_vary_cookie.expect", + "lineno": 591, + "resolution": "nested_function_call" + }, + { + "caller": "tests.test_basic.test_session_vary_cookie", + "callee": "tests.test_basic.test_session_vary_cookie.expect", + "lineno": 592, + "resolution": "nested_function_call" + }, + { + "caller": "tests.test_basic.test_session_vary_cookie", + "callee": "tests.test_basic.test_session_vary_cookie.expect", + "lineno": 593, + "resolution": "nested_function_call" + }, + { + "caller": "tests.test_basic.test_session_vary_cookie", + "callee": "tests.test_basic.test_session_vary_cookie.expect", + "lineno": 594, + "resolution": "nested_function_call" + }, + { + "caller": "tests.test_basic.test_session_vary_cookie", + "callee": "tests.test_basic.test_session_vary_cookie.expect", + "lineno": 595, + "resolution": "nested_function_call" + }, + { + "caller": "tests.test_basic.test_session_vary_cookie", + "callee": "tests.test_basic.test_session_vary_cookie.expect", + "lineno": 596, + "resolution": "nested_function_call" + }, + { + "caller": "tests.test_basic.test_session_vary_cookie", + "callee": "tests.test_basic.test_session_vary_cookie.expect", + "lineno": 597, + "resolution": "nested_function_call" + }, + { + "caller": "tests.test_basic.test_extended_flashing.index", + "callee": ".markupsafe.Markup", + "lineno": 637, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_basic.test_extended_flashing.test", + "callee": ".markupsafe.Markup", + "lineno": 646, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_basic.test_extended_flashing.test_with_categories", + "callee": ".markupsafe.Markup", + "lineno": 657, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_basic.test_extended_flashing.test_filters", + "callee": ".markupsafe.Markup", + "lineno": 676, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_basic.test_extended_flashing.test_filters2", + "callee": ".markupsafe.Markup", + "lineno": 685, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_basic.test_request_processing.before_request", + "callee": ".list.append", + "lineno": 712, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.test_basic.test_request_processing.after_request", + "callee": ".list.append", + "lineno": 717, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.test_basic.test_request_preprocessing_early_return.before_request1", + "callee": ".list.append", + "lineno": 737, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.test_basic.test_request_preprocessing_early_return.before_request2", + "callee": ".list.append", + "lineno": 741, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.test_basic.test_request_preprocessing_early_return.before_request3", + "callee": ".list.append", + "lineno": 746, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.test_basic.test_request_preprocessing_early_return.index", + "callee": ".list.append", + "lineno": 751, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.test_basic.test_teardown_request_handler.teardown_request", + "callee": ".list.append", + "lineno": 779, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.test_basic.test_teardown_request_handler_debug_mode.teardown_request", + "callee": ".list.append", + "lineno": 797, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.test_basic.test_teardown_request_handler_error.teardown_request1", + "callee": ".list.append", + "lineno": 817, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.test_basic.test_teardown_request_handler_error.teardown_request2", + "callee": ".list.append", + "lineno": 829, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.test_basic.test_before_after_request_order.before1", + "callee": ".list.append", + "lineno": 853, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.test_basic.test_before_after_request_order.before2", + "callee": ".list.append", + "lineno": 857, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.test_basic.test_before_after_request_order.after1", + "callee": ".list.append", + "lineno": 861, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.test_basic.test_before_after_request_order.after2", + "callee": ".list.append", + "lineno": 866, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.test_basic.test_before_after_request_order.finish1", + "callee": ".list.append", + "lineno": 871, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.test_basic.test_before_after_request_order.finish2", + "callee": ".list.append", + "lineno": 875, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.test_basic.test_http_error_subclass_handling.index3", + "callee": ".werkzeug.exceptions.Forbidden", + "lineno": 1011, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_basic.test_response_types.from_wsgi", + "callee": ".werkzeug.exceptions.NotFound", + "lineno": 1181, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_basic.test_json_dump_dataclass", + "callee": ".dataclasses.make_dataclass", + "lineno": 1346, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_basic.test_static_folder_with_pathlib_path", + "callee": ".pathlib.Path", + "lineno": 1471, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_basic.test_server_name_matching", + "callee": ".contextlib.nullcontext", + "lineno": 1553, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_basic.test_subdomain_matching_other_name", + "callee": ".contextlib.nullcontext", + "lineno": 1836, + "resolution": "external_constructor_call" + } + ], + "tests.test_blueprints": [ + { + "caller": "tests.test_blueprints.test_templates_and_static", + "callee": ".werkzeug.http.parse_cache_control_header", + "lineno": 203, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_blueprints.test_default_static_max_age", + "callee": ".werkzeug.http.parse_cache_control_header", + "lineno": 234, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_blueprints.test_endpoint_decorator", + "callee": ".werkzeug.routing.Rule", + "lineno": 339, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_blueprints.test_context_processing.bp_page", + "callee": "tests.test_blueprints.test_context_processing.template_string", + "lineno": 695, + "resolution": "nested_function_call" + }, + { + "caller": "tests.test_blueprints.test_context_processing.app_page", + "callee": "tests.test_blueprints.test_context_processing.template_string", + "lineno": 699, + "resolution": "nested_function_call" + }, + { + "caller": "tests.test_blueprints.test_request_processing.before_bp", + "callee": ".list.append", + "lineno": 774, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.test_blueprints.test_request_processing.after_bp", + "callee": ".list.append", + "lineno": 779, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.test_blueprints.test_request_processing.teardown_bp", + "callee": ".list.append", + "lineno": 784, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.test_blueprints.test_app_request_processing.before_app", + "callee": ".list.append", + "lineno": 805, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.test_blueprints.test_app_request_processing.after_app", + "callee": ".list.append", + "lineno": 810, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.test_blueprints.test_app_request_processing.teardown_app", + "callee": ".list.append", + "lineno": 815, + "resolution": "local_builtin_method_call" + } + ], + "tests.test_cli": [ + { + "caller": "tests.test_cli.", + "callee": ".pathlib.Path", + "lineno": 33, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_cli.runner", + "callee": ".click.testing.CliRunner", + "lineno": 38, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_cli.Module.test_find_best_app", + "callee": ".flask.Flask", + "lineno": 50, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_cli.test_find_best_app", + "callee": ".flask.cli.find_best_app", + "lineno": 52, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_cli.Module.test_find_best_app", + "callee": ".flask.Flask", + "lineno": 55, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_cli.test_find_best_app", + "callee": ".flask.cli.find_best_app", + "lineno": 57, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_cli.Module.test_find_best_app", + "callee": ".flask.Flask", + "lineno": 60, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_cli.test_find_best_app", + "callee": ".flask.cli.find_best_app", + "lineno": 62, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_cli.Module.test_find_best_app.create_app", + "callee": ".flask.Flask", + "lineno": 67, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_cli.test_find_best_app", + "callee": ".flask.cli.find_best_app", + "lineno": 69, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_cli.Module.test_find_best_app.create_app", + "callee": ".flask.Flask", + "lineno": 76, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_cli.test_find_best_app", + "callee": ".flask.cli.find_best_app", + "lineno": 78, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_cli.Module.test_find_best_app.make_app", + "callee": ".flask.Flask", + "lineno": 85, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_cli.test_find_best_app", + "callee": ".flask.cli.find_best_app", + "lineno": 87, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_cli.Module.test_find_best_app", + "callee": ".flask.Flask", + "lineno": 92, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_cli.Module.test_find_best_app.create_app", + "callee": ".flask.Flask", + "lineno": 96, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_cli.test_find_best_app", + "callee": ".flask.cli.find_best_app", + "lineno": 98, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_cli.Module.test_find_best_app", + "callee": ".flask.Flask", + "lineno": 101, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_cli.Module.test_find_best_app.create_app", + "callee": ".flask.Flask", + "lineno": 105, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_cli.test_find_best_app", + "callee": ".flask.cli.find_best_app", + "lineno": 107, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_cli.Module.test_find_best_app", + "callee": ".flask.Flask", + "lineno": 115, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_cli.Module.test_find_best_app", + "callee": ".flask.Flask", + "lineno": 116, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_cli.Module.test_find_best_app.create_app", + "callee": ".flask.Flask", + "lineno": 123, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_cli.test_prepare_import", + "callee": ".flask.cli.prepare_import", + "lineno": 176, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_cli.test_locate_app", + "callee": ".flask.cli.locate_app", + "lineno": 196, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_cli.test_locate_app_raises", + "callee": ".flask.cli.locate_app", + "lineno": 219, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_cli.test_locate_app_suppress_raise", + "callee": ".flask.cli.locate_app", + "lineno": 223, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_cli.test_locate_app_suppress_raise", + "callee": ".flask.cli.locate_app", + "lineno": 228, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_cli.test_get_version", + "callee": ".flask.cli.get_version", + "lineno": 240, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_cli.test_scriptinfo", + "callee": ".flask.cli.ScriptInfo", + "lineno": 248, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_cli.test_scriptinfo", + "callee": ".flask.cli.ScriptInfo", + "lineno": 256, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_cli.test_scriptinfo", + "callee": ".flask.cli.ScriptInfo", + "lineno": 260, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_cli.test_scriptinfo.create_app", + "callee": ".flask.Flask", + "lineno": 266, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_cli.test_scriptinfo", + "callee": ".flask.cli.ScriptInfo", + "lineno": 268, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_cli.test_scriptinfo", + "callee": ".flask.cli.ScriptInfo", + "lineno": 273, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_cli.test_scriptinfo", + "callee": ".flask.cli.ScriptInfo", + "lineno": 278, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_cli.test_scriptinfo", + "callee": ".flask.cli.ScriptInfo", + "lineno": 284, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_cli.test_app_cli_has_app_context", + "callee": ".flask.cli.FlaskGroup", + "lineno": 302, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_cli.test_with_appcontext", + "callee": ".flask.cli.ScriptInfo", + "lineno": 313, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_cli.test_with_appcontext", + "callee": ".flask.Flask", + "lineno": 313, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_cli.test_appgroup_app_context", + "callee": ".flask.cli.ScriptInfo", + "lineno": 337, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_cli.test_appgroup_app_context", + "callee": ".flask.Flask", + "lineno": 337, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_cli.test_flaskgroup_app_context.create_app", + "callee": ".flask.Flask", + "lineno": 350, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_cli.test_flaskgroup_debug.create_app", + "callee": ".flask.Flask", + "lineno": 368, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_cli.test_flaskgroup_nested", + "callee": ".flask.cli.FlaskGroup", + "lineno": 387, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_cli.test_no_command_echo_loading_error", + "callee": ".click.testing.CliRunner", + "lineno": 402, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_cli.test_no_command_echo_loading_error", + "callee": ".click.testing.CliRunner", + "lineno": 405, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_cli.test_help_echo_loading_error", + "callee": ".click.testing.CliRunner", + "lineno": 417, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_cli.test_help_echo_loading_error", + "callee": ".click.testing.CliRunner", + "lineno": 420, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_cli.test_help_echo_exception", + "callee": ".flask.cli.FlaskGroup", + "lineno": 432, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_cli.test_help_echo_exception", + "callee": ".click.testing.CliRunner", + "lineno": 435, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_cli.test_help_echo_exception", + "callee": ".click.testing.CliRunner", + "lineno": 438, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_cli.TestRoutes.app", + "callee": ".flask.Flask", + "lineno": 449, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_cli.TestRoutes.invoke", + "callee": ".flask.cli.FlaskGroup", + "lineno": 460, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_cli.TestRoutes.invoke", + "callee": ".functools.partial", + "lineno": 461, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_cli.TestRoutes.test_simple", + "callee": "tests.test_cli.TestRoutes.invoke", + "lineno": 470, + "resolution": "same_class_name_call" + }, + { + "caller": "tests.test_cli.TestRoutes.test_simple", + "callee": "tests.test_cli.TestRoutes.expect_order", + "lineno": 472, + "resolution": "self_method_call" + }, + { + "caller": "tests.test_cli.TestRoutes.test_sort", + "callee": "tests.test_cli.TestRoutes.invoke", + "lineno": 475, + "resolution": "same_class_name_call" + }, + { + "caller": "tests.test_cli.TestRoutes.test_sort", + "callee": "tests.test_cli.TestRoutes.invoke", + "lineno": 476, + "resolution": "same_class_name_call" + }, + { + "caller": "tests.test_cli.TestRoutes.test_sort", + "callee": "tests.test_cli.TestRoutes.expect_order", + "lineno": 478, + "resolution": "self_method_call" + }, + { + "caller": "tests.test_cli.TestRoutes.test_sort", + "callee": "tests.test_cli.TestRoutes.invoke", + "lineno": 480, + "resolution": "same_class_name_call" + }, + { + "caller": "tests.test_cli.TestRoutes.test_sort", + "callee": "tests.test_cli.TestRoutes.expect_order", + "lineno": 482, + "resolution": "self_method_call" + }, + { + "caller": "tests.test_cli.TestRoutes.test_sort", + "callee": "tests.test_cli.TestRoutes.invoke", + "lineno": 484, + "resolution": "same_class_name_call" + }, + { + "caller": "tests.test_cli.TestRoutes.test_sort", + "callee": "tests.test_cli.TestRoutes.expect_order", + "lineno": 487, + "resolution": "self_method_call" + }, + { + "caller": "tests.test_cli.TestRoutes.test_sort", + "callee": "tests.test_cli.TestRoutes.invoke", + "lineno": 487, + "resolution": "same_class_name_call" + }, + { + "caller": "tests.test_cli.TestRoutes.test_all_methods", + "callee": "tests.test_cli.TestRoutes.invoke", + "lineno": 490, + "resolution": "same_class_name_call" + }, + { + "caller": "tests.test_cli.TestRoutes.test_all_methods", + "callee": "tests.test_cli.TestRoutes.invoke", + "lineno": 493, + "resolution": "same_class_name_call" + }, + { + "caller": "tests.test_cli.TestRoutes.test_no_routes", + "callee": ".flask.Flask", + "lineno": 497, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_cli.TestRoutes.test_no_routes", + "callee": ".flask.cli.FlaskGroup", + "lineno": 498, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_cli.TestRoutes.test_subdomain", + "callee": ".flask.Flask", + "lineno": 504, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_cli.TestRoutes.test_subdomain", + "callee": ".flask.cli.FlaskGroup", + "lineno": 507, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_cli.TestRoutes.test_host", + "callee": ".flask.Flask", + "lineno": 513, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_cli.TestRoutes.test_host", + "callee": ".flask.cli.FlaskGroup", + "lineno": 516, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_cli.", + "callee": "tests.test_cli.dotenv_not_available", + "lineno": 532, + "resolution": "direct_name_call" + }, + { + "caller": "tests.test_cli.test_load_dotenv", + "callee": ".flask.cli.load_dotenv", + "lineno": 544, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_cli.test_load_dotenv", + "callee": ".flask.cli.load_dotenv", + "lineno": 557, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_cli.test_dotenv_path", + "callee": ".flask.cli.load_dotenv", + "lineno": 565, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_cli.test_dotenv_optional", + "callee": ".flask.cli.load_dotenv", + "lineno": 573, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_cli.test_disable_dotenv_from_env", + "callee": ".flask.cli.FlaskGroup", + "lineno": 581, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_cli.test_cli_blueprints", + "callee": ".flask.Blueprint", + "lineno": 651, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_cli.test_cli_blueprints", + "callee": ".flask.Blueprint", + "lineno": 652, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_cli.test_cli_blueprints", + "callee": ".flask.Blueprint", + "lineno": 653, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_cli.test_cli_blueprints", + "callee": ".flask.Blueprint", + "lineno": 654, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_cli.test_cli_empty", + "callee": ".flask.Blueprint", + "lineno": 694, + "resolution": "external_constructor_call" + } + ], + "tests.test_config": [ + { + "caller": "tests.test_config.test_config_from_pyfile", + "callee": "tests.test_config.common_object_test", + "lineno": 22, + "resolution": "direct_name_call" + }, + { + "caller": "tests.test_config.test_config_from_object", + "callee": "tests.test_config.common_object_test", + "lineno": 28, + "resolution": "direct_name_call" + }, + { + "caller": "tests.test_config.test_config_from_file_json", + "callee": "tests.test_config.common_object_test", + "lineno": 35, + "resolution": "direct_name_call" + }, + { + "caller": "tests.test_config.test_config_from_file_toml", + "callee": "tests.test_config.common_object_test", + "lineno": 45, + "resolution": "direct_name_call" + }, + { + "caller": "tests.test_config.test_config_from_mapping", + "callee": "tests.test_config.common_object_test", + "lineno": 113, + "resolution": "direct_name_call" + }, + { + "caller": "tests.test_config.test_config_from_mapping", + "callee": "tests.test_config.common_object_test", + "lineno": 117, + "resolution": "direct_name_call" + }, + { + "caller": "tests.test_config.test_config_from_mapping", + "callee": "tests.test_config.common_object_test", + "lineno": 121, + "resolution": "direct_name_call" + }, + { + "caller": "tests.test_config.test_config_from_mapping", + "callee": "tests.test_config.common_object_test", + "lineno": 125, + "resolution": "direct_name_call" + }, + { + "caller": "tests.test_config.test_config_from_class", + "callee": "tests.test_config.common_object_test", + "lineno": 141, + "resolution": "direct_name_call" + }, + { + "caller": "tests.test_config.test_config_from_envvar", + "callee": "tests.test_config.common_object_test", + "lineno": 158, + "resolution": "direct_name_call" + }, + { + "caller": "tests.test_config.test_custom_config_class", + "callee": "tests.test_config.common_object_test", + "lineno": 208, + "resolution": "direct_name_call" + } + ], + "tests.test_converters": [ + { + "caller": "tests.test_converters.test_custom_converters", + "callee": ".flask.url_for", + "lineno": 26, + "resolution": "external_constructor_call" + } + ], + "tests.test_helpers": [ + { + "caller": "tests.test_helpers.TestSendfile.test_static_file", + "callee": "tests.test_helpers.FakePath.__init__", + "lineno": 66, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.test_helpers.TestStreaming.test_streaming_with_context.index", + "callee": "tests.test_helpers.TestStreaming.test_streaming_with_context_and_custom_close.index.generate", + "lineno": 237, + "resolution": "same_class_name_call" + }, + { + "caller": "tests.test_helpers.TestStreaming.test_streaming_with_context_as_decorator.index", + "callee": "tests.test_helpers.TestStreaming.test_streaming_with_context_and_custom_close.index.generate", + "lineno": 251, + "resolution": "same_class_name_call" + }, + { + "caller": "tests.test_helpers.Wrapper.test_streaming_with_context_and_custom_close.close", + "callee": ".list.append", + "lineno": 267, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.test_helpers.TestStreaming.test_streaming_with_context_and_custom_close.index", + "callee": "tests.test_helpers.TestStreaming.test_streaming_with_context_and_custom_close.index.generate", + "lineno": 281, + "resolution": "same_class_name_call" + }, + { + "caller": "tests.test_helpers.TestStreaming.test_stream_keeps_session.index", + "callee": "tests.test_helpers.TestStreaming.test_async_view.index.gen", + "lineno": 296, + "resolution": "same_class_name_call" + }, + { + "caller": "tests.test_helpers.TestStreaming.test_async_view.index", + "callee": "tests.test_helpers.TestStreaming.test_async_view.index.gen", + "lineno": 310, + "resolution": "same_class_name_call" + }, + { + "caller": "tests.test_helpers.TestHelpers.test_get_debug_flag", + "callee": ".flask.helpers.get_debug_flag", + "lineno": 340, + "resolution": "external_constructor_call" + } + ], + "tests.test_instance_config": [ + { + "caller": "tests.test_instance_config.test_uninstalled_namespace_paths", + "callee": "tests.test_instance_config.test_uninstalled_namespace_paths.create_namespace", + "lineno": 55, + "resolution": "nested_function_call" + }, + { + "caller": "tests.test_instance_config.test_uninstalled_namespace_paths", + "callee": "tests.test_instance_config.test_uninstalled_namespace_paths.create_namespace", + "lineno": 56, + "resolution": "nested_function_call" + } + ], + "tests.test_json": [ + { + "caller": "tests.test_json.test_jsonify_datetime", + "callee": ".werkzeug.http.http_date", + "lineno": 142, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_json.test_jsonify_aware_datetimes", + "callee": "tests.test_json.FixedOffset.__init__", + "lineno": 169, + "resolution": "same_module_class_call" + }, + { + "caller": "tests.test_json.test_jsonify_aware_datetimes", + "callee": "tests.test_json.FixedOffset.__init__", + "lineno": 171, + "resolution": "same_module_class_call" + } + ], + "tests.test_json_tag": [ + { + "caller": "tests.test_json_tag.test_dump_load_unchanged", + "callee": ".flask.json.tag.TaggedJSONSerializer", + "lineno": 28, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_json_tag.test_dump_load_unchanged", + "callee": ".markupsafe.Markup", + "lineno": 22, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_json_tag.test_dump_load_unchanged", + "callee": ".uuid.uuid4", + "lineno": 23, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_json_tag.test_duplicate_tag", + "callee": ".flask.json.tag.TaggedJSONSerializer", + "lineno": 36, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_json_tag.test_custom_tag", + "callee": ".flask.json.tag.TaggedJSONSerializer", + "lineno": 61, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_json_tag.test_tag_interface", + "callee": ".flask.json.tag.JSONTag", + "lineno": 67, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_json_tag.test_tag_order", + "callee": ".flask.json.tag.TaggedJSONSerializer", + "lineno": 80, + "resolution": "external_constructor_call" + } + ], + "tests.test_logging": [ + { + "caller": "tests.test_logging.test_wsgi_errors_stream", + "callee": ".io.StringIO", + "lineno": 60, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_logging.test_has_level_handler", + "callee": ".flask.logging.has_level_handler", + "lineno": 72, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_logging.test_has_level_handler", + "callee": ".flask.logging.has_level_handler", + "lineno": 76, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_logging.test_has_level_handler", + "callee": ".flask.logging.has_level_handler", + "lineno": 79, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_logging.test_has_level_handler", + "callee": ".flask.logging.has_level_handler", + "lineno": 83, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_logging.test_log_view_exception", + "callee": ".io.StringIO", + "lineno": 92, + "resolution": "external_constructor_call" + } + ], + "tests.test_regression": [], + "tests.test_reqctx": [ + { + "caller": "tests.test_reqctx.test_teardown_on_pop.end_of_request", + "callee": ".list.append", + "lineno": 20, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.test_reqctx.test_teardown_with_previous_exception.end_of_request", + "callee": ".list.append", + "lineno": 34, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.test_reqctx.test_teardown_with_handled_exception.end_of_request", + "callee": ".list.append", + "lineno": 51, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.test_reqctx.test_context_binding", + "callee": "tests.test_reqctx.test_context_binding.index", + "lineno": 116, + "resolution": "nested_function_call" + }, + { + "caller": "tests.test_reqctx.test_context_binding", + "callee": "tests.test_reqctx.test_context_binding.meh", + "lineno": 118, + "resolution": "nested_function_call" + }, + { + "caller": "tests.test_reqctx.test_manual_context_binding", + "callee": "tests.test_reqctx.test_manual_context_binding.index", + "lineno": 141, + "resolution": "nested_function_call" + }, + { + "caller": "tests.test_reqctx.test_manual_context_binding", + "callee": "tests.test_reqctx.test_manual_context_binding.index", + "lineno": 144, + "resolution": "nested_function_call" + } + ], + "tests.test_request": [ + { + "caller": "tests.test_request.test_limit_config", + "callee": ".flask.Request", + "lineno": 29, + "resolution": "external_constructor_call" + } + ], + "tests.test_session_interface": [], + "tests.test_signals": [ + { + "caller": "tests.test_signals.test_template_rendered.record", + "callee": ".list.append", + "lineno": 12, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.test_signals.test_before_render_template.record", + "callee": ".list.append", + "lineno": 36, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.test_signals.test_request_signals.before_request_signal", + "callee": ".list.append", + "lineno": 55, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.test_signals.test_request_signals.after_request_signal", + "callee": ".list.append", + "lineno": 59, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.test_signals.test_request_signals.before_request_handler", + "callee": ".list.append", + "lineno": 63, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.test_signals.test_request_signals.after_request_handler", + "callee": ".list.append", + "lineno": 67, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.test_signals.test_request_signals.index", + "callee": ".list.append", + "lineno": 73, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.test_signals.test_request_exception_signal.record", + "callee": ".list.append", + "lineno": 104, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.test_signals.test_appcontext_signals.record_push", + "callee": ".list.append", + "lineno": 119, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.test_signals.test_appcontext_signals.record_pop", + "callee": ".list.append", + "lineno": 122, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.test_signals.test_flash_signal.record", + "callee": ".list.append", + "lineno": 148, + "resolution": "local_builtin_method_call" + }, + { + "caller": "tests.test_signals.test_appcontext_tearing_down_signal.record_teardown", + "callee": ".list.append", + "lineno": 168, + "resolution": "local_builtin_method_call" + } + ], + "tests.test_subclassing": [ + { + "caller": "tests.test_subclassing.test_suppressed_exception_logging", + "callee": ".io.StringIO", + "lineno": 11, + "resolution": "external_constructor_call" + } + ], + "tests.test_templating": [ + { + "caller": "tests.test_templating.test_escaping.index", + "callee": ".markupsafe.Markup", + "lineno": 77, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_templating.test_no_escaping.index", + "callee": ".markupsafe.Markup", + "lineno": 97, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_templating.MyFlask.test_custom_template_loader.create_global_jinja_loader", + "callee": ".jinja2.DictLoader", + "lineno": 410, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_templating._TestHandler.test_template_loader_debugging.handle", + "callee": ".list.append", + "lineno": 495, + "resolution": "local_builtin_method_call" + } + ], + "tests.test_testing": [ + { + "caller": "tests.test_testing.test_client_open_environ", + "callee": ".flask.testing.EnvironBuilder", + "lineno": 78, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_testing.test_path_is_url", + "callee": ".flask.testing.EnvironBuilder", + "lineno": 102, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_testing.test_environbuilder_json_dumps", + "callee": ".flask.testing.EnvironBuilder", + "lineno": 112, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_testing.test_json_request_and_response.echo", + "callee": ".flask.json.jsonify", + "lineno": 254, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_testing.test_cli_custom_obj", + "callee": ".flask.cli.ScriptInfo", + "lineno": 364, + "resolution": "external_constructor_call" + } + ], + "tests.test_user_error_handler": [ + { + "caller": "tests.test_user_error_handler.test_error_handler_http_subclass.forbidden_test", + "callee": ".werkzeug.exceptions.Forbidden", + "lineno": 119, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_user_error_handler.test_error_handler_blueprint.bp_test", + "callee": ".werkzeug.exceptions.InternalServerError", + "lineno": 145, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_user_error_handler.test_error_handler_blueprint.app_test", + "callee": ".werkzeug.exceptions.InternalServerError", + "lineno": 153, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_user_error_handler.test_default_error_handler.bp_registered_test", + "callee": ".werkzeug.exceptions.NotFound", + "lineno": 179, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_user_error_handler.test_default_error_handler.bp_forbidden_test", + "callee": ".werkzeug.exceptions.Forbidden", + "lineno": 183, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_user_error_handler.test_default_error_handler.forbidden", + "callee": ".werkzeug.exceptions.Forbidden", + "lineno": 200, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_user_error_handler.TestGenericHandlers.app.do_raise", + "callee": ".werkzeug.exceptions.InternalServerError", + "lineno": 239, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_user_error_handler.TestGenericHandlers.test_handle_class_or_code.handle_500", + "callee": "tests.test_user_error_handler.TestGenericHandlers.report_error", + "lineno": 262, + "resolution": "self_method_call" + }, + { + "caller": "tests.test_user_error_handler.TestGenericHandlers.test_handle_generic.handle_exception", + "callee": "tests.test_user_error_handler.TestGenericHandlers.report_error", + "lineno": 290, + "resolution": "self_method_call" + } + ], + "tests.test_views": [ + { + "caller": "tests.test_views.common_test", + "callee": ".werkzeug.http.parse_set_header", + "lineno": 14, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_views.test_basic_view", + "callee": "tests.test_views.common_test", + "lineno": 26, + "resolution": "direct_name_call" + }, + { + "caller": "tests.test_views.test_method_based_view", + "callee": "tests.test_views.common_test", + "lineno": 39, + "resolution": "direct_name_call" + }, + { + "caller": "tests.test_views.test_view_patching", + "callee": "tests.test_views.common_test", + "lineno": 60, + "resolution": "direct_name_call" + }, + { + "caller": "tests.test_views.test_view_inheritance", + "callee": ".werkzeug.http.parse_set_header", + "lineno": 77, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_views.test_endpoint_override", + "callee": "tests.test_views.common_test", + "lineno": 198, + "resolution": "direct_name_call" + } + ], + "tests.test_apps.blueprintapp": [ + { + "caller": "tests.test_apps.blueprintapp.", + "callee": ".flask.Flask", + "lineno": 3, + "resolution": "external_constructor_call" + } + ], + "tests.test_apps.blueprintapp.apps": [], + "tests.test_apps.blueprintapp.apps.admin": [ + { + "caller": "tests.test_apps.blueprintapp.apps.admin.", + "callee": ".flask.Blueprint", + "lineno": 4, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_apps.blueprintapp.apps.admin.index", + "callee": ".flask.render_template", + "lineno": 15, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_apps.blueprintapp.apps.admin.index2", + "callee": ".flask.render_template", + "lineno": 20, + "resolution": "external_constructor_call" + } + ], + "tests.test_apps.blueprintapp.apps.frontend": [ + { + "caller": "tests.test_apps.blueprintapp.apps.frontend.", + "callee": ".flask.Blueprint", + "lineno": 4, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_apps.blueprintapp.apps.frontend.index", + "callee": ".flask.render_template", + "lineno": 9, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_apps.blueprintapp.apps.frontend.missing_template", + "callee": ".flask.render_template", + "lineno": 14, + "resolution": "external_constructor_call" + } + ], + "tests.test_apps.cliapp.app": [ + { + "caller": "tests.test_apps.cliapp.app.", + "callee": ".flask.Flask", + "lineno": 3, + "resolution": "external_constructor_call" + } + ], + "tests.test_apps.cliapp.factory": [ + { + "caller": "tests.test_apps.cliapp.factory.create_app", + "callee": ".flask.Flask", + "lineno": 5, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_apps.cliapp.factory.create_app2", + "callee": ".flask.Flask", + "lineno": 9, + "resolution": "external_constructor_call" + } + ], + "tests.test_apps.cliapp.importerrorapp": [ + { + "caller": "tests.test_apps.cliapp.importerrorapp.", + "callee": ".flask.Flask", + "lineno": 5, + "resolution": "external_constructor_call" + } + ], + "tests.test_apps.cliapp.multiapp": [ + { + "caller": "tests.test_apps.cliapp.multiapp.", + "callee": ".flask.Flask", + "lineno": 3, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.test_apps.cliapp.multiapp.", + "callee": ".flask.Flask", + "lineno": 4, + "resolution": "external_constructor_call" + } + ], + "tests.test_apps.cliapp": [], + "tests.test_apps.cliapp.inner1": [ + { + "caller": "tests.test_apps.cliapp.inner1.", + "callee": ".flask.Flask", + "lineno": 3, + "resolution": "external_constructor_call" + } + ], + "tests.test_apps.cliapp.inner1.inner2.flask": [ + { + "caller": "tests.test_apps.cliapp.inner1.inner2.flask.", + "callee": ".flask.Flask", + "lineno": 3, + "resolution": "external_constructor_call" + } + ], + "tests.test_apps.cliapp.inner1.inner2": [], + "tests.test_apps.helloworld.hello": [ + { + "caller": "tests.test_apps.helloworld.hello.", + "callee": ".flask.Flask", + "lineno": 3, + "resolution": "external_constructor_call" + } + ], + "tests.test_apps.helloworld.wsgi": [], + "tests.test_apps.subdomaintestmodule": [ + { + "caller": "tests.test_apps.subdomaintestmodule.", + "callee": ".flask.Module", + "lineno": 3, + "resolution": "external_constructor_call" + } + ], + "tests.type_check.typing_app_decorators": [ + { + "caller": "tests.type_check.typing_app_decorators.", + "callee": ".flask.Flask", + "lineno": 6, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.type_check.typing_app_decorators.after_sync", + "callee": ".flask.Response", + "lineno": 11, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.type_check.typing_app_decorators.after_async", + "callee": ".flask.Response", + "lineno": 16, + "resolution": "external_constructor_call" + } + ], + "tests.type_check.typing_error_handler": [ + { + "caller": "tests.type_check.typing_error_handler.", + "callee": ".flask.Flask", + "lineno": 10, + "resolution": "external_constructor_call" + } + ], + "tests.type_check.typing_route": [ + { + "caller": "tests.type_check.typing_route.", + "callee": ".flask.Flask", + "lineno": 13, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.type_check.typing_route.hello_json", + "callee": ".flask.jsonify", + "lineno": 28, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.type_check.typing_route.hello_generator", + "callee": "tests.type_check.typing_route.hello_generator.show", + "lineno": 56, + "resolution": "nested_function_call" + }, + { + "caller": "tests.type_check.typing_route.return_template", + "callee": ".flask.templating.render_template", + "lineno": 88, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.type_check.typing_route.return_template_stream", + "callee": ".flask.stream_template", + "lineno": 93, + "resolution": "external_constructor_call" + }, + { + "caller": "tests.type_check.typing_route.RenderTemplateView.dispatch_request", + "callee": ".flask.templating.render_template", + "lineno": 106, + "resolution": "external_constructor_call" + } + ] + }, + "cyclic_clusters": [], + "unresolved": [ + { + "module": "docs.conf", + "lineno": 77, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "docs.conf", + "lineno": 78, + "pattern": "attribute_call", + "note": "Call via attribute access .rsplit(...) - target object type not statically resolved." + }, + { + "module": "docs.conf", + "lineno": 79, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "docs.conf", + "lineno": 83, + "pattern": "attribute_call", + "note": "Call via attribute access .parse(...) - target object type not statically resolved." + }, + { + "module": "docs.conf", + "lineno": 101, + "pattern": "attribute_call", + "note": "Call via attribute access .add_role(...) - target object type not statically resolved." + }, + { + "module": "examples.celery.src.task_app.tasks", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "examples.celery.src.task_app.tasks", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .update_state(...) - target object type not statically resolved." + }, + { + "module": "examples.celery.src.task_app.tasks", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "examples.celery.src.task_app.views", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .ready(...) - target object type not statically resolved." + }, + { + "module": "examples.celery.src.task_app.views", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .successful(...) - target object type not statically resolved." + }, + { + "module": "examples.celery.src.task_app.views", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "examples.celery.src.task_app.views", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "examples.celery.src.task_app.views", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "examples.celery.src.task_app.views", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "examples.celery.src.task_app.views", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .delay(...) - target object type not statically resolved." + }, + { + "module": "examples.celery.src.task_app.views", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "examples.celery.src.task_app.views", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .delay(...) - target object type not statically resolved." + }, + { + "module": "examples.celery.src.task_app.views", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "examples.celery.src.task_app.views", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .delay(...) - target object type not statically resolved." + }, + { + "module": "examples.celery.src.task_app.views", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "examples.celery.src.task_app.views", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "examples.celery.src.task_app", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .from_mapping(...) - target object type not statically resolved." + }, + { + "module": "examples.celery.src.task_app", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .from_prefixed_env(...) - target object type not statically resolved." + }, + { + "module": "examples.celery.src.task_app", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "examples.celery.src.task_app", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .register_blueprint(...) - target object type not statically resolved." + }, + { + "module": "examples.celery.src.task_app", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .app_context(...) - target object type not statically resolved." + }, + { + "module": "examples.celery.src.task_app", + "lineno": 33, + "pattern": "self_method_not_found", + "note": "self.run(...) not found in class 'FlaskTask' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "examples.celery.src.task_app", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .config_from_object(...) - target object type not statically resolved." + }, + { + "module": "examples.celery.src.task_app", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .set_default(...) - target object type not statically resolved." + }, + { + "module": "examples.javascript.js_example.views", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "examples.javascript.js_example.views", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "examples.javascript.js_example.views", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "examples.javascript.js_example.views", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "examples.javascript.js_example.views", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "examples.javascript.tests.conftest", + "lineno": 6, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "examples.javascript.tests.conftest", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .test_client(...) - target object type not statically resolved." + }, + { + "module": "examples.javascript.tests.test_js_example", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .connected_to(...) - target object type not statically resolved." + }, + { + "module": "examples.javascript.tests.test_js_example", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "examples.javascript.tests.test_js_example", + "lineno": 5, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "examples.javascript.tests.test_js_example", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "examples.javascript.tests.test_js_example", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .get_json(...) - target object type not statically resolved." + }, + { + "module": "examples.javascript.tests.test_js_example", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "examples.tutorial.flaskr.auth", + "lineno": 27, + "pattern": "name_call_unresolved", + "note": "Call to 'view(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "examples.tutorial.flaskr.auth", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .wraps(...) - target object type not statically resolved." + }, + { + "module": "examples.tutorial.flaskr.auth", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "examples.tutorial.flaskr.auth", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .fetchone(...) - target object type not statically resolved." + }, + { + "module": "examples.tutorial.flaskr.auth", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .execute(...) - target object type not statically resolved." + }, + { + "module": "examples.tutorial.flaskr.auth", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .execute(...) - target object type not statically resolved." + }, + { + "module": "examples.tutorial.flaskr.auth", + "lineno": 70, + "pattern": "attribute_call", + "note": "Call via attribute access .commit(...) - target object type not statically resolved." + }, + { + "module": "examples.tutorial.flaskr.auth", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "examples.tutorial.flaskr.auth", + "lineno": 92, + "pattern": "attribute_call", + "note": "Call via attribute access .fetchone(...) - target object type not statically resolved." + }, + { + "module": "examples.tutorial.flaskr.auth", + "lineno": 92, + "pattern": "attribute_call", + "note": "Call via attribute access .execute(...) - target object type not statically resolved." + }, + { + "module": "examples.tutorial.flaskr.auth", + "lineno": 103, + "pattern": "attribute_call", + "note": "Call via attribute access .clear(...) - target object type not statically resolved." + }, + { + "module": "examples.tutorial.flaskr.auth", + "lineno": 84, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "examples.tutorial.flaskr.auth", + "lineno": 115, + "pattern": "attribute_call", + "note": "Call via attribute access .clear(...) - target object type not statically resolved." + }, + { + "module": "examples.tutorial.flaskr.auth", + "lineno": 112, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "examples.tutorial.flaskr.blog", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .fetchall(...) - target object type not statically resolved." + }, + { + "module": "examples.tutorial.flaskr.blog", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .execute(...) - target object type not statically resolved." + }, + { + "module": "examples.tutorial.flaskr.blog", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "examples.tutorial.flaskr.blog", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .fetchone(...) - target object type not statically resolved." + }, + { + "module": "examples.tutorial.flaskr.blog", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .execute(...) - target object type not statically resolved." + }, + { + "module": "examples.tutorial.flaskr.blog", + "lineno": 76, + "pattern": "attribute_call", + "note": "Call via attribute access .execute(...) - target object type not statically resolved." + }, + { + "module": "examples.tutorial.flaskr.blog", + "lineno": 80, + "pattern": "attribute_call", + "note": "Call via attribute access .commit(...) - target object type not statically resolved." + }, + { + "module": "examples.tutorial.flaskr.blog", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "examples.tutorial.flaskr.blog", + "lineno": 104, + "pattern": "attribute_call", + "note": "Call via attribute access .execute(...) - target object type not statically resolved." + }, + { + "module": "examples.tutorial.flaskr.blog", + "lineno": 107, + "pattern": "attribute_call", + "note": "Call via attribute access .commit(...) - target object type not statically resolved." + }, + { + "module": "examples.tutorial.flaskr.blog", + "lineno": 86, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "examples.tutorial.flaskr.blog", + "lineno": 123, + "pattern": "attribute_call", + "note": "Call via attribute access .execute(...) - target object type not statically resolved." + }, + { + "module": "examples.tutorial.flaskr.blog", + "lineno": 124, + "pattern": "attribute_call", + "note": "Call via attribute access .commit(...) - target object type not statically resolved." + }, + { + "module": "examples.tutorial.flaskr.blog", + "lineno": 113, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "examples.tutorial.flaskr.db", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .connect(...) - target object type not statically resolved." + }, + { + "module": "examples.tutorial.flaskr.db", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "examples.tutorial.flaskr.db", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "examples.tutorial.flaskr.db", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .open_resource(...) - target object type not statically resolved." + }, + { + "module": "examples.tutorial.flaskr.db", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .executescript(...) - target object type not statically resolved." + }, + { + "module": "examples.tutorial.flaskr.db", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "examples.tutorial.flaskr.db", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "examples.tutorial.flaskr.db", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .echo(...) - target object type not statically resolved." + }, + { + "module": "examples.tutorial.flaskr.db", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .command(...) - target object type not statically resolved." + }, + { + "module": "examples.tutorial.flaskr.db", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .register_converter(...) - target object type not statically resolved." + }, + { + "module": "examples.tutorial.flaskr.db", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .fromisoformat(...) - target object type not statically resolved." + }, + { + "module": "examples.tutorial.flaskr.db", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "examples.tutorial.flaskr.db", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .teardown_appcontext(...) - target object type not statically resolved." + }, + { + "module": "examples.tutorial.flaskr.db", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .add_command(...) - target object type not statically resolved." + }, + { + "module": "examples.tutorial.flaskr", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .from_mapping(...) - target object type not statically resolved." + }, + { + "module": "examples.tutorial.flaskr", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "examples.tutorial.flaskr", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .from_pyfile(...) - target object type not statically resolved." + }, + { + "module": "examples.tutorial.flaskr", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "examples.tutorial.flaskr", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .makedirs(...) - target object type not statically resolved." + }, + { + "module": "examples.tutorial.flaskr", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "examples.tutorial.flaskr", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .register_blueprint(...) - target object type not statically resolved." + }, + { + "module": "examples.tutorial.flaskr", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .register_blueprint(...) - target object type not statically resolved." + }, + { + "module": "examples.tutorial.flaskr", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .add_url_rule(...) - target object type not statically resolved." + }, + { + "module": "examples.tutorial.tests.conftest", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "examples.tutorial.tests.conftest", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .dirname(...) - target object type not statically resolved." + }, + { + "module": "examples.tutorial.tests.conftest", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "examples.tutorial.tests.conftest", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "examples.tutorial.tests.conftest", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .mkstemp(...) - target object type not statically resolved." + }, + { + "module": "examples.tutorial.tests.conftest", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .app_context(...) - target object type not statically resolved." + }, + { + "module": "examples.tutorial.tests.conftest", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .executescript(...) - target object type not statically resolved." + }, + { + "module": "examples.tutorial.tests.conftest", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "examples.tutorial.tests.conftest", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .unlink(...) - target object type not statically resolved." + }, + { + "module": "examples.tutorial.tests.conftest", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .test_client(...) - target object type not statically resolved." + }, + { + "module": "examples.tutorial.tests.conftest", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .test_cli_runner(...) - target object type not statically resolved." + }, + { + "module": "examples.tutorial.tests.conftest", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "examples.tutorial.tests.conftest", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "examples.tutorial.tests.test_auth", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "examples.tutorial.tests.test_auth", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "examples.tutorial.tests.test_auth", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .app_context(...) - target object type not statically resolved." + }, + { + "module": "examples.tutorial.tests.test_auth", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .fetchone(...) - target object type not statically resolved." + }, + { + "module": "examples.tutorial.tests.test_auth", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .execute(...) - target object type not statically resolved." + }, + { + "module": "examples.tutorial.tests.test_auth", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "examples.tutorial.tests.test_auth", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "examples.tutorial.tests.test_auth", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "examples.tutorial.tests.test_auth", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .login(...) - target object type not statically resolved." + }, + { + "module": "examples.tutorial.tests.test_auth", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "examples.tutorial.tests.test_auth", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .login(...) - target object type not statically resolved." + }, + { + "module": "examples.tutorial.tests.test_auth", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "examples.tutorial.tests.test_auth", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .login(...) - target object type not statically resolved." + }, + { + "module": "examples.tutorial.tests.test_auth", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .logout(...) - target object type not statically resolved." + }, + { + "module": "examples.tutorial.tests.test_blog", + "lineno": 7, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "examples.tutorial.tests.test_blog", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .login(...) - target object type not statically resolved." + }, + { + "module": "examples.tutorial.tests.test_blog", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "examples.tutorial.tests.test_blog", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "examples.tutorial.tests.test_blog", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "examples.tutorial.tests.test_blog", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .app_context(...) - target object type not statically resolved." + }, + { + "module": "examples.tutorial.tests.test_blog", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .execute(...) - target object type not statically resolved." + }, + { + "module": "examples.tutorial.tests.test_blog", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .commit(...) - target object type not statically resolved." + }, + { + "module": "examples.tutorial.tests.test_blog", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .login(...) - target object type not statically resolved." + }, + { + "module": "examples.tutorial.tests.test_blog", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "examples.tutorial.tests.test_blog", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "examples.tutorial.tests.test_blog", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "examples.tutorial.tests.test_blog", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .login(...) - target object type not statically resolved." + }, + { + "module": "examples.tutorial.tests.test_blog", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "examples.tutorial.tests.test_blog", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "examples.tutorial.tests.test_blog", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .login(...) - target object type not statically resolved." + }, + { + "module": "examples.tutorial.tests.test_blog", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "examples.tutorial.tests.test_blog", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "examples.tutorial.tests.test_blog", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .app_context(...) - target object type not statically resolved." + }, + { + "module": "examples.tutorial.tests.test_blog", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .fetchone(...) - target object type not statically resolved." + }, + { + "module": "examples.tutorial.tests.test_blog", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .execute(...) - target object type not statically resolved." + }, + { + "module": "examples.tutorial.tests.test_blog", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .login(...) - target object type not statically resolved." + }, + { + "module": "examples.tutorial.tests.test_blog", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "examples.tutorial.tests.test_blog", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "examples.tutorial.tests.test_blog", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access .app_context(...) - target object type not statically resolved." + }, + { + "module": "examples.tutorial.tests.test_blog", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .fetchone(...) - target object type not statically resolved." + }, + { + "module": "examples.tutorial.tests.test_blog", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .execute(...) - target object type not statically resolved." + }, + { + "module": "examples.tutorial.tests.test_blog", + "lineno": 70, + "pattern": "attribute_call", + "note": "Call via attribute access .login(...) - target object type not statically resolved." + }, + { + "module": "examples.tutorial.tests.test_blog", + "lineno": 71, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "examples.tutorial.tests.test_blog", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "examples.tutorial.tests.test_blog", + "lineno": 76, + "pattern": "attribute_call", + "note": "Call via attribute access .login(...) - target object type not statically resolved." + }, + { + "module": "examples.tutorial.tests.test_blog", + "lineno": 77, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "examples.tutorial.tests.test_blog", + "lineno": 80, + "pattern": "attribute_call", + "note": "Call via attribute access .app_context(...) - target object type not statically resolved." + }, + { + "module": "examples.tutorial.tests.test_blog", + "lineno": 82, + "pattern": "attribute_call", + "note": "Call via attribute access .fetchone(...) - target object type not statically resolved." + }, + { + "module": "examples.tutorial.tests.test_blog", + "lineno": 82, + "pattern": "attribute_call", + "note": "Call via attribute access .execute(...) - target object type not statically resolved." + }, + { + "module": "examples.tutorial.tests.test_db", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .app_context(...) - target object type not statically resolved." + }, + { + "module": "examples.tutorial.tests.test_db", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "examples.tutorial.tests.test_db", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .execute(...) - target object type not statically resolved." + }, + { + "module": "examples.tutorial.tests.test_db", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .setattr(...) - target object type not statically resolved." + }, + { + "module": "examples.tutorial.tests.test_db", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .invoke(...) - target object type not statically resolved." + }, + { + "module": "examples.tutorial.tests.test_factory", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "src.flask.app", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .TypeVar(...) - target object type not statically resolved." + }, + { + "module": "src.flask.app", + "lineno": 67, + "pattern": "attribute_call", + "note": "Call via attribute access .TypeVar(...) - target object type not statically resolved." + }, + { + "module": "src.flask.app", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .TypeVar(...) - target object type not statically resolved." + }, + { + "module": "src.flask.app", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .TypeVar(...) - target object type not statically resolved." + }, + { + "module": "src.flask.app", + "lineno": 70, + "pattern": "attribute_call", + "note": "Call via attribute access .TypeVar(...) - target object type not statically resolved." + }, + { + "module": "src.flask.app", + "lineno": 80, + "pattern": "attribute_call", + "note": "Call via attribute access .TypeVar(...) - target object type not statically resolved." + }, + { + "module": "src.flask.app", + "lineno": 90, + "pattern": "name_call_unresolved", + "note": "Call to 'f(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "src.flask.app", + "lineno": 100, + "pattern": "attribute_call", + "note": "Call via attribute access ._get_current_object(...) - target object type not statically resolved." + }, + { + "module": "src.flask.app", + "lineno": 102, + "pattern": "attribute_call", + "note": "Call via attribute access ._get_current_object(...) - target object type not statically resolved." + }, + { + "module": "src.flask.app", + "lineno": 104, + "pattern": "name_call_unresolved", + "note": "Call to 'f(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "src.flask.app", + "lineno": 281, + "pattern": "attribute_call", + "note": "Call via attribute access .values(...) - target object type not statically resolved." + }, + { + "module": "src.flask.app", + "lineno": 281, + "pattern": "attribute_call", + "note": "Call via attribute access .signature(...) - target object type not statically resolved." + }, + { + "module": "src.flask.app", + "lineno": 292, + "pattern": "attribute_call", + "note": "Call via attribute access .rpartition(...) - target object type not statically resolved." + }, + { + "module": "src.flask.app", + "lineno": 296, + "pattern": "attribute_call", + "note": "Call via attribute access .isclass(...) - target object type not statically resolved." + }, + { + "module": "src.flask.app", + "lineno": 300, + "pattern": "attribute_call", + "note": "Call via attribute access .warn(...) - target object type not statically resolved." + }, + { + "module": "src.flask.app", + "lineno": 323, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "src.flask.app", + "lineno": 357, + "pattern": "attribute_call", + "note": "Call via attribute access .ref(...) - target object type not statically resolved." + }, + { + "module": "src.flask.app", + "lineno": 362, + "pattern": "attribute_call", + "note": "Call via attribute access .send_static_file(...) - target object type not statically resolved." + }, + { + "module": "src.flask.app", + "lineno": 362, + "pattern": "name_call_unresolved", + "note": "Call to 'self_ref(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "src.flask.app", + "lineno": 388, + "pattern": "attribute_call", + "note": "Call via attribute access .total_seconds(...) - target object type not statically resolved." + }, + { + "module": "src.flask.app", + "lineno": 411, + "pattern": "attribute_call", + "note": "Call via attribute access .cast(...) - target object type not statically resolved." + }, + { + "module": "src.flask.app", + "lineno": 440, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "src.flask.app", + "lineno": 462, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "src.flask.app", + "lineno": 494, + "pattern": "self_method_not_found", + "note": "self.jinja_environment(...) not found in class 'Flask' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "src.flask.app", + "lineno": 495, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "src.flask.app", + "lineno": 548, + "pattern": "attribute_call", + "note": "Call via attribute access .bind_to_environ(...) - target object type not statically resolved." + }, + { + "module": "src.flask.app", + "lineno": 554, + "pattern": "attribute_call", + "note": "Call via attribute access .bind(...) - target object type not statically resolved." + }, + { + "module": "src.flask.app", + "lineno": 611, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "src.flask.app", + "lineno": 616, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "src.flask.app", + "lineno": 618, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "src.flask.app", + "lineno": 629, + "pattern": "name_call_unresolved", + "note": "Call to 'processor(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "src.flask.app", + "lineno": 697, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "src.flask.app", + "lineno": 699, + "pattern": "attribute_call", + "note": "Call via attribute access .secho(...) - target object type not statically resolved." + }, + { + "module": "src.flask.app", + "lineno": 720, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "src.flask.app", + "lineno": 724, + "pattern": "attribute_call", + "note": "Call via attribute access .partition(...) - target object type not statically resolved." + }, + { + "module": "src.flask.app", + "lineno": 739, + "pattern": "attribute_call", + "note": "Call via attribute access .setdefault(...) - target object type not statically resolved." + }, + { + "module": "src.flask.app", + "lineno": 740, + "pattern": "attribute_call", + "note": "Call via attribute access .setdefault(...) - target object type not statically resolved." + }, + { + "module": "src.flask.app", + "lineno": 741, + "pattern": "attribute_call", + "note": "Call via attribute access .setdefault(...) - target object type not statically resolved." + }, + { + "module": "src.flask.app", + "lineno": 748, + "pattern": "attribute_call", + "note": "Call via attribute access .cast(...) - target object type not statically resolved." + }, + { + "module": "src.flask.app", + "lineno": 809, + "pattern": "name_call_unresolved", + "note": "Call to 'cls(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "src.flask.app", + "lineno": 828, + "pattern": "name_call_unresolved", + "note": "Call to 'cls(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "src.flask.app", + "lineno": 925, + "pattern": "attribute_call", + "note": "Call via attribute access .exc_info(...) - target object type not statically resolved." + }, + { + "module": "src.flask.app", + "lineno": 926, + "pattern": "attribute_call", + "note": "Call via attribute access .send(...) - target object type not statically resolved." + }, + { + "module": "src.flask.app", + "lineno": 962, + "pattern": "attribute_call", + "note": "Call via attribute access .error(...) - target object type not statically resolved." + }, + { + "module": "src.flask.app", + "lineno": 1002, + "pattern": "attribute_call", + "note": "Call via attribute access .warn(...) - target object type not statically resolved." + }, + { + "module": "src.flask.app", + "lineno": 1013, + "pattern": "attribute_call", + "note": "Call via attribute access .send(...) - target object type not statically resolved." + }, + { + "module": "src.flask.app", + "lineno": 1042, + "pattern": "attribute_call", + "note": "Call via attribute access .send(...) - target object type not statically resolved." + }, + { + "module": "src.flask.app", + "lineno": 1048, + "pattern": "attribute_call", + "note": "Call via attribute access .exception(...) - target object type not statically resolved." + }, + { + "module": "src.flask.app", + "lineno": 1060, + "pattern": "attribute_call", + "note": "Call via attribute access .allowed_methods(...) - target object type not statically resolved." + }, + { + "module": "src.flask.app", + "lineno": 1061, + "pattern": "self_method_not_found", + "note": "self.response_class(...) not found in class 'Flask' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "src.flask.app", + "lineno": 1062, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "src.flask.app", + "lineno": 1100, + "pattern": "name_call_unresolved", + "note": "Call to 'asgiref_async_to_sync(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "src.flask.app", + "lineno": 1159, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "src.flask.app", + "lineno": 1205, + "pattern": "attribute_call", + "note": "Call via attribute access .build(...) - target object type not statically resolved." + }, + { + "module": "src.flask.app", + "lineno": 1213, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "src.flask.app", + "lineno": 1219, + "pattern": "name_call_unresolved", + "note": "Call to '_url_quote(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "src.flask.app", + "lineno": 1319, + "pattern": "self_method_not_found", + "note": "self.response_class(...) not found in class 'Flask' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "src.flask.app", + "lineno": 1326, + "pattern": "attribute_call", + "note": "Call via attribute access .response(...) - target object type not statically resolved." + }, + { + "module": "src.flask.app", + "lineno": 1331, + "pattern": "attribute_call", + "note": "Call via attribute access .force_type(...) - target object type not statically resolved." + }, + { + "module": "src.flask.app", + "lineno": 1336, + "pattern": "attribute_call", + "note": "Call via attribute access .with_traceback(...) - target object type not statically resolved." + }, + { + "module": "src.flask.app", + "lineno": 1342, + "pattern": "attribute_call", + "note": "Call via attribute access .exc_info(...) - target object type not statically resolved." + }, + { + "module": "src.flask.app", + "lineno": 1352, + "pattern": "attribute_call", + "note": "Call via attribute access .cast(...) - target object type not statically resolved." + }, + { + "module": "src.flask.app", + "lineno": 1362, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "src.flask.app", + "lineno": 1382, + "pattern": "name_call_unresolved", + "note": "Call to 'url_func(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "src.flask.app", + "lineno": 1415, + "pattern": "attribute_call", + "note": "Call via attribute access .is_null_session(...) - target object type not statically resolved." + }, + { + "module": "src.flask.app", + "lineno": 1415, + "pattern": "attribute_call", + "note": "Call via attribute access ._get_session(...) - target object type not statically resolved." + }, + { + "module": "src.flask.app", + "lineno": 1416, + "pattern": "attribute_call", + "note": "Call via attribute access .save_session(...) - target object type not statically resolved." + }, + { + "module": "src.flask.app", + "lineno": 1416, + "pattern": "attribute_call", + "note": "Call via attribute access ._get_session(...) - target object type not statically resolved." + }, + { + "module": "src.flask.app", + "lineno": 1449, + "pattern": "attribute_call", + "note": "Call via attribute access .send(...) - target object type not statically resolved." + }, + { + "module": "src.flask.app", + "lineno": 1477, + "pattern": "attribute_call", + "note": "Call via attribute access .send(...) - target object type not statically resolved." + }, + { + "module": "src.flask.app", + "lineno": 1560, + "pattern": "attribute_call", + "note": "Call via attribute access .get_environ(...) - target object type not statically resolved." + }, + { + "module": "src.flask.app", + "lineno": 1562, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "src.flask.app", + "lineno": 1596, + "pattern": "attribute_call", + "note": "Call via attribute access .push(...) - target object type not statically resolved." + }, + { + "module": "src.flask.app", + "lineno": 1602, + "pattern": "attribute_call", + "note": "Call via attribute access .exc_info(...) - target object type not statically resolved." + }, + { + "module": "src.flask.app", + "lineno": 1604, + "pattern": "name_call_unresolved", + "note": "Call to 'response(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "src.flask.app", + "lineno": 1612, + "pattern": "self_method_not_found", + "note": "self.should_ignore_error(...) not found in class 'Flask' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "src.flask.app", + "lineno": 1616, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "src.flask.blueprints", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "src.flask.blueprints", + "lineno": 78, + "pattern": "attribute_call", + "note": "Call via attribute access .total_seconds(...) - target object type not statically resolved." + }, + { + "module": "src.flask.blueprints", + "lineno": 101, + "pattern": "attribute_call", + "note": "Call via attribute access .cast(...) - target object type not statically resolved." + }, + { + "module": "src.flask.blueprints", + "lineno": 123, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "src.flask.cli", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .values(...) - target object type not statically resolved." + }, + { + "module": "src.flask.cli", + "lineno": 60, + "pattern": "name_call_unresolved", + "note": "Call to 'NoAppException(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "src.flask.cli", + "lineno": 70, + "pattern": "attribute_call", + "note": "Call via attribute access .isfunction(...) - target object type not statically resolved." + }, + { + "module": "src.flask.cli", + "lineno": 72, + "pattern": "name_call_unresolved", + "note": "Call to 'app_factory(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "src.flask.cli", + "lineno": 80, + "pattern": "name_call_unresolved", + "note": "Call to 'NoAppException(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "src.flask.cli", + "lineno": 87, + "pattern": "name_call_unresolved", + "note": "Call to 'NoAppException(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "src.flask.cli", + "lineno": 102, + "pattern": "attribute_call", + "note": "Call via attribute access .exc_info(...) - target object type not statically resolved." + }, + { + "module": "src.flask.cli", + "lineno": 129, + "pattern": "attribute_call", + "note": "Call via attribute access .parse(...) - target object type not statically resolved." + }, + { + "module": "src.flask.cli", + "lineno": 129, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "src.flask.cli", + "lineno": 131, + "pattern": "name_call_unresolved", + "note": "Call to 'NoAppException(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "src.flask.cli", + "lineno": 142, + "pattern": "name_call_unresolved", + "note": "Call to 'NoAppException(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "src.flask.cli", + "lineno": 150, + "pattern": "attribute_call", + "note": "Call via attribute access .literal_eval(...) - target object type not statically resolved." + }, + { + "module": "src.flask.cli", + "lineno": 152, + "pattern": "attribute_call", + "note": "Call via attribute access .literal_eval(...) - target object type not statically resolved." + }, + { + "module": "src.flask.cli", + "lineno": 159, + "pattern": "name_call_unresolved", + "note": "Call to 'NoAppException(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "src.flask.cli", + "lineno": 163, + "pattern": "name_call_unresolved", + "note": "Call to 'NoAppException(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "src.flask.cli", + "lineno": 170, + "pattern": "name_call_unresolved", + "note": "Call to 'NoAppException(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "src.flask.cli", + "lineno": 176, + "pattern": "attribute_call", + "note": "Call via attribute access .isfunction(...) - target object type not statically resolved." + }, + { + "module": "src.flask.cli", + "lineno": 178, + "pattern": "name_call_unresolved", + "note": "Call to 'attr(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "src.flask.cli", + "lineno": 183, + "pattern": "name_call_unresolved", + "note": "Call to 'NoAppException(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "src.flask.cli", + "lineno": 194, + "pattern": "name_call_unresolved", + "note": "Call to 'NoAppException(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "src.flask.cli", + "lineno": 204, + "pattern": "attribute_call", + "note": "Call via attribute access .realpath(...) - target object type not statically resolved." + }, + { + "module": "src.flask.cli", + "lineno": 206, + "pattern": "attribute_call", + "note": "Call via attribute access .splitext(...) - target object type not statically resolved." + }, + { + "module": "src.flask.cli", + "lineno": 210, + "pattern": "attribute_call", + "note": "Call via attribute access .basename(...) - target object type not statically resolved." + }, + { + "module": "src.flask.cli", + "lineno": 211, + "pattern": "attribute_call", + "note": "Call via attribute access .dirname(...) - target object type not statically resolved." + }, + { + "module": "src.flask.cli", + "lineno": 217, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "src.flask.cli", + "lineno": 220, + "pattern": "attribute_call", + "note": "Call via attribute access .exists(...) - target object type not statically resolved." + }, + { + "module": "src.flask.cli", + "lineno": 220, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "src.flask.cli", + "lineno": 224, + "pattern": "attribute_call", + "note": "Call via attribute access .insert(...) - target object type not statically resolved." + }, + { + "module": "src.flask.cli", + "lineno": 226, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "src.flask.cli", + "lineno": 249, + "pattern": "attribute_call", + "note": "Call via attribute access .exc_info(...) - target object type not statically resolved." + }, + { + "module": "src.flask.cli", + "lineno": 250, + "pattern": "name_call_unresolved", + "note": "Call to 'NoAppException(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "src.flask.cli", + "lineno": 252, + "pattern": "attribute_call", + "note": "Call via attribute access .format_exc(...) - target object type not statically resolved." + }, + { + "module": "src.flask.cli", + "lineno": 255, + "pattern": "name_call_unresolved", + "note": "Call to 'NoAppException(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "src.flask.cli", + "lineno": 271, + "pattern": "attribute_call", + "note": "Call via attribute access .version(...) - target object type not statically resolved." + }, + { + "module": "src.flask.cli", + "lineno": 272, + "pattern": "attribute_call", + "note": "Call via attribute access .version(...) - target object type not statically resolved." + }, + { + "module": "src.flask.cli", + "lineno": 274, + "pattern": "attribute_call", + "note": "Call via attribute access .echo(...) - target object type not statically resolved." + }, + { + "module": "src.flask.cli", + "lineno": 275, + "pattern": "attribute_call", + "note": "Call via attribute access .python_version(...) - target object type not statically resolved." + }, + { + "module": "src.flask.cli", + "lineno": 280, + "pattern": "attribute_call", + "note": "Call via attribute access .exit(...) - target object type not statically resolved." + }, + { + "module": "src.flask.cli", + "lineno": 283, + "pattern": "attribute_call", + "note": "Call via attribute access .Option(...) - target object type not statically resolved." + }, + { + "module": "src.flask.cli", + "lineno": 342, + "pattern": "self_method_not_found", + "note": "self.create_app(...) not found in class 'ScriptInfo' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "src.flask.cli", + "lineno": 346, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "src.flask.cli", + "lineno": 359, + "pattern": "name_call_unresolved", + "note": "Call to 'NoAppException(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "src.flask.cli", + "lineno": 375, + "pattern": "attribute_call", + "note": "Call via attribute access .make_pass_decorator(...) - target object type not statically resolved." + }, + { + "module": "src.flask.cli", + "lineno": 377, + "pattern": "attribute_call", + "note": "Call via attribute access .TypeVar(...) - target object type not statically resolved." + }, + { + "module": "src.flask.cli", + "lineno": 397, + "pattern": "attribute_call", + "note": "Call via attribute access .load_app(...) - target object type not statically resolved." + }, + { + "module": "src.flask.cli", + "lineno": 397, + "pattern": "attribute_call", + "note": "Call via attribute access .ensure_object(...) - target object type not statically resolved." + }, + { + "module": "src.flask.cli", + "lineno": 398, + "pattern": "attribute_call", + "note": "Call via attribute access .with_resource(...) - target object type not statically resolved." + }, + { + "module": "src.flask.cli", + "lineno": 398, + "pattern": "attribute_call", + "note": "Call via attribute access .app_context(...) - target object type not statically resolved." + }, + { + "module": "src.flask.cli", + "lineno": 400, + "pattern": "attribute_call", + "note": "Call via attribute access .invoke(...) - target object type not statically resolved." + }, + { + "module": "src.flask.cli", + "lineno": 420, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "src.flask.cli", + "lineno": 425, + "pattern": "attribute_call", + "note": "Call via attribute access .command(...) - target object type not statically resolved." + }, + { + "module": "src.flask.cli", + "lineno": 436, + "pattern": "attribute_call", + "note": "Call via attribute access .setdefault(...) - target object type not statically resolved." + }, + { + "module": "src.flask.cli", + "lineno": 437, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "src.flask.cli", + "lineno": 444, + "pattern": "attribute_call", + "note": "Call via attribute access .ensure_object(...) - target object type not statically resolved." + }, + { + "module": "src.flask.cli", + "lineno": 453, + "pattern": "attribute_call", + "note": "Call via attribute access .Option(...) - target object type not statically resolved." + }, + { + "module": "src.flask.cli", + "lineno": 471, + "pattern": "attribute_call", + "note": "Call via attribute access .get_parameter_source(...) - target object type not statically resolved." + }, + { + "module": "src.flask.cli", + "lineno": 485, + "pattern": "attribute_call", + "note": "Call via attribute access .Option(...) - target object type not statically resolved." + }, + { + "module": "src.flask.cli", + "lineno": 502, + "pattern": "attribute_call", + "note": "Call via attribute access .BadParameter(...) - target object type not statically resolved." + }, + { + "module": "src.flask.cli", + "lineno": 517, + "pattern": "attribute_call", + "note": "Call via attribute access .Option(...) - target object type not statically resolved." + }, + { + "module": "src.flask.cli", + "lineno": 519, + "pattern": "attribute_call", + "note": "Call via attribute access .Path(...) - target object type not statically resolved." + }, + { + "module": "src.flask.cli", + "lineno": 572, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "src.flask.cli", + "lineno": 577, + "pattern": "attribute_call", + "note": "Call via attribute access .extend(...) - target object type not statically resolved." + }, + { + "module": "src.flask.cli", + "lineno": 580, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "src.flask.cli", + "lineno": 585, + "pattern": "attribute_call", + "note": "Call via attribute access .setdefault(...) - target object type not statically resolved." + }, + { + "module": "src.flask.cli", + "lineno": 587, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "src.flask.cli", + "lineno": 594, + "pattern": "self_method_not_found", + "note": "self.add_command(...) not found in class 'FlaskGroup' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "src.flask.cli", + "lineno": 595, + "pattern": "self_method_not_found", + "note": "self.add_command(...) not found in class 'FlaskGroup' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "src.flask.cli", + "lineno": 596, + "pattern": "self_method_not_found", + "note": "self.add_command(...) not found in class 'FlaskGroup' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "src.flask.cli", + "lineno": 604, + "pattern": "attribute_call", + "note": "Call via attribute access .entry_points(...) - target object type not statically resolved." + }, + { + "module": "src.flask.cli", + "lineno": 605, + "pattern": "self_method_not_found", + "note": "self.add_command(...) not found in class 'FlaskGroup' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "src.flask.cli", + "lineno": 605, + "pattern": "attribute_call", + "note": "Call via attribute access .load(...) - target object type not statically resolved." + }, + { + "module": "src.flask.cli", + "lineno": 613, + "pattern": "attribute_call", + "note": "Call via attribute access .get_command(...) - target object type not statically resolved." + }, + { + "module": "src.flask.cli", + "lineno": 618, + "pattern": "attribute_call", + "note": "Call via attribute access .ensure_object(...) - target object type not statically resolved." + }, + { + "module": "src.flask.cli", + "lineno": 623, + "pattern": "attribute_call", + "note": "Call via attribute access .load_app(...) - target object type not statically resolved." + }, + { + "module": "src.flask.cli", + "lineno": 625, + "pattern": "attribute_call", + "note": "Call via attribute access .secho(...) - target object type not statically resolved." + }, + { + "module": "src.flask.cli", + "lineno": 625, + "pattern": "attribute_call", + "note": "Call via attribute access .format_message(...) - target object type not statically resolved." + }, + { + "module": "src.flask.cli", + "lineno": 631, + "pattern": "attribute_call", + "note": "Call via attribute access ._get_current_object(...) - target object type not statically resolved." + }, + { + "module": "src.flask.cli", + "lineno": 632, + "pattern": "attribute_call", + "note": "Call via attribute access .with_resource(...) - target object type not statically resolved." + }, + { + "module": "src.flask.cli", + "lineno": 632, + "pattern": "attribute_call", + "note": "Call via attribute access .app_context(...) - target object type not statically resolved." + }, + { + "module": "src.flask.cli", + "lineno": 634, + "pattern": "attribute_call", + "note": "Call via attribute access .get_command(...) - target object type not statically resolved." + }, + { + "module": "src.flask.cli", + "lineno": 639, + "pattern": "attribute_call", + "note": "Call via attribute access .list_commands(...) - target object type not statically resolved." + }, + { + "module": "src.flask.cli", + "lineno": 640, + "pattern": "attribute_call", + "note": "Call via attribute access .ensure_object(...) - target object type not statically resolved." + }, + { + "module": "src.flask.cli", + "lineno": 645, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "src.flask.cli", + "lineno": 645, + "pattern": "attribute_call", + "note": "Call via attribute access .list_commands(...) - target object type not statically resolved." + }, + { + "module": "src.flask.cli", + "lineno": 645, + "pattern": "attribute_call", + "note": "Call via attribute access .load_app(...) - target object type not statically resolved." + }, + { + "module": "src.flask.cli", + "lineno": 649, + "pattern": "attribute_call", + "note": "Call via attribute access .secho(...) - target object type not statically resolved." + }, + { + "module": "src.flask.cli", + "lineno": 649, + "pattern": "attribute_call", + "note": "Call via attribute access .format_message(...) - target object type not statically resolved." + }, + { + "module": "src.flask.cli", + "lineno": 653, + "pattern": "attribute_call", + "note": "Call via attribute access .secho(...) - target object type not statically resolved." + }, + { + "module": "src.flask.cli", + "lineno": 653, + "pattern": "attribute_call", + "note": "Call via attribute access .format_exc(...) - target object type not statically resolved." + }, + { + "module": "src.flask.cli", + "lineno": 676, + "pattern": "attribute_call", + "note": "Call via attribute access .make_context(...) - target object type not statically resolved." + }, + { + "module": "src.flask.cli", + "lineno": 680, + "pattern": "self_method_not_found", + "note": "self.get_help_option_names(...) not found in class 'FlaskGroup' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "src.flask.cli", + "lineno": 685, + "pattern": "attribute_call", + "note": "Call via attribute access .handle_parse_result(...) - target object type not statically resolved." + }, + { + "module": "src.flask.cli", + "lineno": 686, + "pattern": "attribute_call", + "note": "Call via attribute access .handle_parse_result(...) - target object type not statically resolved." + }, + { + "module": "src.flask.cli", + "lineno": 688, + "pattern": "attribute_call", + "note": "Call via attribute access .parse_args(...) - target object type not statically resolved." + }, + { + "module": "src.flask.cli", + "lineno": 695, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "src.flask.cli", + "lineno": 695, + "pattern": "attribute_call", + "note": "Call via attribute access .lstrip(...) - target object type not statically resolved." + }, + { + "module": "src.flask.cli", + "lineno": 735, + "pattern": "attribute_call", + "note": "Call via attribute access .isfile(...) - target object type not statically resolved." + }, + { + "module": "src.flask.cli", + "lineno": 735, + "pattern": "attribute_call", + "note": "Call via attribute access .isfile(...) - target object type not statically resolved." + }, + { + "module": "src.flask.cli", + "lineno": 736, + "pattern": "attribute_call", + "note": "Call via attribute access .secho(...) - target object type not statically resolved." + }, + { + "module": "src.flask.cli", + "lineno": 749, + "pattern": "attribute_call", + "note": "Call via attribute access .find_dotenv(...) - target object type not statically resolved." + }, + { + "module": "src.flask.cli", + "lineno": 752, + "pattern": "attribute_call", + "note": "Call via attribute access .dotenv_values(...) - target object type not statically resolved." + }, + { + "module": "src.flask.cli", + "lineno": 754, + "pattern": "attribute_call", + "note": "Call via attribute access .isfile(...) - target object type not statically resolved." + }, + { + "module": "src.flask.cli", + "lineno": 755, + "pattern": "attribute_call", + "note": "Call via attribute access .dotenv_values(...) - target object type not statically resolved." + }, + { + "module": "src.flask.cli", + "lineno": 757, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "src.flask.cli", + "lineno": 774, + "pattern": "attribute_call", + "note": "Call via attribute access .echo(...) - target object type not statically resolved." + }, + { + "module": "src.flask.cli", + "lineno": 777, + "pattern": "attribute_call", + "note": "Call via attribute access .echo(...) - target object type not statically resolved." + }, + { + "module": "src.flask.cli", + "lineno": 789, + "pattern": "attribute_call", + "note": "Call via attribute access .Path(...) - target object type not statically resolved." + }, + { + "module": "src.flask.cli", + "lineno": 797, + "pattern": "attribute_call", + "note": "Call via attribute access .BadParameter(...) - target object type not statically resolved." + }, + { + "module": "src.flask.cli", + "lineno": 804, + "pattern": "self_method_not_found", + "note": "self.path_type(...) not found in class 'CertParamType' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "src.flask.cli", + "lineno": 806, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "src.flask.cli", + "lineno": 806, + "pattern": "attribute_call", + "note": "Call via attribute access .STRING(...) - target object type not statically resolved." + }, + { + "module": "src.flask.cli", + "lineno": 812, + "pattern": "attribute_call", + "note": "Call via attribute access .BadParameter(...) - target object type not statically resolved." + }, + { + "module": "src.flask.cli", + "lineno": 832, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "src.flask.cli", + "lineno": 844, + "pattern": "attribute_call", + "note": "Call via attribute access .BadParameter(...) - target object type not statically resolved." + }, + { + "module": "src.flask.cli", + "lineno": 849, + "pattern": "attribute_call", + "note": "Call via attribute access .BadParameter(...) - target object type not statically resolved." + }, + { + "module": "src.flask.cli", + "lineno": 856, + "pattern": "attribute_call", + "note": "Call via attribute access .BadParameter(...) - target object type not statically resolved." + }, + { + "module": "src.flask.cli", + "lineno": 862, + "pattern": "attribute_call", + "note": "Call via attribute access .BadParameter(...) - target object type not statically resolved." + }, + { + "module": "src.flask.cli", + "lineno": 876, + "pattern": "self_method_not_found", + "note": "self.split_envvar_value(...) not found in class 'SeparatedPathType' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "src.flask.cli", + "lineno": 879, + "pattern": "name_call_unresolved", + "note": "Call to 'super_convert(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "src.flask.cli", + "lineno": 955, + "pattern": "attribute_call", + "note": "Call via attribute access .load_app(...) - target object type not statically resolved." + }, + { + "module": "src.flask.cli", + "lineno": 960, + "pattern": "attribute_call", + "note": "Call via attribute access .print_exc(...) - target object type not statically resolved." + }, + { + "module": "src.flask.cli", + "lineno": 882, + "pattern": "attribute_call", + "note": "Call via attribute access .command(...) - target object type not statically resolved." + }, + { + "module": "src.flask.cli", + "lineno": 883, + "pattern": "attribute_call", + "note": "Call via attribute access .option(...) - target object type not statically resolved." + }, + { + "module": "src.flask.cli", + "lineno": 884, + "pattern": "attribute_call", + "note": "Call via attribute access .option(...) - target object type not statically resolved." + }, + { + "module": "src.flask.cli", + "lineno": 885, + "pattern": "attribute_call", + "note": "Call via attribute access .option(...) - target object type not statically resolved." + }, + { + "module": "src.flask.cli", + "lineno": 891, + "pattern": "attribute_call", + "note": "Call via attribute access .option(...) - target object type not statically resolved." + }, + { + "module": "src.flask.cli", + "lineno": 893, + "pattern": "attribute_call", + "note": "Call via attribute access .Path(...) - target object type not statically resolved." + }, + { + "module": "src.flask.cli", + "lineno": 898, + "pattern": "attribute_call", + "note": "Call via attribute access .option(...) - target object type not statically resolved." + }, + { + "module": "src.flask.cli", + "lineno": 904, + "pattern": "attribute_call", + "note": "Call via attribute access .option(...) - target object type not statically resolved." + }, + { + "module": "src.flask.cli", + "lineno": 910, + "pattern": "attribute_call", + "note": "Call via attribute access .option(...) - target object type not statically resolved." + }, + { + "module": "src.flask.cli", + "lineno": 915, + "pattern": "attribute_call", + "note": "Call via attribute access .option(...) - target object type not statically resolved." + }, + { + "module": "src.flask.cli", + "lineno": 924, + "pattern": "attribute_call", + "note": "Call via attribute access .option(...) - target object type not statically resolved." + }, + { + "module": "src.flask.cli", + "lineno": 996, + "pattern": "attribute_call", + "note": "Call via attribute access .insert(...) - target object type not statically resolved." + }, + { + "module": "src.flask.cli", + "lineno": 1020, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "src.flask.cli", + "lineno": 1021, + "pattern": "attribute_call", + "note": "Call via attribute access .isfile(...) - target object type not statically resolved." + }, + { + "module": "src.flask.cli", + "lineno": 1023, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "src.flask.cli", + "lineno": 1025, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "src.flask.cli", + "lineno": 1025, + "pattern": "attribute_call", + "note": "Call via attribute access .make_shell_context(...) - target object type not statically resolved." + }, + { + "module": "src.flask.cli", + "lineno": 1041, + "pattern": "attribute_call", + "note": "Call via attribute access .set_completer(...) - target object type not statically resolved." + }, + { + "module": "src.flask.cli", + "lineno": 1043, + "pattern": "name_call_unresolved", + "note": "Call to 'interactive_hook(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "src.flask.cli", + "lineno": 1045, + "pattern": "attribute_call", + "note": "Call via attribute access .interact(...) - target object type not statically resolved." + }, + { + "module": "src.flask.cli", + "lineno": 999, + "pattern": "attribute_call", + "note": "Call via attribute access .command(...) - target object type not statically resolved." + }, + { + "module": "src.flask.cli", + "lineno": 1063, + "pattern": "attribute_call", + "note": "Call via attribute access .iter_rules(...) - target object type not statically resolved." + }, + { + "module": "src.flask.cli", + "lineno": 1066, + "pattern": "attribute_call", + "note": "Call via attribute access .echo(...) - target object type not statically resolved." + }, + { + "module": "src.flask.cli", + "lineno": 1077, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "src.flask.cli", + "lineno": 1104, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "src.flask.cli", + "lineno": 1107, + "pattern": "attribute_call", + "note": "Call via attribute access .echo(...) - target object type not statically resolved." + }, + { + "module": "src.flask.cli", + "lineno": 1107, + "pattern": "attribute_call", + "note": "Call via attribute access .format(...) - target object type not statically resolved." + }, + { + "module": "src.flask.cli", + "lineno": 1048, + "pattern": "attribute_call", + "note": "Call via attribute access .command(...) - target object type not statically resolved." + }, + { + "module": "src.flask.cli", + "lineno": 1049, + "pattern": "attribute_call", + "note": "Call via attribute access .option(...) - target object type not statically resolved." + }, + { + "module": "src.flask.cli", + "lineno": 1052, + "pattern": "attribute_call", + "note": "Call via attribute access .Choice(...) - target object type not statically resolved." + }, + { + "module": "src.flask.cli", + "lineno": 1059, + "pattern": "attribute_call", + "note": "Call via attribute access .option(...) - target object type not statically resolved." + }, + { + "module": "src.flask.cli", + "lineno": 1123, + "pattern": "attribute_call", + "note": "Call via attribute access .main(...) - target object type not statically resolved." + }, + { + "module": "src.flask.config", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .TypeVar(...) - target object type not statically resolved." + }, + { + "module": "src.flask.config", + "lineno": 42, + "pattern": "self_method_not_found", + "note": "self.get_converter(...) not found in class 'ConfigAttribute' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "src.flask.config", + "lineno": 99, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "src.flask.config", + "lineno": 114, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "src.flask.config", + "lineno": 155, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "src.flask.config", + "lineno": 159, + "pattern": "attribute_call", + "note": "Call via attribute access .removeprefix(...) - target object type not statically resolved." + }, + { + "module": "src.flask.config", + "lineno": 162, + "pattern": "name_call_unresolved", + "note": "Call to 'loads(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "src.flask.config", + "lineno": 174, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "src.flask.config", + "lineno": 204, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "src.flask.config", + "lineno": 205, + "pattern": "attribute_call", + "note": "Call via attribute access .ModuleType(...) - target object type not statically resolved." + }, + { + "module": "src.flask.config", + "lineno": 209, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "src.flask.config", + "lineno": 252, + "pattern": "name_call_unresolved", + "note": "Call to 'dir(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "src.flask.config", + "lineno": 253, + "pattern": "attribute_call", + "note": "Call via attribute access .isupper(...) - target object type not statically resolved." + }, + { + "module": "src.flask.config", + "lineno": 290, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "src.flask.config", + "lineno": 294, + "pattern": "name_call_unresolved", + "note": "Call to 'load(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "src.flask.config", + "lineno": 316, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "src.flask.config", + "lineno": 317, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "src.flask.config", + "lineno": 318, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "src.flask.config", + "lineno": 319, + "pattern": "attribute_call", + "note": "Call via attribute access .isupper(...) - target object type not statically resolved." + }, + { + "module": "src.flask.config", + "lineno": 354, + "pattern": "self_method_not_found", + "note": "self.items(...) not found in class 'Config' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "src.flask.config", + "lineno": 355, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "src.flask.config", + "lineno": 362, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "src.flask.config", + "lineno": 367, + "pattern": "attribute_call", + "note": "Call via attribute access .__repr__(...) - target object type not statically resolved." + }, + { + "module": "src.flask.ctx", + "lineno": 77, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "src.flask.ctx", + "lineno": 89, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "src.flask.ctx", + "lineno": 91, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "src.flask.ctx", + "lineno": 103, + "pattern": "attribute_call", + "note": "Call via attribute access .setdefault(...) - target object type not statically resolved." + }, + { + "module": "src.flask.ctx", + "lineno": 112, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "src.flask.ctx", + "lineno": 115, + "pattern": "attribute_call", + "note": "Call via attribute access .__repr__(...) - target object type not statically resolved." + }, + { + "module": "src.flask.ctx", + "lineno": 139, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "src.flask.ctx", + "lineno": 147, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "src.flask.ctx", + "lineno": 151, + "pattern": "attribute_call", + "note": "Call via attribute access .TypeVar(...) - target object type not statically resolved." + }, + { + "module": "src.flask.ctx", + "lineno": 193, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "src.flask.ctx", + "lineno": 203, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "src.flask.ctx", + "lineno": 204, + "pattern": "attribute_call", + "note": "Call via attribute access .ensure_sync(...) - target object type not statically resolved." + }, + { + "module": "src.flask.ctx", + "lineno": 232, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "src.flask.ctx", + "lineno": 257, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "src.flask.ctx", + "lineno": 312, + "pattern": "attribute_call", + "note": "Call via attribute access .app_ctx_globals_class(...) - target object type not statically resolved." + }, + { + "module": "src.flask.ctx", + "lineno": 326, + "pattern": "attribute_call", + "note": "Call via attribute access .create_url_adapter(...) - target object type not statically resolved." + }, + { + "module": "src.flask.ctx", + "lineno": 346, + "pattern": "attribute_call", + "note": "Call via attribute access .request_class(...) - target object type not statically resolved." + }, + { + "module": "src.flask.ctx", + "lineno": 348, + "pattern": "name_call_unresolved", + "note": "Call to 'cls(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "src.flask.ctx", + "lineno": 364, + "pattern": "self_method_not_found", + "note": "self.__class__(...) not found in class 'AppContext' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "src.flask.ctx", + "lineno": 388, + "pattern": "attribute_call", + "note": "Call via attribute access .open_session(...) - target object type not statically resolved." + }, + { + "module": "src.flask.ctx", + "lineno": 391, + "pattern": "attribute_call", + "note": "Call via attribute access .make_null_session(...) - target object type not statically resolved." + }, + { + "module": "src.flask.ctx", + "lineno": 410, + "pattern": "attribute_call", + "note": "Call via attribute access .match(...) - target object type not statically resolved." + }, + { + "module": "src.flask.ctx", + "lineno": 433, + "pattern": "attribute_call", + "note": "Call via attribute access .set(...) - target object type not statically resolved." + }, + { + "module": "src.flask.ctx", + "lineno": 434, + "pattern": "attribute_call", + "note": "Call via attribute access .send(...) - target object type not statically resolved." + }, + { + "module": "src.flask.ctx", + "lineno": 468, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "src.flask.ctx", + "lineno": 490, + "pattern": "attribute_call", + "note": "Call via attribute access .do_teardown_request(...) - target object type not statically resolved." + }, + { + "module": "src.flask.ctx", + "lineno": 493, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "src.flask.ctx", + "lineno": 496, + "pattern": "attribute_call", + "note": "Call via attribute access .do_teardown_appcontext(...) - target object type not statically resolved." + }, + { + "module": "src.flask.ctx", + "lineno": 498, + "pattern": "attribute_call", + "note": "Call via attribute access .reset(...) - target object type not statically resolved." + }, + { + "module": "src.flask.ctx", + "lineno": 502, + "pattern": "attribute_call", + "note": "Call via attribute access .send(...) - target object type not statically resolved." + }, + { + "module": "src.flask.ctx", + "lineno": 532, + "pattern": "attribute_call", + "note": "Call via attribute access .warn(...) - target object type not statically resolved." + }, + { + "module": "src.flask.debughelpers", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .getlist(...) - target object type not statically resolved." + }, + { + "module": "src.flask.debughelpers", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "src.flask.debughelpers", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "src.flask.debughelpers", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .partition(...) - target object type not statically resolved." + }, + { + "module": "src.flask.debughelpers", + "lineno": 78, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "src.flask.debughelpers", + "lineno": 78, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "src.flask.debughelpers", + "lineno": 93, + "pattern": "attribute_call", + "note": "Call via attribute access .__getitem__(...) - target object type not statically resolved." + }, + { + "module": "src.flask.debughelpers", + "lineno": 98, + "pattern": "attribute_call", + "note": "Call via attribute access .with_traceback(...) - target object type not statically resolved." + }, + { + "module": "src.flask.debughelpers", + "lineno": 109, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "src.flask.debughelpers", + "lineno": 110, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "src.flask.debughelpers", + "lineno": 140, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "src.flask.debughelpers", + "lineno": 179, + "pattern": "attribute_call", + "note": "Call via attribute access .info(...) - target object type not statically resolved." + }, + { + "module": "src.flask.debughelpers", + "lineno": 179, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "src.flask.globals", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .TypeVar(...) - target object type not statically resolved." + }, + { + "module": "src.flask.globals", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .warn(...) - target object type not statically resolved." + }, + { + "module": "src.flask.helpers", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "src.flask.helpers", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "src.flask.helpers", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "src.flask.helpers", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "src.flask.helpers", + "lineno": 121, + "pattern": "name_call_unresolved", + "note": "Call to 'generator_or_function(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "src.flask.helpers", + "lineno": 127, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "src.flask.helpers", + "lineno": 141, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "src.flask.helpers", + "lineno": 194, + "pattern": "attribute_call", + "note": "Call via attribute access .response_class(...) - target object type not statically resolved." + }, + { + "module": "src.flask.helpers", + "lineno": 197, + "pattern": "attribute_call", + "note": "Call via attribute access .make_response(...) - target object type not statically resolved." + }, + { + "module": "src.flask.helpers", + "lineno": 244, + "pattern": "attribute_call", + "note": "Call via attribute access .url_for(...) - target object type not statically resolved." + }, + { + "module": "src.flask.helpers", + "lineno": 275, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "src.flask.helpers", + "lineno": 276, + "pattern": "attribute_call", + "note": "Call via attribute access .redirect(...) - target object type not statically resolved." + }, + { + "module": "src.flask.helpers", + "lineno": 278, + "pattern": "name_call_unresolved", + "note": "Call to '_wz_redirect(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "src.flask.helpers", + "lineno": 298, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "src.flask.helpers", + "lineno": 299, + "pattern": "attribute_call", + "note": "Call via attribute access .aborter(...) - target object type not statically resolved." + }, + { + "module": "src.flask.helpers", + "lineno": 301, + "pattern": "name_call_unresolved", + "note": "Call to '_wz_abort(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "src.flask.helpers", + "lineno": 323, + "pattern": "attribute_call", + "note": "Call via attribute access .get_template(...) - target object type not statically resolved." + }, + { + "module": "src.flask.helpers", + "lineno": 348, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "src.flask.helpers", + "lineno": 349, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "src.flask.helpers", + "lineno": 351, + "pattern": "attribute_call", + "note": "Call via attribute access ._get_current_object(...) - target object type not statically resolved." + }, + { + "module": "src.flask.helpers", + "lineno": 352, + "pattern": "attribute_call", + "note": "Call via attribute access .send(...) - target object type not statically resolved." + }, + { + "module": "src.flask.helpers", + "lineno": 393, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "src.flask.helpers", + "lineno": 403, + "pattern": "attribute_call", + "note": "Call via attribute access ._get_current_object(...) - target object type not statically resolved." + }, + { + "module": "src.flask.helpers", + "lineno": 405, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "src.flask.helpers", + "lineno": 408, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "src.flask.helpers", + "lineno": 528, + "pattern": "attribute_call", + "note": "Call via attribute access .send_file(...) - target object type not statically resolved." + }, + { + "module": "src.flask.helpers", + "lineno": 582, + "pattern": "attribute_call", + "note": "Call via attribute access .send_from_directory(...) - target object type not statically resolved." + }, + { + "module": "src.flask.helpers", + "lineno": 597, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "src.flask.helpers", + "lineno": 600, + "pattern": "attribute_call", + "note": "Call via attribute access .dirname(...) - target object type not statically resolved." + }, + { + "module": "src.flask.helpers", + "lineno": 600, + "pattern": "attribute_call", + "note": "Call via attribute access .abspath(...) - target object type not statically resolved." + }, + { + "module": "src.flask.helpers", + "lineno": 604, + "pattern": "attribute_call", + "note": "Call via attribute access .find_spec(...) - target object type not statically resolved." + }, + { + "module": "src.flask.helpers", + "lineno": 617, + "pattern": "attribute_call", + "note": "Call via attribute access .getcwd(...) - target object type not statically resolved." + }, + { + "module": "src.flask.helpers", + "lineno": 620, + "pattern": "attribute_call", + "note": "Call via attribute access .get_filename(...) - target object type not statically resolved." + }, + { + "module": "src.flask.helpers", + "lineno": 641, + "pattern": "attribute_call", + "note": "Call via attribute access .dirname(...) - target object type not statically resolved." + }, + { + "module": "src.flask.helpers", + "lineno": 641, + "pattern": "attribute_call", + "note": "Call via attribute access .abspath(...) - target object type not statically resolved." + }, + { + "module": "src.flask.helpers", + "lineno": 649, + "pattern": "attribute_call", + "note": "Call via attribute access .extend(...) - target object type not statically resolved." + }, + { + "module": "src.flask.helpers", + "lineno": 649, + "pattern": "attribute_call", + "note": "Call via attribute access .rpartition(...) - target object type not statically resolved." + }, + { + "module": "src.flask.helpers", + "lineno": 672, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "src.flask.helpers", + "lineno": 680, + "pattern": "name_call_unresolved", + "note": "Call to 'BaseExceptionGroup(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "src.flask.logging", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .getEffectiveLevel(...) - target object type not statically resolved." + }, + { + "module": "src.flask.logging", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .StreamHandler(...) - target object type not statically resolved." + }, + { + "module": "src.flask.logging", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .setFormatter(...) - target object type not statically resolved." + }, + { + "module": "src.flask.logging", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .Formatter(...) - target object type not statically resolved." + }, + { + "module": "src.flask.logging", + "lineno": 71, + "pattern": "attribute_call", + "note": "Call via attribute access .getLogger(...) - target object type not statically resolved." + }, + { + "module": "src.flask.logging", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .setLevel(...) - target object type not statically resolved." + }, + { + "module": "src.flask.logging", + "lineno": 77, + "pattern": "attribute_call", + "note": "Call via attribute access .addHandler(...) - target object type not statically resolved." + }, + { + "module": "src.flask.sessions", + "lineno": 30, + "pattern": "self_method_not_found", + "note": "self.get(...) not found in class 'SessionMixin' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "src.flask.sessions", + "lineno": 80, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "src.flask.sessions", + "lineno": 160, + "pattern": "self_method_not_found", + "note": "self.null_session_class(...) not found in class 'SessionInterface' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "src.flask.sessions", + "lineno": 230, + "pattern": "attribute_call", + "note": "Call via attribute access .now(...) - target object type not statically resolved." + }, + { + "module": "src.flask.sessions", + "lineno": 281, + "pattern": "attribute_call", + "note": "Call via attribute access .sha1(...) - target object type not statically resolved." + }, + { + "module": "src.flask.sessions", + "lineno": 310, + "pattern": "attribute_call", + "note": "Call via attribute access .extend(...) - target object type not statically resolved." + }, + { + "module": "src.flask.sessions", + "lineno": 312, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "src.flask.sessions", + "lineno": 327, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "src.flask.sessions", + "lineno": 329, + "pattern": "self_method_not_found", + "note": "self.session_class(...) not found in class 'SecureCookieSessionInterface' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "src.flask.sessions", + "lineno": 330, + "pattern": "attribute_call", + "note": "Call via attribute access .total_seconds(...) - target object type not statically resolved." + }, + { + "module": "src.flask.sessions", + "lineno": 332, + "pattern": "attribute_call", + "note": "Call via attribute access .loads(...) - target object type not statically resolved." + }, + { + "module": "src.flask.sessions", + "lineno": 333, + "pattern": "self_method_not_found", + "note": "self.session_class(...) not found in class 'SecureCookieSessionInterface' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "src.flask.sessions", + "lineno": 335, + "pattern": "self_method_not_found", + "note": "self.session_class(...) not found in class 'SecureCookieSessionInterface' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "src.flask.sessions", + "lineno": 350, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "src.flask.sessions", + "lineno": 356, + "pattern": "attribute_call", + "note": "Call via attribute access .delete_cookie(...) - target object type not statically resolved." + }, + { + "module": "src.flask.sessions", + "lineno": 365, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "src.flask.sessions", + "lineno": 373, + "pattern": "attribute_call", + "note": "Call via attribute access .dumps(...) - target object type not statically resolved." + }, + { + "module": "src.flask.sessions", + "lineno": 374, + "pattern": "attribute_call", + "note": "Call via attribute access .set_cookie(...) - target object type not statically resolved." + }, + { + "module": "src.flask.sessions", + "lineno": 385, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "src.flask.signals", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .signal(...) - target object type not statically resolved." + }, + { + "module": "src.flask.signals", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .signal(...) - target object type not statically resolved." + }, + { + "module": "src.flask.signals", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .signal(...) - target object type not statically resolved." + }, + { + "module": "src.flask.signals", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .signal(...) - target object type not statically resolved." + }, + { + "module": "src.flask.signals", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .signal(...) - target object type not statically resolved." + }, + { + "module": "src.flask.signals", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .signal(...) - target object type not statically resolved." + }, + { + "module": "src.flask.signals", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .signal(...) - target object type not statically resolved." + }, + { + "module": "src.flask.signals", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .signal(...) - target object type not statically resolved." + }, + { + "module": "src.flask.signals", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .signal(...) - target object type not statically resolved." + }, + { + "module": "src.flask.signals", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .signal(...) - target object type not statically resolved." + }, + { + "module": "src.flask.templating", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access ._get_current_object(...) - target object type not statically resolved." + }, + { + "module": "src.flask.templating", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .create_global_jinja_loader(...) - target object type not statically resolved." + }, + { + "module": "src.flask.templating", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "src.flask.templating", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .get_source(...) - target object type not statically resolved." + }, + { + "module": "src.flask.templating", + "lineno": 93, + "pattern": "attribute_call", + "note": "Call via attribute access .get_source(...) - target object type not statically resolved." + }, + { + "module": "src.flask.templating", + "lineno": 103, + "pattern": "attribute_call", + "note": "Call via attribute access .iter_blueprints(...) - target object type not statically resolved." + }, + { + "module": "src.flask.templating", + "lineno": 112, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "src.flask.templating", + "lineno": 112, + "pattern": "attribute_call", + "note": "Call via attribute access .list_templates(...) - target object type not statically resolved." + }, + { + "module": "src.flask.templating", + "lineno": 114, + "pattern": "attribute_call", + "note": "Call via attribute access .iter_blueprints(...) - target object type not statically resolved." + }, + { + "module": "src.flask.templating", + "lineno": 117, + "pattern": "attribute_call", + "note": "Call via attribute access .list_templates(...) - target object type not statically resolved." + }, + { + "module": "src.flask.templating", + "lineno": 118, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "src.flask.templating", + "lineno": 125, + "pattern": "attribute_call", + "note": "Call via attribute access .update_template_context(...) - target object type not statically resolved." + }, + { + "module": "src.flask.templating", + "lineno": 126, + "pattern": "attribute_call", + "note": "Call via attribute access .send(...) - target object type not statically resolved." + }, + { + "module": "src.flask.templating", + "lineno": 129, + "pattern": "attribute_call", + "note": "Call via attribute access .render(...) - target object type not statically resolved." + }, + { + "module": "src.flask.templating", + "lineno": 130, + "pattern": "attribute_call", + "note": "Call via attribute access .send(...) - target object type not statically resolved." + }, + { + "module": "src.flask.templating", + "lineno": 146, + "pattern": "attribute_call", + "note": "Call via attribute access ._get_current_object(...) - target object type not statically resolved." + }, + { + "module": "src.flask.templating", + "lineno": 147, + "pattern": "attribute_call", + "note": "Call via attribute access .get_or_select_template(...) - target object type not statically resolved." + }, + { + "module": "src.flask.templating", + "lineno": 158, + "pattern": "attribute_call", + "note": "Call via attribute access ._get_current_object(...) - target object type not statically resolved." + }, + { + "module": "src.flask.templating", + "lineno": 159, + "pattern": "attribute_call", + "note": "Call via attribute access .from_string(...) - target object type not statically resolved." + }, + { + "module": "src.flask.templating", + "lineno": 167, + "pattern": "attribute_call", + "note": "Call via attribute access .update_template_context(...) - target object type not statically resolved." + }, + { + "module": "src.flask.templating", + "lineno": 168, + "pattern": "attribute_call", + "note": "Call via attribute access .send(...) - target object type not statically resolved." + }, + { + "module": "src.flask.templating", + "lineno": 173, + "pattern": "attribute_call", + "note": "Call via attribute access .generate(...) - target object type not statically resolved." + }, + { + "module": "src.flask.templating", + "lineno": 174, + "pattern": "attribute_call", + "note": "Call via attribute access .send(...) - target object type not statically resolved." + }, + { + "module": "src.flask.templating", + "lineno": 195, + "pattern": "attribute_call", + "note": "Call via attribute access ._get_current_object(...) - target object type not statically resolved." + }, + { + "module": "src.flask.templating", + "lineno": 196, + "pattern": "attribute_call", + "note": "Call via attribute access .get_or_select_template(...) - target object type not statically resolved." + }, + { + "module": "src.flask.templating", + "lineno": 210, + "pattern": "attribute_call", + "note": "Call via attribute access ._get_current_object(...) - target object type not statically resolved." + }, + { + "module": "src.flask.templating", + "lineno": 211, + "pattern": "attribute_call", + "note": "Call via attribute access .from_string(...) - target object type not statically resolved." + }, + { + "module": "src.flask.testing", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "src.flask.testing", + "lineno": 78, + "pattern": "attribute_call", + "note": "Call via attribute access .lstrip(...) - target object type not statically resolved." + }, + { + "module": "src.flask.testing", + "lineno": 86, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "src.flask.testing", + "lineno": 94, + "pattern": "attribute_call", + "note": "Call via attribute access .dumps(...) - target object type not statically resolved." + }, + { + "module": "src.flask.testing", + "lineno": 104, + "pattern": "attribute_call", + "note": "Call via attribute access .version(...) - target object type not statically resolved." + }, + { + "module": "src.flask.testing", + "lineno": 126, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "src.flask.testing", + "lineno": 161, + "pattern": "attribute_call", + "note": "Call via attribute access .test_request_context(...) - target object type not statically resolved." + }, + { + "module": "src.flask.testing", + "lineno": 162, + "pattern": "self_method_not_found", + "note": "self._add_cookies_to_wsgi(...) not found in class 'FlaskClient' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "src.flask.testing", + "lineno": 165, + "pattern": "attribute_call", + "note": "Call via attribute access .open_session(...) - target object type not statically resolved." + }, + { + "module": "src.flask.testing", + "lineno": 171, + "pattern": "attribute_call", + "note": "Call via attribute access .response_class(...) - target object type not statically resolved." + }, + { + "module": "src.flask.testing", + "lineno": 173, + "pattern": "attribute_call", + "note": "Call via attribute access .is_null_session(...) - target object type not statically resolved." + }, + { + "module": "src.flask.testing", + "lineno": 177, + "pattern": "attribute_call", + "note": "Call via attribute access .save_session(...) - target object type not statically resolved." + }, + { + "module": "src.flask.testing", + "lineno": 179, + "pattern": "self_method_not_found", + "note": "self._update_cookies_from_response(...) not found in class 'FlaskClient' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "src.flask.testing", + "lineno": 180, + "pattern": "attribute_call", + "note": "Call via attribute access .partition(...) - target object type not statically resolved." + }, + { + "module": "src.flask.testing", + "lineno": 182, + "pattern": "attribute_call", + "note": "Call via attribute access .getlist(...) - target object type not statically resolved." + }, + { + "module": "src.flask.testing", + "lineno": 196, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "src.flask.testing", + "lineno": 200, + "pattern": "attribute_call", + "note": "Call via attribute access .get_request(...) - target object type not statically resolved." + }, + { + "module": "src.flask.testing", + "lineno": 202, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "src.flask.testing", + "lineno": 217, + "pattern": "attribute_call", + "note": "Call via attribute access .get_request(...) - target object type not statically resolved." + }, + { + "module": "src.flask.testing", + "lineno": 219, + "pattern": "attribute_call", + "note": "Call via attribute access .get_request(...) - target object type not statically resolved." + }, + { + "module": "src.flask.testing", + "lineno": 219, + "pattern": "attribute_call", + "note": "Call via attribute access .from_environ(...) - target object type not statically resolved." + }, + { + "module": "src.flask.testing", + "lineno": 233, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "src.flask.testing", + "lineno": 235, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "src.flask.testing", + "lineno": 244, + "pattern": "attribute_call", + "note": "Call via attribute access .enter_context(...) - target object type not statically resolved." + }, + { + "module": "src.flask.testing", + "lineno": 246, + "pattern": "attribute_call", + "note": "Call via attribute access .clear(...) - target object type not statically resolved." + }, + { + "module": "src.flask.testing", + "lineno": 262, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "src.flask.testing", + "lineno": 273, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "src.flask.testing", + "lineno": 298, + "pattern": "attribute_call", + "note": "Call via attribute access .invoke(...) - target object type not statically resolved." + }, + { + "module": "src.flask.typing", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .TypeVar(...) - target object type not statically resolved." + }, + { + "module": "src.flask.views", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .TypeVar(...) - target object type not statically resolved." + }, + { + "module": "src.flask.views", + "lineno": 107, + "pattern": "attribute_call", + "note": "Call via attribute access .view_class(...) - target object type not statically resolved." + }, + { + "module": "src.flask.views", + "lineno": 110, + "pattern": "attribute_call", + "note": "Call via attribute access .ensure_sync(...) - target object type not statically resolved." + }, + { + "module": "src.flask.views", + "lineno": 113, + "pattern": "name_call_unresolved", + "note": "Call to 'cls(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "src.flask.views", + "lineno": 116, + "pattern": "attribute_call", + "note": "Call via attribute access .ensure_sync(...) - target object type not statically resolved." + }, + { + "module": "src.flask.views", + "lineno": 122, + "pattern": "name_call_unresolved", + "note": "Call to 'decorator(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "src.flask.views", + "lineno": 166, + "pattern": "attribute_call", + "note": "Call via attribute access .__init_subclass__(...) - target object type not statically resolved." + }, + { + "module": "src.flask.views", + "lineno": 173, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "src.flask.views", + "lineno": 177, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "src.flask.views", + "lineno": 177, + "pattern": "attribute_call", + "note": "Call via attribute access .upper(...) - target object type not statically resolved." + }, + { + "module": "src.flask.views", + "lineno": 183, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "src.flask.views", + "lineno": 191, + "pattern": "attribute_call", + "note": "Call via attribute access .ensure_sync(...) - target object type not statically resolved." + }, + { + "module": "src.flask.wrappers", + "lineno": 176, + "pattern": "attribute_call", + "note": "Call via attribute access .rpartition(...) - target object type not statically resolved." + }, + { + "module": "src.flask.wrappers", + "lineno": 198, + "pattern": "attribute_call", + "note": "Call via attribute access ._load_form_data(...) - target object type not statically resolved." + }, + { + "module": "src.flask.wrappers", + "lineno": 214, + "pattern": "attribute_call", + "note": "Call via attribute access .on_json_loading_failed(...) - target object type not statically resolved." + }, + { + "module": "src.flask.json.provider", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .proxy(...) - target object type not statically resolved." + }, + { + "module": "src.flask.json.provider", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .write(...) - target object type not statically resolved." + }, + { + "module": "src.flask.json.provider", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "src.flask.json.provider", + "lineno": 105, + "pattern": "attribute_call", + "note": "Call via attribute access .response_class(...) - target object type not statically resolved." + }, + { + "module": "src.flask.json.provider", + "lineno": 115, + "pattern": "attribute_call", + "note": "Call via attribute access .is_dataclass(...) - target object type not statically resolved." + }, + { + "module": "src.flask.json.provider", + "lineno": 116, + "pattern": "attribute_call", + "note": "Call via attribute access .asdict(...) - target object type not statically resolved." + }, + { + "module": "src.flask.json.provider", + "lineno": 119, + "pattern": "attribute_call", + "note": "Call via attribute access .__html__(...) - target object type not statically resolved." + }, + { + "module": "src.flask.json.provider", + "lineno": 176, + "pattern": "attribute_call", + "note": "Call via attribute access .setdefault(...) - target object type not statically resolved." + }, + { + "module": "src.flask.json.provider", + "lineno": 177, + "pattern": "attribute_call", + "note": "Call via attribute access .setdefault(...) - target object type not statically resolved." + }, + { + "module": "src.flask.json.provider", + "lineno": 178, + "pattern": "attribute_call", + "note": "Call via attribute access .setdefault(...) - target object type not statically resolved." + }, + { + "module": "src.flask.json.provider", + "lineno": 179, + "pattern": "attribute_call", + "note": "Call via attribute access .dumps(...) - target object type not statically resolved." + }, + { + "module": "src.flask.json.provider", + "lineno": 187, + "pattern": "attribute_call", + "note": "Call via attribute access .loads(...) - target object type not statically resolved." + }, + { + "module": "src.flask.json.provider", + "lineno": 209, + "pattern": "attribute_call", + "note": "Call via attribute access .setdefault(...) - target object type not statically resolved." + }, + { + "module": "src.flask.json.provider", + "lineno": 211, + "pattern": "attribute_call", + "note": "Call via attribute access .setdefault(...) - target object type not statically resolved." + }, + { + "module": "src.flask.json.provider", + "lineno": 213, + "pattern": "attribute_call", + "note": "Call via attribute access .response_class(...) - target object type not statically resolved." + }, + { + "module": "src.flask.json.tag", + "lineno": 112, + "pattern": "attribute_call", + "note": "Call via attribute access .tag(...) - target object type not statically resolved." + }, + { + "module": "src.flask.json.tag", + "lineno": 128, + "pattern": "attribute_call", + "note": "Call via attribute access .tag(...) - target object type not statically resolved." + }, + { + "module": "src.flask.json.tag", + "lineno": 128, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "src.flask.json.tag", + "lineno": 141, + "pattern": "attribute_call", + "note": "Call via attribute access .tag(...) - target object type not statically resolved." + }, + { + "module": "src.flask.json.tag", + "lineno": 154, + "pattern": "attribute_call", + "note": "Call via attribute access .tag(...) - target object type not statically resolved." + }, + { + "module": "src.flask.json.tag", + "lineno": 167, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "src.flask.json.tag", + "lineno": 185, + "pattern": "attribute_call", + "note": "Call via attribute access .__html__(...) - target object type not statically resolved." + }, + { + "module": "src.flask.json.tag", + "lineno": 275, + "pattern": "name_call_unresolved", + "note": "Call to 'tag_class(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "src.flask.json.tag", + "lineno": 285, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "src.flask.json.tag", + "lineno": 287, + "pattern": "attribute_call", + "note": "Call via attribute access .insert(...) - target object type not statically resolved." + }, + { + "module": "src.flask.json.tag", + "lineno": 292, + "pattern": "attribute_call", + "note": "Call via attribute access .check(...) - target object type not statically resolved." + }, + { + "module": "src.flask.json.tag", + "lineno": 293, + "pattern": "attribute_call", + "note": "Call via attribute access .tag(...) - target object type not statically resolved." + }, + { + "module": "src.flask.json.tag", + "lineno": 307, + "pattern": "attribute_call", + "note": "Call via attribute access .to_python(...) - target object type not statically resolved." + }, + { + "module": "src.flask.json", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .dumps(...) - target object type not statically resolved." + }, + { + "module": "src.flask.json", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .setdefault(...) - target object type not statically resolved." + }, + { + "module": "src.flask.json", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .dumps(...) - target object type not statically resolved." + }, + { + "module": "src.flask.json", + "lineno": 71, + "pattern": "attribute_call", + "note": "Call via attribute access .dump(...) - target object type not statically resolved." + }, + { + "module": "src.flask.json", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .setdefault(...) - target object type not statically resolved." + }, + { + "module": "src.flask.json", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .dump(...) - target object type not statically resolved." + }, + { + "module": "src.flask.json", + "lineno": 103, + "pattern": "attribute_call", + "note": "Call via attribute access .loads(...) - target object type not statically resolved." + }, + { + "module": "src.flask.json", + "lineno": 105, + "pattern": "attribute_call", + "note": "Call via attribute access .loads(...) - target object type not statically resolved." + }, + { + "module": "src.flask.json", + "lineno": 133, + "pattern": "attribute_call", + "note": "Call via attribute access .load(...) - target object type not statically resolved." + }, + { + "module": "src.flask.json", + "lineno": 135, + "pattern": "attribute_call", + "note": "Call via attribute access .load(...) - target object type not statically resolved." + }, + { + "module": "src.flask.json", + "lineno": 170, + "pattern": "attribute_call", + "note": "Call via attribute access .response(...) - target object type not statically resolved." + }, + { + "module": "src.flask.sansio.app", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .TypeVar(...) - target object type not statically resolved." + }, + { + "module": "src.flask.sansio.app", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .TypeVar(...) - target object type not statically resolved." + }, + { + "module": "src.flask.sansio.app", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .TypeVar(...) - target object type not statically resolved." + }, + { + "module": "src.flask.sansio.app", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .TypeVar(...) - target object type not statically resolved." + }, + { + "module": "src.flask.sansio.app", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .TypeVar(...) - target object type not statically resolved." + }, + { + "module": "src.flask.sansio.app", + "lineno": 292, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "src.flask.sansio.app", + "lineno": 302, + "pattern": "attribute_call", + "note": "Call via attribute access .isabs(...) - target object type not statically resolved." + }, + { + "module": "src.flask.sansio.app", + "lineno": 326, + "pattern": "self_method_not_found", + "note": "self.json_provider_class(...) not found in class 'App' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "src.flask.sansio.app", + "lineno": 402, + "pattern": "self_method_not_found", + "note": "self.url_map_class(...) not found in class 'App' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "src.flask.sansio.app", + "lineno": 436, + "pattern": "attribute_call", + "note": "Call via attribute access .splitext(...) - target object type not statically resolved." + }, + { + "module": "src.flask.sansio.app", + "lineno": 436, + "pattern": "attribute_call", + "note": "Call via attribute access .basename(...) - target object type not statically resolved." + }, + { + "module": "src.flask.sansio.app", + "lineno": 493, + "pattern": "self_method_not_found", + "note": "self.config_class(...) not found in class 'App' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "src.flask.sansio.app", + "lineno": 505, + "pattern": "self_method_not_found", + "note": "self.aborter_class(...) not found in class 'App' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "src.flask.sansio.app", + "lineno": 517, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "src.flask.sansio.app", + "lineno": 518, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "src.flask.sansio.app", + "lineno": 547, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "src.flask.sansio.app", + "lineno": 547, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "src.flask.sansio.app", + "lineno": 595, + "pattern": "attribute_call", + "note": "Call via attribute access .register(...) - target object type not statically resolved." + }, + { + "module": "src.flask.sansio.app", + "lineno": 602, + "pattern": "attribute_call", + "note": "Call via attribute access .values(...) - target object type not statically resolved." + }, + { + "module": "src.flask.sansio.app", + "lineno": 616, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "src.flask.sansio.app", + "lineno": 628, + "pattern": "attribute_call", + "note": "Call via attribute access .upper(...) - target object type not statically resolved." + }, + { + "module": "src.flask.sansio.app", + "lineno": 645, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "src.flask.sansio.app", + "lineno": 650, + "pattern": "self_method_not_found", + "note": "self.url_rule_class(...) not found in class 'App' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "src.flask.sansio.app", + "lineno": 653, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "src.flask.sansio.app", + "lineno": 655, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "src.flask.sansio.app", + "lineno": 854, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "src.flask.sansio.app", + "lineno": 865, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "src.flask.sansio.app", + "lineno": 887, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "src.flask.sansio.app", + "lineno": 954, + "pattern": "name_call_unresolved", + "note": "Call to '_wz_redirect(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "src.flask.sansio.app", + "lineno": 973, + "pattern": "attribute_call", + "note": "Call via attribute access .rpartition(...) - target object type not statically resolved." + }, + { + "module": "src.flask.sansio.app", + "lineno": 979, + "pattern": "name_call_unresolved", + "note": "Call to 'func(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "src.flask.sansio.app", + "lineno": 1000, + "pattern": "name_call_unresolved", + "note": "Call to 'handler(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "src.flask.sansio.app", + "lineno": 1010, + "pattern": "attribute_call", + "note": "Call via attribute access .exc_info(...) - target object type not statically resolved." + }, + { + "module": "src.flask.sansio.blueprints", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .TypeVar(...) - target object type not statically resolved." + }, + { + "module": "src.flask.sansio.blueprints", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .TypeVar(...) - target object type not statically resolved." + }, + { + "module": "src.flask.sansio.blueprints", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .TypeVar(...) - target object type not statically resolved." + }, + { + "module": "src.flask.sansio.blueprints", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .TypeVar(...) - target object type not statically resolved." + }, + { + "module": "src.flask.sansio.blueprints", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .TypeVar(...) - target object type not statically resolved." + }, + { + "module": "src.flask.sansio.blueprints", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .TypeVar(...) - target object type not statically resolved." + }, + { + "module": "src.flask.sansio.blueprints", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .TypeVar(...) - target object type not statically resolved." + }, + { + "module": "src.flask.sansio.blueprints", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .TypeVar(...) - target object type not statically resolved." + }, + { + "module": "src.flask.sansio.blueprints", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .TypeVar(...) - target object type not statically resolved." + }, + { + "module": "src.flask.sansio.blueprints", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .TypeVar(...) - target object type not statically resolved." + }, + { + "module": "src.flask.sansio.blueprints", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "src.flask.sansio.blueprints", + "lineno": 72, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "src.flask.sansio.blueprints", + "lineno": 79, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "src.flask.sansio.blueprints", + "lineno": 80, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "src.flask.sansio.blueprints", + "lineno": 85, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "src.flask.sansio.blueprints", + "lineno": 85, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "src.flask.sansio.blueprints", + "lineno": 100, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "src.flask.sansio.blueprints", + "lineno": 100, + "pattern": "attribute_call", + "note": "Call via attribute access .rstrip(...) - target object type not statically resolved." + }, + { + "module": "src.flask.sansio.blueprints", + "lineno": 100, + "pattern": "attribute_call", + "note": "Call via attribute access .lstrip(...) - target object type not statically resolved." + }, + { + "module": "src.flask.sansio.blueprints", + "lineno": 103, + "pattern": "attribute_call", + "note": "Call via attribute access .setdefault(...) - target object type not statically resolved." + }, + { + "module": "src.flask.sansio.blueprints", + "lineno": 108, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "src.flask.sansio.blueprints", + "lineno": 110, + "pattern": "attribute_call", + "note": "Call via attribute access .add_url_rule(...) - target object type not statically resolved." + }, + { + "module": "src.flask.sansio.blueprints", + "lineno": 112, + "pattern": "attribute_call", + "note": "Call via attribute access .lstrip(...) - target object type not statically resolved." + }, + { + "module": "src.flask.sansio.blueprints", + "lineno": 187, + "pattern": "attribute_call", + "note": "Call via attribute access .__init__(...) - target object type not statically resolved." + }, + { + "module": "src.flask.sansio.blueprints", + "lineno": 230, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "src.flask.sansio.blueprints", + "lineno": 242, + "pattern": "name_call_unresolved", + "note": "Call to 'func(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "src.flask.sansio.blueprints", + "lineno": 271, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "src.flask.sansio.blueprints", + "lineno": 302, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "src.flask.sansio.blueprints", + "lineno": 303, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "src.flask.sansio.blueprints", + "lineno": 304, + "pattern": "attribute_call", + "note": "Call via attribute access .lstrip(...) - target object type not statically resolved." + }, + { + "module": "src.flask.sansio.blueprints", + "lineno": 316, + "pattern": "attribute_call", + "note": "Call via attribute access .values(...) - target object type not statically resolved." + }, + { + "module": "src.flask.sansio.blueprints", + "lineno": 324, + "pattern": "attribute_call", + "note": "Call via attribute access .add_url_rule(...) - target object type not statically resolved." + }, + { + "module": "src.flask.sansio.blueprints", + "lineno": 335, + "pattern": "name_call_unresolved", + "note": "Call to 'deferred(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "src.flask.sansio.blueprints", + "lineno": 337, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "src.flask.sansio.blueprints", + "lineno": 341, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "src.flask.sansio.blueprints", + "lineno": 344, + "pattern": "attribute_call", + "note": "Call via attribute access .add_command(...) - target object type not statically resolved." + }, + { + "module": "src.flask.sansio.blueprints", + "lineno": 347, + "pattern": "attribute_call", + "note": "Call via attribute access .add_command(...) - target object type not statically resolved." + }, + { + "module": "src.flask.sansio.blueprints", + "lineno": 350, + "pattern": "attribute_call", + "note": "Call via attribute access .copy(...) - target object type not statically resolved." + }, + { + "module": "src.flask.sansio.blueprints", + "lineno": 351, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "src.flask.sansio.blueprints", + "lineno": 352, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "src.flask.sansio.blueprints", + "lineno": 369, + "pattern": "attribute_call", + "note": "Call via attribute access .rstrip(...) - target object type not statically resolved." + }, + { + "module": "src.flask.sansio.blueprints", + "lineno": 369, + "pattern": "attribute_call", + "note": "Call via attribute access .lstrip(...) - target object type not statically resolved." + }, + { + "module": "src.flask.sansio.blueprints", + "lineno": 377, + "pattern": "attribute_call", + "note": "Call via attribute access .register(...) - target object type not statically resolved." + }, + { + "module": "src.flask.sansio.blueprints", + "lineno": 384, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "src.flask.sansio.blueprints", + "lineno": 386, + "pattern": "attribute_call", + "note": "Call via attribute access .extend(...) - target object type not statically resolved." + }, + { + "module": "src.flask.sansio.blueprints", + "lineno": 388, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "src.flask.sansio.blueprints", + "lineno": 393, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "src.flask.sansio.blueprints", + "lineno": 394, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "src.flask.sansio.blueprints", + "lineno": 399, + "pattern": "attribute_call", + "note": "Call via attribute access .items(...) - target object type not statically resolved." + }, + { + "module": "src.flask.sansio.blueprints", + "lineno": 434, + "pattern": "attribute_call", + "note": "Call via attribute access .add_url_rule(...) - target object type not statically resolved." + }, + { + "module": "src.flask.sansio.blueprints", + "lineno": 493, + "pattern": "attribute_call", + "note": "Call via attribute access .add_template_filter(...) - target object type not statically resolved." + }, + { + "module": "src.flask.sansio.blueprints", + "lineno": 551, + "pattern": "attribute_call", + "note": "Call via attribute access .add_template_test(...) - target object type not statically resolved." + }, + { + "module": "src.flask.sansio.blueprints", + "lineno": 609, + "pattern": "attribute_call", + "note": "Call via attribute access .add_template_global(...) - target object type not statically resolved." + }, + { + "module": "src.flask.sansio.blueprints", + "lineno": 619, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "src.flask.sansio.blueprints", + "lineno": 619, + "pattern": "attribute_call", + "note": "Call via attribute access .setdefault(...) - target object type not statically resolved." + }, + { + "module": "src.flask.sansio.blueprints", + "lineno": 629, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "src.flask.sansio.blueprints", + "lineno": 629, + "pattern": "attribute_call", + "note": "Call via attribute access .setdefault(...) - target object type not statically resolved." + }, + { + "module": "src.flask.sansio.blueprints", + "lineno": 639, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "src.flask.sansio.blueprints", + "lineno": 639, + "pattern": "attribute_call", + "note": "Call via attribute access .setdefault(...) - target object type not statically resolved." + }, + { + "module": "src.flask.sansio.blueprints", + "lineno": 651, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "src.flask.sansio.blueprints", + "lineno": 651, + "pattern": "attribute_call", + "note": "Call via attribute access .setdefault(...) - target object type not statically resolved." + }, + { + "module": "src.flask.sansio.blueprints", + "lineno": 665, + "pattern": "attribute_call", + "note": "Call via attribute access .errorhandler(...) - target object type not statically resolved." + }, + { + "module": "src.flask.sansio.blueprints", + "lineno": 680, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "src.flask.sansio.blueprints", + "lineno": 680, + "pattern": "attribute_call", + "note": "Call via attribute access .setdefault(...) - target object type not statically resolved." + }, + { + "module": "src.flask.sansio.blueprints", + "lineno": 690, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "src.flask.sansio.blueprints", + "lineno": 690, + "pattern": "attribute_call", + "note": "Call via attribute access .setdefault(...) - target object type not statically resolved." + }, + { + "module": "src.flask.sansio.scaffold", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .TypeVar(...) - target object type not statically resolved." + }, + { + "module": "src.flask.sansio.scaffold", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .TypeVar(...) - target object type not statically resolved." + }, + { + "module": "src.flask.sansio.scaffold", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .TypeVar(...) - target object type not statically resolved." + }, + { + "module": "src.flask.sansio.scaffold", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .TypeVar(...) - target object type not statically resolved." + }, + { + "module": "src.flask.sansio.scaffold", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .TypeVar(...) - target object type not statically resolved." + }, + { + "module": "src.flask.sansio.scaffold", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .TypeVar(...) - target object type not statically resolved." + }, + { + "module": "src.flask.sansio.scaffold", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .TypeVar(...) - target object type not statically resolved." + }, + { + "module": "src.flask.sansio.scaffold", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .TypeVar(...) - target object type not statically resolved." + }, + { + "module": "src.flask.sansio.scaffold", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .TypeVar(...) - target object type not statically resolved." + }, + { + "module": "src.flask.sansio.scaffold", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access ._check_setup_finished(...) - target object type not statically resolved." + }, + { + "module": "src.flask.sansio.scaffold", + "lineno": 47, + "pattern": "name_call_unresolved", + "note": "Call to 'f(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "src.flask.sansio.scaffold", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .cast(...) - target object type not statically resolved." + }, + { + "module": "src.flask.sansio.scaffold", + "lineno": 229, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "src.flask.sansio.scaffold", + "lineno": 236, + "pattern": "attribute_call", + "note": "Call via attribute access .rstrip(...) - target object type not statically resolved." + }, + { + "module": "src.flask.sansio.scaffold", + "lineno": 236, + "pattern": "attribute_call", + "note": "Call via attribute access .fspath(...) - target object type not statically resolved." + }, + { + "module": "src.flask.sansio.scaffold", + "lineno": 259, + "pattern": "attribute_call", + "note": "Call via attribute access .basename(...) - target object type not statically resolved." + }, + { + "module": "src.flask.sansio.scaffold", + "lineno": 260, + "pattern": "attribute_call", + "note": "Call via attribute access .rstrip(...) - target object type not statically resolved." + }, + { + "module": "src.flask.sansio.scaffold", + "lineno": 267, + "pattern": "attribute_call", + "note": "Call via attribute access .rstrip(...) - target object type not statically resolved." + }, + { + "module": "src.flask.sansio.scaffold", + "lineno": 280, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "src.flask.sansio.scaffold", + "lineno": 361, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "src.flask.sansio.scaffold", + "lineno": 483, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "src.flask.sansio.scaffold", + "lineno": 483, + "pattern": "attribute_call", + "note": "Call via attribute access .setdefault(...) - target object type not statically resolved." + }, + { + "module": "src.flask.sansio.scaffold", + "lineno": 504, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "src.flask.sansio.scaffold", + "lineno": 504, + "pattern": "attribute_call", + "note": "Call via attribute access .setdefault(...) - target object type not statically resolved." + }, + { + "module": "src.flask.sansio.scaffold", + "lineno": 538, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "src.flask.sansio.scaffold", + "lineno": 538, + "pattern": "attribute_call", + "note": "Call via attribute access .setdefault(...) - target object type not statically resolved." + }, + { + "module": "src.flask.sansio.scaffold", + "lineno": 555, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "src.flask.sansio.scaffold", + "lineno": 580, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "src.flask.sansio.scaffold", + "lineno": 594, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "src.flask.sansio.scaffold", + "lineno": 711, + "pattern": "attribute_call", + "note": "Call via attribute access .partition(...) - target object type not statically resolved." + }, + { + "module": "src.flask.sansio.scaffold", + "lineno": 714, + "pattern": "attribute_call", + "note": "Call via attribute access .find_spec(...) - target object type not statically resolved." + }, + { + "module": "src.flask.sansio.scaffold", + "lineno": 724, + "pattern": "attribute_call", + "note": "Call via attribute access .getcwd(...) - target object type not statically resolved." + }, + { + "module": "src.flask.sansio.scaffold", + "lineno": 729, + "pattern": "attribute_call", + "note": "Call via attribute access .find_spec(...) - target object type not statically resolved." + }, + { + "module": "src.flask.sansio.scaffold", + "lineno": 733, + "pattern": "attribute_call", + "note": "Call via attribute access .Path(...) - target object type not statically resolved." + }, + { + "module": "src.flask.sansio.scaffold", + "lineno": 734, + "pattern": "attribute_call", + "note": "Call via attribute access .commonpath(...) - target object type not statically resolved." + }, + { + "module": "src.flask.sansio.scaffold", + "lineno": 739, + "pattern": "attribute_call", + "note": "Call via attribute access .is_relative_to(...) - target object type not statically resolved." + }, + { + "module": "src.flask.sansio.scaffold", + "lineno": 745, + "pattern": "attribute_call", + "note": "Call via attribute access .dirname(...) - target object type not statically resolved." + }, + { + "module": "src.flask.sansio.scaffold", + "lineno": 748, + "pattern": "attribute_call", + "note": "Call via attribute access .dirname(...) - target object type not statically resolved." + }, + { + "module": "src.flask.sansio.scaffold", + "lineno": 748, + "pattern": "attribute_call", + "note": "Call via attribute access .dirname(...) - target object type not statically resolved." + }, + { + "module": "src.flask.sansio.scaffold", + "lineno": 751, + "pattern": "attribute_call", + "note": "Call via attribute access .dirname(...) - target object type not statically resolved." + }, + { + "module": "src.flask.sansio.scaffold", + "lineno": 768, + "pattern": "attribute_call", + "note": "Call via attribute access .abspath(...) - target object type not statically resolved." + }, + { + "module": "src.flask.sansio.scaffold", + "lineno": 771, + "pattern": "attribute_call", + "note": "Call via attribute access .is_relative_to(...) - target object type not statically resolved." + }, + { + "module": "src.flask.sansio.scaffold", + "lineno": 771, + "pattern": "attribute_call", + "note": "Call via attribute access .PurePath(...) - target object type not statically resolved." + }, + { + "module": "src.flask.sansio.scaffold", + "lineno": 774, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "src.flask.sansio.scaffold", + "lineno": 777, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "src.flask.sansio.scaffold", + "lineno": 778, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "src.flask.sansio.scaffold", + "lineno": 781, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "src.flask.sansio.scaffold", + "lineno": 785, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "src.flask.sansio.scaffold", + "lineno": 785, + "pattern": "attribute_call", + "note": "Call via attribute access .basename(...) - target object type not statically resolved." + }, + { + "module": "src.flask.sansio.scaffold", + "lineno": 786, + "pattern": "attribute_call", + "note": "Call via attribute access .dirname(...) - target object type not statically resolved." + }, + { + "module": "tests.conftest", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .MonkeyPatch(...) - target object type not statically resolved." + }, + { + "module": "tests.conftest", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .delenv(...) - target object type not statically resolved." + }, + { + "module": "tests.conftest", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .setenv(...) - target object type not statically resolved." + }, + { + "module": "tests.conftest", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .undo(...) - target object type not statically resolved." + }, + { + "module": "tests.conftest", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.conftest", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .extend(...) - target object type not statically resolved." + }, + { + "module": "tests.conftest", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.conftest", + "lineno": 46, + "pattern": "attribute_call", + "note": "Call via attribute access .dirname(...) - target object type not statically resolved." + }, + { + "module": "tests.conftest", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "tests.conftest", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .app_context(...) - target object type not statically resolved." + }, + { + "module": "tests.conftest", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access .test_request_context(...) - target object type not statically resolved." + }, + { + "module": "tests.conftest", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .test_client(...) - target object type not statically resolved." + }, + { + "module": "tests.conftest", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .syspath_prepend(...) - target object type not statically resolved." + }, + { + "module": "tests.conftest", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tests.conftest", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .dirname(...) - target object type not statically resolved." + }, + { + "module": "tests.conftest", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "tests.conftest", + "lineno": 80, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "tests.conftest", + "lineno": 81, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "tests.conftest", + "lineno": 93, + "pattern": "attribute_call", + "note": "Call via attribute access ._get_current_object(...) - target object type not statically resolved." + }, + { + "module": "tests.conftest", + "lineno": 94, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "tests.conftest", + "lineno": 84, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.conftest", + "lineno": 103, + "pattern": "attribute_call", + "note": "Call via attribute access .mkdir(...) - target object type not statically resolved." + }, + { + "module": "tests.conftest", + "lineno": 104, + "pattern": "attribute_call", + "note": "Call via attribute access .syspath_prepend(...) - target object type not statically resolved." + }, + { + "module": "tests.conftest", + "lineno": 104, + "pattern": "attribute_call", + "note": "Call via attribute access .fspath(...) - target object type not statically resolved." + }, + { + "module": "tests.conftest", + "lineno": 110, + "pattern": "attribute_call", + "note": "Call via attribute access .setattr(...) - target object type not statically resolved." + }, + { + "module": "tests.conftest", + "lineno": 110, + "pattern": "attribute_call", + "note": "Call via attribute access .fspath(...) - target object type not statically resolved." + }, + { + "module": "tests.conftest", + "lineno": 119, + "pattern": "attribute_call", + "note": "Call via attribute access .mkdir(...) - target object type not statically resolved." + }, + { + "module": "tests.conftest", + "lineno": 120, + "pattern": "attribute_call", + "note": "Call via attribute access .syspath_prepend(...) - target object type not statically resolved." + }, + { + "module": "tests.conftest", + "lineno": 120, + "pattern": "attribute_call", + "note": "Call via attribute access .fspath(...) - target object type not statically resolved." + }, + { + "module": "tests.conftest", + "lineno": 127, + "pattern": "attribute_call", + "note": "Call via attribute access .addfinalizer(...) - target object type not statically resolved." + }, + { + "module": "tests.conftest", + "lineno": 127, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "tests.test_appctx", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_appctx", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .app_context(...) - target object type not statically resolved." + }, + { + "module": "tests.test_appctx", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .url_for(...) - target object type not statically resolved." + }, + { + "module": "tests.test_appctx", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .app_context(...) - target object type not statically resolved." + }, + { + "module": "tests.test_appctx", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.test_appctx", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .url_for(...) - target object type not statically resolved." + }, + { + "module": "tests.test_appctx", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.test_appctx", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .url_for(...) - target object type not statically resolved." + }, + { + "module": "tests.test_appctx", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .test_request_context(...) - target object type not statically resolved." + }, + { + "module": "tests.test_appctx", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access ._get_current_object(...) - target object type not statically resolved." + }, + { + "module": "tests.test_appctx", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .app_context(...) - target object type not statically resolved." + }, + { + "module": "tests.test_appctx", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access ._get_current_object(...) - target object type not statically resolved." + }, + { + "module": "tests.test_appctx", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .app_context(...) - target object type not statically resolved." + }, + { + "module": "tests.test_appctx", + "lineno": 71, + "pattern": "attribute_call", + "note": "Call via attribute access .app_context(...) - target object type not statically resolved." + }, + { + "module": "tests.test_appctx", + "lineno": 84, + "pattern": "attribute_call", + "note": "Call via attribute access .app_context(...) - target object type not statically resolved." + }, + { + "module": "tests.test_appctx", + "lineno": 101, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_appctx", + "lineno": 107, + "pattern": "attribute_call", + "note": "Call via attribute access .jsonify(...) - target object type not statically resolved." + }, + { + "module": "tests.test_appctx", + "lineno": 105, + "pattern": "attribute_call", + "note": "Call via attribute access .errorhandler(...) - target object type not statically resolved." + }, + { + "module": "tests.test_appctx", + "lineno": 109, + "pattern": "attribute_call", + "note": "Call via attribute access .app_context(...) - target object type not statically resolved." + }, + { + "module": "tests.test_appctx", + "lineno": 110, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_appctx", + "lineno": 124, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_appctx", + "lineno": 128, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.test_appctx", + "lineno": 129, + "pattern": "attribute_call", + "note": "Call via attribute access .app_context(...) - target object type not statically resolved." + }, + { + "module": "tests.test_appctx", + "lineno": 130, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_appctx", + "lineno": 141, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_appctx", + "lineno": 142, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_appctx", + "lineno": 148, + "pattern": "attribute_call", + "note": "Call via attribute access .setdefault(...) - target object type not statically resolved." + }, + { + "module": "tests.test_appctx", + "lineno": 149, + "pattern": "attribute_call", + "note": "Call via attribute access .setdefault(...) - target object type not statically resolved." + }, + { + "module": "tests.test_appctx", + "lineno": 152, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "tests.test_appctx", + "lineno": 153, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.test_appctx", + "lineno": 154, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "tests.test_appctx", + "lineno": 155, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "tests.test_appctx", + "lineno": 168, + "pattern": "attribute_call", + "note": "Call via attribute access .app_context(...) - target object type not statically resolved." + }, + { + "module": "tests.test_appctx", + "lineno": 169, + "pattern": "attribute_call", + "note": "Call via attribute access .render_template_string(...) - target object type not statically resolved." + }, + { + "module": "tests.test_appctx", + "lineno": 183, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_appctx", + "lineno": 191, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_appctx", + "lineno": 209, + "pattern": "attribute_call", + "note": "Call via attribute access .app_context(...) - target object type not statically resolved." + }, + { + "module": "tests.test_appctx", + "lineno": 231, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_appctx", + "lineno": 246, + "pattern": "attribute_call", + "note": "Call via attribute access .connected_to(...) - target object type not statically resolved." + }, + { + "module": "tests.test_appctx", + "lineno": 247, + "pattern": "attribute_call", + "note": "Call via attribute access .connected_to(...) - target object type not statically resolved." + }, + { + "module": "tests.test_appctx", + "lineno": 250, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.test_appctx", + "lineno": 251, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_appctx", + "lineno": 262, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.test_appctx", + "lineno": 263, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_async", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .importorskip(...) - target object type not statically resolved." + }, + { + "module": "tests.test_async", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "tests.test_async", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "tests.test_async", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "tests.test_async", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "tests.test_async", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_async", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_async", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .errorhandler(...) - target object type not statically resolved." + }, + { + "module": "tests.test_async", + "lineno": 56, + "pattern": "name_call_unresolved", + "note": "Call to 'AppError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_async", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_async", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access .sleep(...) - target object type not statically resolved." + }, + { + "module": "tests.test_async", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_async", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .errorhandler(...) - target object type not statically resolved." + }, + { + "module": "tests.test_async", + "lineno": 71, + "pattern": "name_call_unresolved", + "note": "Call to 'BlueprintError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_async", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_async", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .register_blueprint(...) - target object type not statically resolved." + }, + { + "module": "tests.test_async", + "lineno": 75, + "pattern": "attribute_call", + "note": "Call via attribute access .add_url_rule(...) - target object type not statically resolved." + }, + { + "module": "tests.test_async", + "lineno": 75, + "pattern": "attribute_call", + "note": "Call via attribute access .as_view(...) - target object type not statically resolved." + }, + { + "module": "tests.test_async", + "lineno": 76, + "pattern": "attribute_call", + "note": "Call via attribute access .add_url_rule(...) - target object type not statically resolved." + }, + { + "module": "tests.test_async", + "lineno": 76, + "pattern": "attribute_call", + "note": "Call via attribute access .as_view(...) - target object type not statically resolved." + }, + { + "module": "tests.test_async", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.test_async", + "lineno": 83, + "pattern": "attribute_call", + "note": "Call via attribute access .test_client(...) - target object type not statically resolved." + }, + { + "module": "tests.test_async", + "lineno": 84, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_async", + "lineno": 85, + "pattern": "attribute_call", + "note": "Call via attribute access .get_data(...) - target object type not statically resolved." + }, + { + "module": "tests.test_async", + "lineno": 86, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_async", + "lineno": 87, + "pattern": "attribute_call", + "note": "Call via attribute access .get_data(...) - target object type not statically resolved." + }, + { + "module": "tests.test_async", + "lineno": 81, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_async", + "lineno": 92, + "pattern": "attribute_call", + "note": "Call via attribute access .test_client(...) - target object type not statically resolved." + }, + { + "module": "tests.test_async", + "lineno": 93, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_async", + "lineno": 90, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_async", + "lineno": 105, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_async", + "lineno": 122, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_async", + "lineno": 137, + "pattern": "attribute_call", + "note": "Call via attribute access .register_blueprint(...) - target object type not statically resolved." + }, + { + "module": "tests.test_async", + "lineno": 139, + "pattern": "attribute_call", + "note": "Call via attribute access .test_client(...) - target object type not statically resolved." + }, + { + "module": "tests.test_async", + "lineno": 140, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_async", + "lineno": 143, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .skipif(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 60, + "pattern": "name_call_unresolved", + "note": "Call to 'method_route(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_basic", + "lineno": 64, + "pattern": "name_call_unresolved", + "note": "Call to 'client_method(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_basic", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 81, + "pattern": "attribute_call", + "note": "Call via attribute access .add_url_rule(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 82, + "pattern": "attribute_call", + "note": "Call via attribute access .options(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 98, + "pattern": "attribute_call", + "note": "Call via attribute access .add_url_rule(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 99, + "pattern": "attribute_call", + "note": "Call via attribute access .options(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 108, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 112, + "pattern": "attribute_call", + "note": "Call via attribute access .options(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 121, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 125, + "pattern": "attribute_call", + "note": "Call via attribute access .options(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 130, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 134, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 138, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 139, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 142, + "pattern": "attribute_call", + "note": "Call via attribute access .head(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 145, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 146, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 147, + "pattern": "attribute_call", + "note": "Call via attribute access .delete(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 153, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 154, + "pattern": "attribute_call", + "note": "Call via attribute access .add_url_rule(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 169, + "pattern": "attribute_call", + "note": "Call via attribute access .add_url_rule(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 170, + "pattern": "attribute_call", + "note": "Call via attribute access .add_url_rule(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 174, + "pattern": "attribute_call", + "note": "Call via attribute access .add_url_rule(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 176, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 177, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 180, + "pattern": "attribute_call", + "note": "Call via attribute access .head(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 183, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 184, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 185, + "pattern": "attribute_call", + "note": "Call via attribute access .delete(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 188, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 190, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 197, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 210, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 211, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 218, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 222, + "pattern": "attribute_call", + "note": "Call via attribute access .endpoint(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 226, + "pattern": "attribute_call", + "note": "Call via attribute access .endpoint(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 230, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 231, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 235, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 242, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 240, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 244, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 249, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 255, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 262, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 269, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 277, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 279, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 284, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 285, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 296, + "pattern": "self_method_not_found", + "note": "self.app(...) not found in class 'PrefixPathMiddleware' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "tests.test_basic", + "lineno": 298, + "pattern": "name_call_unresolved", + "note": "Call to 'PrefixPathMiddleware(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_basic", + "lineno": 299, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 301, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 306, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 307, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 311, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 322, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 329, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 327, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 332, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 333, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 342, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 343, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 354, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 359, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 361, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 362, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 364, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 365, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 366, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 369, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 370, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 371, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 374, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 375, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 376, + "pattern": "attribute_call", + "note": "Call via attribute access .lower(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 384, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 387, + "pattern": "attribute_call", + "note": "Call via attribute access .test_request_context(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 388, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 394, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 399, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 408, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 409, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 412, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 418, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 424, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 430, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 434, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 436, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 437, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 438, + "pattern": "attribute_call", + "note": "Call via attribute access .now(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 443, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 447, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 449, + "pattern": "attribute_call", + "note": "Call via attribute access .search(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 461, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 459, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 463, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 464, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 468, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 468, + "pattern": "attribute_call", + "note": "Call via attribute access .now(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 469, + "pattern": "attribute_call", + "note": "Call via attribute access .uuid4(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 471, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 484, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 503, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 501, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 509, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 507, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 512, + "pattern": "attribute_call", + "note": "Call via attribute access .test_client(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 513, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 514, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 515, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 517, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 518, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 540, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 547, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 545, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 549, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 555, + "pattern": "attribute_call", + "note": "Call via attribute access .setdefault(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 553, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 559, + "pattern": "attribute_call", + "note": "Call via attribute access .clear(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 557, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 564, + "pattern": "attribute_call", + "note": "Call via attribute access .Response(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 565, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 562, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 571, + "pattern": "attribute_call", + "note": "Call via attribute access .Response(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 572, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 569, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 576, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 581, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 585, + "pattern": "attribute_call", + "note": "Call via attribute access .get_all(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 601, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 607, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 611, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 613, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 619, + "pattern": "attribute_call", + "note": "Call via attribute access .flash(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 621, + "pattern": "attribute_call", + "note": "Call via attribute access .flash(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 623, + "pattern": "attribute_call", + "note": "Call via attribute access .get_flashed_messages(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 635, + "pattern": "attribute_call", + "note": "Call via attribute access .flash(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 636, + "pattern": "attribute_call", + "note": "Call via attribute access .flash(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 637, + "pattern": "attribute_call", + "note": "Call via attribute access .flash(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 633, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 642, + "pattern": "attribute_call", + "note": "Call via attribute access .get_flashed_messages(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 640, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 652, + "pattern": "attribute_call", + "note": "Call via attribute access .get_flashed_messages(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 650, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 663, + "pattern": "attribute_call", + "note": "Call via attribute access .get_flashed_messages(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 661, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 671, + "pattern": "attribute_call", + "note": "Call via attribute access .get_flashed_messages(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 669, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 682, + "pattern": "attribute_call", + "note": "Call via attribute access .get_flashed_messages(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 680, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 690, + "pattern": "attribute_call", + "note": "Call via attribute access .test_client(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 691, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 692, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 694, + "pattern": "attribute_call", + "note": "Call via attribute access .test_client(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 695, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 696, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 698, + "pattern": "attribute_call", + "note": "Call via attribute access .test_client(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 699, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 700, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 702, + "pattern": "attribute_call", + "note": "Call via attribute access .test_client(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 703, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 704, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 720, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 727, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 749, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 754, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 754, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 760, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 769, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 782, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 786, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 800, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 804, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 838, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 842, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 877, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 881, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 889, + "pattern": "attribute_call", + "note": "Call via attribute access .errorhandler(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 893, + "pattern": "attribute_call", + "note": "Call via attribute access .errorhandler(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 897, + "pattern": "attribute_call", + "note": "Call via attribute access .errorhandler(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 903, + "pattern": "attribute_call", + "note": "Call via attribute access .abort(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 901, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 905, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 911, + "pattern": "attribute_call", + "note": "Call via attribute access .abort(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 909, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 913, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 916, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 919, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 927, + "pattern": "attribute_call", + "note": "Call via attribute access .errorhandler(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 931, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 940, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 950, + "pattern": "name_call_unresolved", + "note": "Call to 'KeyboardInterrupt(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_basic", + "lineno": 948, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 952, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 953, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 961, + "pattern": "attribute_call", + "note": "Call via attribute access .errorhandler(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 965, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 974, + "pattern": "attribute_call", + "note": "Call via attribute access .errorhandler(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 981, + "pattern": "name_call_unresolved", + "note": "Call to 'MyException(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_basic", + "lineno": 979, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 983, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 990, + "pattern": "attribute_call", + "note": "Call via attribute access .errorhandler(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 995, + "pattern": "attribute_call", + "note": "Call via attribute access .errorhandler(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1003, + "pattern": "name_call_unresolved", + "note": "Call to 'ForbiddenSubclass(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_basic", + "lineno": 1001, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1007, + "pattern": "attribute_call", + "note": "Call via attribute access .abort(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1005, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1009, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1013, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1014, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1015, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1028, + "pattern": "attribute_call", + "note": "Call via attribute access .errorhandler(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1032, + "pattern": "attribute_call", + "note": "Call via attribute access .errorhandler(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1036, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1040, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1044, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1047, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1059, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1065, + "pattern": "attribute_call", + "note": "Call via attribute access .abort(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1063, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1068, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1072, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1073, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1075, + "pattern": "attribute_call", + "note": "Call via attribute access .errisinstance(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1076, + "pattern": "attribute_call", + "note": "Call via attribute access .get_description(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1079, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1082, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1083, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1051, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1091, + "pattern": "attribute_call", + "note": "Call via attribute access .abort(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1089, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1093, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1094, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1112, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1116, + "pattern": "attribute_call", + "note": "Call via attribute access .errorhandler(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1121, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1131, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1135, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1136, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1142, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1148, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1146, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1150, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1158, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1162, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1169, + "pattern": "attribute_call", + "note": "Call via attribute access .Response(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1166, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1177, + "pattern": "attribute_call", + "note": "Call via attribute access .response_class(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1175, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1179, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1183, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1187, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1191, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1191, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1192, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1192, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1194, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1200, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1206, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1211, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1214, + "pattern": "attribute_call", + "note": "Call via attribute access .getlist(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1218, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1222, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1226, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1230, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1236, + "pattern": "attribute_call", + "note": "Call via attribute access .Flask(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1239, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1243, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1247, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1251, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1255, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1259, + "pattern": "attribute_call", + "note": "Call via attribute access .test_client(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1261, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1262, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1267, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1268, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1272, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1273, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1275, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1276, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1280, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1281, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1285, + "pattern": "attribute_call", + "note": "Call via attribute access .make_response(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1290, + "pattern": "attribute_call", + "note": "Call via attribute access .make_response(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1295, + "pattern": "attribute_call", + "note": "Call via attribute access .make_response(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1300, + "pattern": "attribute_call", + "note": "Call via attribute access .make_response(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1307, + "pattern": "attribute_call", + "note": "Call via attribute access .make_response(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1307, + "pattern": "attribute_call", + "note": "Call via attribute access .jsonify(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1312, + "pattern": "attribute_call", + "note": "Call via attribute access .make_response(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1312, + "pattern": "attribute_call", + "note": "Call via attribute access .Response(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1317, + "pattern": "attribute_call", + "note": "Call via attribute access .make_response(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1318, + "pattern": "attribute_call", + "note": "Call via attribute access .Response(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1330, + "pattern": "attribute_call", + "note": "Call via attribute access .response(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1331, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1327, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1339, + "pattern": "attribute_call", + "note": "Call via attribute access .make_response(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1339, + "pattern": "attribute_call", + "note": "Call via attribute access .jsonify(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1347, + "pattern": "attribute_call", + "note": "Call via attribute access .dumps(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1347, + "pattern": "name_call_unresolved", + "note": "Call to 'Data(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_basic", + "lineno": 1348, + "pattern": "attribute_call", + "note": "Call via attribute access .loads(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1353, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1354, + "pattern": "attribute_call", + "note": "Call via attribute access .jsonify(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1359, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1363, + "pattern": "attribute_call", + "note": "Call via attribute access .url_for(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1365, + "pattern": "attribute_call", + "note": "Call via attribute access .url_for(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1372, + "pattern": "attribute_call", + "note": "Call via attribute access .test_request_context(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1373, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1377, + "pattern": "attribute_call", + "note": "Call via attribute access .test_request_context(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1378, + "pattern": "attribute_call", + "note": "Call via attribute access .url_for(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1384, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1391, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1392, + "pattern": "attribute_call", + "note": "Call via attribute access .test_request_context(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1393, + "pattern": "attribute_call", + "note": "Call via attribute access .url_for(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1401, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1403, + "pattern": "attribute_call", + "note": "Call via attribute access .test_request_context(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1404, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1418, + "pattern": "attribute_call", + "note": "Call via attribute access .test_request_context(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1419, + "pattern": "attribute_call", + "note": "Call via attribute access .url_for(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1423, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1425, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1426, + "pattern": "attribute_call", + "note": "Call via attribute access .test_request_context(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1428, + "pattern": "attribute_call", + "note": "Call via attribute access .url_for(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1433, + "pattern": "attribute_call", + "note": "Call via attribute access .Flask(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1436, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1436, + "pattern": "attribute_call", + "note": "Call via attribute access .test_client(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1439, + "pattern": "attribute_call", + "note": "Call via attribute access .test_request_context(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1440, + "pattern": "attribute_call", + "note": "Call via attribute access .url_for(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1444, + "pattern": "attribute_call", + "note": "Call via attribute access .Flask(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1447, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1447, + "pattern": "attribute_call", + "note": "Call via attribute access .test_client(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1450, + "pattern": "attribute_call", + "note": "Call via attribute access .test_request_context(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1451, + "pattern": "attribute_call", + "note": "Call via attribute access .url_for(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1455, + "pattern": "attribute_call", + "note": "Call via attribute access .Flask(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1457, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1457, + "pattern": "attribute_call", + "note": "Call via attribute access .test_client(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1462, + "pattern": "attribute_call", + "note": "Call via attribute access .Flask(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1464, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1464, + "pattern": "attribute_call", + "note": "Call via attribute access .test_client(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1471, + "pattern": "attribute_call", + "note": "Call via attribute access .Flask(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1473, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1473, + "pattern": "attribute_call", + "note": "Call via attribute access .test_client(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1478, + "pattern": "attribute_call", + "note": "Call via attribute access .Flask(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1480, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1484, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1484, + "pattern": "attribute_call", + "note": "Call via attribute access .test_client(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1489, + "pattern": "attribute_call", + "note": "Call via attribute access .Flask(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1490, + "pattern": "attribute_call", + "note": "Call via attribute access .test_client(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1492, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1495, + "pattern": "attribute_call", + "note": "Call via attribute access .test_request_context(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1496, + "pattern": "attribute_call", + "note": "Call via attribute access .url_for(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1499, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1500, + "pattern": "attribute_call", + "note": "Call via attribute access .Flask(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1503, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1504, + "pattern": "attribute_call", + "note": "Call via attribute access .Flask(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1507, + "pattern": "attribute_call", + "note": "Call via attribute access .Flask(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1515, + "pattern": "attribute_call", + "note": "Call via attribute access .version(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1532, + "pattern": "attribute_call", + "note": "Call via attribute access .Flask(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1540, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1541, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1545, + "pattern": "attribute_call", + "note": "Call via attribute access .test_client(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1547, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1550, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1553, + "pattern": "attribute_call", + "note": "Call via attribute access .warns(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1554, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1518, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1563, + "pattern": "attribute_call", + "note": "Call via attribute access .Flask(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1564, + "pattern": "attribute_call", + "note": "Call via attribute access .test_client(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1566, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1570, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1575, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1578, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1581, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1585, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1592, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1595, + "pattern": "attribute_call", + "note": "Call via attribute access .warns(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1596, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1603, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1611, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1618, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1619, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1621, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1607, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1635, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1637, + "pattern": "attribute_call", + "note": "Call via attribute access .setattr(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1639, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1624, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1625, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1626, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1627, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1645, + "pattern": "attribute_call", + "note": "Call via attribute access .is_endpoint_expecting(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1648, + "pattern": "attribute_call", + "note": "Call via attribute access .setdefault(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1652, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1656, + "pattern": "attribute_call", + "note": "Call via attribute access .url_for(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1654, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1660, + "pattern": "attribute_call", + "note": "Call via attribute access .url_for(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1658, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1664, + "pattern": "attribute_call", + "note": "Call via attribute access .url_for(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1662, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1666, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1667, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1668, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1672, + "pattern": "attribute_call", + "note": "Call via attribute access .Blueprint(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1678, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1682, + "pattern": "attribute_call", + "note": "Call via attribute access .register_blueprint(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1685, + "pattern": "attribute_call", + "note": "Call via attribute access .inject_url_defaults(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1689, + "pattern": "attribute_call", + "note": "Call via attribute access .test_request_context(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1690, + "pattern": "attribute_call", + "note": "Call via attribute access .url_for(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1696, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1700, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1707, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1711, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1713, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1714, + "pattern": "attribute_call", + "note": "Call via attribute access .add_url_rule(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1722, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1727, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1731, + "pattern": "attribute_call", + "note": "Call via attribute access .setattr(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1733, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1734, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1742, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1746, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1750, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1754, + "pattern": "attribute_call", + "note": "Call via attribute access .test_request_context(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1755, + "pattern": "attribute_call", + "note": "Call via attribute access .url_for(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1756, + "pattern": "attribute_call", + "note": "Call via attribute access .url_for(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1757, + "pattern": "attribute_call", + "note": "Call via attribute access .url_for(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1759, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1760, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1761, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1765, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1766, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1768, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1781, + "pattern": "attribute_call", + "note": "Call via attribute access .Flask(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1783, + "pattern": "attribute_call", + "note": "Call via attribute access .test_client(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1785, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1789, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1793, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1796, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1801, + "pattern": "attribute_call", + "note": "Call via attribute access .Flask(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1802, + "pattern": "attribute_call", + "note": "Call via attribute access .test_client(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1805, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1809, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1814, + "pattern": "attribute_call", + "note": "Call via attribute access .Flask(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1816, + "pattern": "attribute_call", + "note": "Call via attribute access .test_client(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1818, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1822, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1828, + "pattern": "attribute_call", + "note": "Call via attribute access .Flask(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1830, + "pattern": "attribute_call", + "note": "Call via attribute access .test_client(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1832, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1836, + "pattern": "attribute_call", + "note": "Call via attribute access .warns(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1838, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1846, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1826, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1851, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1852, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1856, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1858, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1865, + "pattern": "attribute_call", + "note": "Call via attribute access .add_url_rule(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1866, + "pattern": "attribute_call", + "note": "Call via attribute access .add_url_rule(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1871, + "pattern": "name_call_unresolved", + "note": "Call to 'View(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_basic", + "lineno": 1872, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1874, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1885, + "pattern": "attribute_call", + "note": "Call via attribute access .setattr(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1886, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1897, + "pattern": "attribute_call", + "note": "Call via attribute access .setattr(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1899, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1922, + "pattern": "attribute_call", + "note": "Call via attribute access .setattr(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1924, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1903, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1932, + "pattern": "attribute_call", + "note": "Call via attribute access .Response(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1937, + "pattern": "attribute_call", + "note": "Call via attribute access .app_context(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1938, + "pattern": "attribute_call", + "note": "Call via attribute access .Response(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1942, + "pattern": "attribute_call", + "note": "Call via attribute access .Response(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1943, + "pattern": "attribute_call", + "note": "Call via attribute access .set_cookie(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1940, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1946, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1948, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1953, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1961, + "pattern": "attribute_call", + "note": "Call via attribute access .disable(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1963, + "pattern": "attribute_call", + "note": "Call via attribute access .Flask(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1965, + "pattern": "attribute_call", + "note": "Call via attribute access .ref(...) - target object type not statically resolved." + }, + { + "module": "tests.test_basic", + "lineno": 1966, + "pattern": "name_call_unresolved", + "note": "Call to 'weak(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_basic", + "lineno": 1968, + "pattern": "name_call_unresolved", + "note": "Call to 'weak(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_basic", + "lineno": 1970, + "pattern": "attribute_call", + "note": "Call via attribute access .enable(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .Blueprint(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .Blueprint(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .Blueprint(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .errorhandler(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .abort(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .errorhandler(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .abort(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .abort(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .register_blueprint(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .register_blueprint(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .register_blueprint(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .errorhandler(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .Blueprint(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .errorhandler(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .register_error_handler(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 68, + "pattern": "name_call_unresolved", + "note": "Call to 'MyDecoratorException(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_blueprints", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 72, + "pattern": "name_call_unresolved", + "note": "Call to 'MyFunctionException(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_blueprints", + "lineno": 70, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .register_blueprint(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 76, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 77, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 81, + "pattern": "attribute_call", + "note": "Call via attribute access .Blueprint(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 83, + "pattern": "attribute_call", + "note": "Call via attribute access .app_errorhandler(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 89, + "pattern": "attribute_call", + "note": "Call via attribute access .abort(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 87, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 91, + "pattern": "attribute_call", + "note": "Call via attribute access .Blueprint(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 95, + "pattern": "attribute_call", + "note": "Call via attribute access .abort(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 93, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 97, + "pattern": "attribute_call", + "note": "Call via attribute access .register_blueprint(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 98, + "pattern": "attribute_call", + "note": "Call via attribute access .register_blueprint(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 100, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 101, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 121, + "pattern": "attribute_call", + "note": "Call via attribute access .Blueprint(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 123, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 127, + "pattern": "attribute_call", + "note": "Call via attribute access .register_blueprint(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 128, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 104, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 132, + "pattern": "attribute_call", + "note": "Call via attribute access .Blueprint(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 134, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 138, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 142, + "pattern": "attribute_call", + "note": "Call via attribute access .register_blueprint(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 143, + "pattern": "attribute_call", + "note": "Call via attribute access .register_blueprint(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 145, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 146, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 147, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 148, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 152, + "pattern": "attribute_call", + "note": "Call via attribute access .Blueprint(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 156, + "pattern": "attribute_call", + "note": "Call via attribute access .setdefault(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 160, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 164, + "pattern": "attribute_call", + "note": "Call via attribute access .url_for(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 162, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 168, + "pattern": "attribute_call", + "note": "Call via attribute access .url_for(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 166, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 170, + "pattern": "attribute_call", + "note": "Call via attribute access .register_blueprint(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 172, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 173, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 179, + "pattern": "attribute_call", + "note": "Call via attribute access .test_client(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 181, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 183, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 185, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 188, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 189, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 191, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 192, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 202, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 208, + "pattern": "attribute_call", + "note": "Call via attribute access .test_request_context(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 210, + "pattern": "attribute_call", + "note": "Call via attribute access .url_for(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 214, + "pattern": "attribute_call", + "note": "Call via attribute access .test_request_context(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 215, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 216, + "pattern": "attribute_call", + "note": "Call via attribute access .render_template(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 219, + "pattern": "attribute_call", + "note": "Call via attribute access .test_request_context(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 219, + "pattern": "attribute_call", + "note": "Call via attribute access .Flask(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 220, + "pattern": "attribute_call", + "note": "Call via attribute access .render_template(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 228, + "pattern": "name_call_unresolved", + "note": "Call to 'MyBlueprint(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_blueprints", + "lineno": 231, + "pattern": "attribute_call", + "note": "Call via attribute access .register_blueprint(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 233, + "pattern": "attribute_call", + "note": "Call via attribute access .test_request_context(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 233, + "pattern": "attribute_call", + "note": "Call via attribute access .send_static_file(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 241, + "pattern": "attribute_call", + "note": "Call via attribute access .list_templates(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 246, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 247, + "pattern": "attribute_call", + "note": "Call via attribute access .Blueprint(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 251, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 252, + "pattern": "attribute_call", + "note": "Call via attribute access .Blueprint(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 256, + "pattern": "attribute_call", + "note": "Call via attribute access .Blueprint(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 260, + "pattern": "attribute_call", + "note": "Call via attribute access .url_for(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 258, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 264, + "pattern": "attribute_call", + "note": "Call via attribute access .url_for(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 262, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 266, + "pattern": "attribute_call", + "note": "Call via attribute access .register_blueprint(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 268, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 273, + "pattern": "attribute_call", + "note": "Call via attribute access .Blueprint(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 275, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 276, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 280, + "pattern": "attribute_call", + "note": "Call via attribute access .register_blueprint(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 282, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 283, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 287, + "pattern": "attribute_call", + "note": "Call via attribute access .Blueprint(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 289, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 293, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 297, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 301, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 305, + "pattern": "attribute_call", + "note": "Call via attribute access .register_blueprint(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 307, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 311, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 312, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 313, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 314, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 315, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 319, + "pattern": "attribute_call", + "note": "Call via attribute access .Blueprint(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 321, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 322, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 324, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 325, + "pattern": "attribute_call", + "note": "Call via attribute access .add_url_rule(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 332, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 333, + "pattern": "attribute_call", + "note": "Call via attribute access .add_url_rule(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 339, + "pattern": "attribute_call", + "note": "Call via attribute access .add(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 341, + "pattern": "attribute_call", + "note": "Call via attribute access .Blueprint(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 343, + "pattern": "attribute_call", + "note": "Call via attribute access .endpoint(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 347, + "pattern": "attribute_call", + "note": "Call via attribute access .register_blueprint(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 349, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 350, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 354, + "pattern": "attribute_call", + "note": "Call via attribute access .Blueprint(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 356, + "pattern": "attribute_call", + "note": "Call via attribute access .app_template_filter(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 364, + "pattern": "attribute_call", + "note": "Call via attribute access .app_template_filter(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 368, + "pattern": "attribute_call", + "note": "Call via attribute access .app_template_filter(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 372, + "pattern": "attribute_call", + "note": "Call via attribute access .register_blueprint(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 373, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 377, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 381, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 385, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 391, + "pattern": "attribute_call", + "note": "Call via attribute access .Blueprint(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 396, + "pattern": "attribute_call", + "note": "Call via attribute access .add_app_template_filter(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 397, + "pattern": "attribute_call", + "note": "Call via attribute access .register_blueprint(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 398, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 404, + "pattern": "attribute_call", + "note": "Call via attribute access .Blueprint(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 406, + "pattern": "attribute_call", + "note": "Call via attribute access .app_template_filter(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 410, + "pattern": "attribute_call", + "note": "Call via attribute access .register_blueprint(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 411, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 417, + "pattern": "attribute_call", + "note": "Call via attribute access .Blueprint(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 422, + "pattern": "attribute_call", + "note": "Call via attribute access .add_app_template_filter(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 423, + "pattern": "attribute_call", + "note": "Call via attribute access .register_blueprint(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 424, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 430, + "pattern": "attribute_call", + "note": "Call via attribute access .Blueprint(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 432, + "pattern": "attribute_call", + "note": "Call via attribute access .app_template_filter(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 436, + "pattern": "attribute_call", + "note": "Call via attribute access .register_blueprint(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 440, + "pattern": "attribute_call", + "note": "Call via attribute access .render_template(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 438, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 442, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 449, + "pattern": "attribute_call", + "note": "Call via attribute access .render_template(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 447, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 451, + "pattern": "attribute_call", + "note": "Call via attribute access .Blueprint(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 453, + "pattern": "attribute_call", + "note": "Call via attribute access .app_template_filter(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 457, + "pattern": "attribute_call", + "note": "Call via attribute access .register_blueprint(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 458, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 463, + "pattern": "attribute_call", + "note": "Call via attribute access .Blueprint(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 468, + "pattern": "attribute_call", + "note": "Call via attribute access .add_app_template_filter(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 469, + "pattern": "attribute_call", + "note": "Call via attribute access .register_blueprint(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 473, + "pattern": "attribute_call", + "note": "Call via attribute access .render_template(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 471, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 475, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 480, + "pattern": "attribute_call", + "note": "Call via attribute access .Blueprint(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 482, + "pattern": "attribute_call", + "note": "Call via attribute access .app_template_filter(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 486, + "pattern": "attribute_call", + "note": "Call via attribute access .register_blueprint(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 490, + "pattern": "attribute_call", + "note": "Call via attribute access .render_template(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 488, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 492, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 497, + "pattern": "attribute_call", + "note": "Call via attribute access .Blueprint(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 502, + "pattern": "attribute_call", + "note": "Call via attribute access .add_app_template_filter(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 503, + "pattern": "attribute_call", + "note": "Call via attribute access .register_blueprint(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 507, + "pattern": "attribute_call", + "note": "Call via attribute access .render_template(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 505, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 509, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 514, + "pattern": "attribute_call", + "note": "Call via attribute access .Blueprint(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 516, + "pattern": "attribute_call", + "note": "Call via attribute access .app_template_test(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 524, + "pattern": "attribute_call", + "note": "Call via attribute access .app_template_test(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 528, + "pattern": "attribute_call", + "note": "Call via attribute access .app_template_test(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 532, + "pattern": "attribute_call", + "note": "Call via attribute access .register_blueprint(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 533, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 537, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 541, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 545, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 551, + "pattern": "attribute_call", + "note": "Call via attribute access .Blueprint(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 556, + "pattern": "attribute_call", + "note": "Call via attribute access .add_app_template_test(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 557, + "pattern": "attribute_call", + "note": "Call via attribute access .register_blueprint(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 558, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 564, + "pattern": "attribute_call", + "note": "Call via attribute access .Blueprint(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 566, + "pattern": "attribute_call", + "note": "Call via attribute access .app_template_test(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 570, + "pattern": "attribute_call", + "note": "Call via attribute access .register_blueprint(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 571, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 577, + "pattern": "attribute_call", + "note": "Call via attribute access .Blueprint(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 582, + "pattern": "attribute_call", + "note": "Call via attribute access .add_app_template_test(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 583, + "pattern": "attribute_call", + "note": "Call via attribute access .register_blueprint(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 584, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 590, + "pattern": "attribute_call", + "note": "Call via attribute access .Blueprint(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 592, + "pattern": "attribute_call", + "note": "Call via attribute access .app_template_test(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 596, + "pattern": "attribute_call", + "note": "Call via attribute access .register_blueprint(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 600, + "pattern": "attribute_call", + "note": "Call via attribute access .render_template(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 598, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 602, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 609, + "pattern": "attribute_call", + "note": "Call via attribute access .render_template(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 607, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 611, + "pattern": "attribute_call", + "note": "Call via attribute access .Blueprint(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 613, + "pattern": "attribute_call", + "note": "Call via attribute access .app_template_test(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 617, + "pattern": "attribute_call", + "note": "Call via attribute access .register_blueprint(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 618, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 623, + "pattern": "attribute_call", + "note": "Call via attribute access .Blueprint(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 628, + "pattern": "attribute_call", + "note": "Call via attribute access .add_app_template_test(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 629, + "pattern": "attribute_call", + "note": "Call via attribute access .register_blueprint(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 633, + "pattern": "attribute_call", + "note": "Call via attribute access .render_template(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 631, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 635, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 640, + "pattern": "attribute_call", + "note": "Call via attribute access .Blueprint(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 642, + "pattern": "attribute_call", + "note": "Call via attribute access .app_template_test(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 646, + "pattern": "attribute_call", + "note": "Call via attribute access .register_blueprint(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 650, + "pattern": "attribute_call", + "note": "Call via attribute access .render_template(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 648, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 652, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 657, + "pattern": "attribute_call", + "note": "Call via attribute access .Blueprint(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 662, + "pattern": "attribute_call", + "note": "Call via attribute access .add_app_template_test(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 663, + "pattern": "attribute_call", + "note": "Call via attribute access .register_blueprint(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 667, + "pattern": "attribute_call", + "note": "Call via attribute access .render_template(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 665, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 669, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 674, + "pattern": "attribute_call", + "note": "Call via attribute access .Blueprint(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 677, + "pattern": "attribute_call", + "note": "Call via attribute access .render_template_string(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 693, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 697, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 702, + "pattern": "attribute_call", + "note": "Call via attribute access .register_blueprint(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 704, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 705, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 715, + "pattern": "attribute_call", + "note": "Call via attribute access .Blueprint(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 717, + "pattern": "attribute_call", + "note": "Call via attribute access .app_template_global(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 725, + "pattern": "attribute_call", + "note": "Call via attribute access .app_template_global(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 729, + "pattern": "attribute_call", + "note": "Call via attribute access .app_template_global(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 734, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 735, + "pattern": "attribute_call", + "note": "Call via attribute access .register_blueprint(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 738, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 742, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 746, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 750, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 754, + "pattern": "attribute_call", + "note": "Call via attribute access .app_context(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 755, + "pattern": "attribute_call", + "note": "Call via attribute access .render_template_string(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 758, + "pattern": "attribute_call", + "note": "Call via attribute access .render_template_string(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 761, + "pattern": "attribute_call", + "note": "Call via attribute access .render_template_string(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 764, + "pattern": "attribute_call", + "note": "Call via attribute access .render_template_string(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 769, + "pattern": "attribute_call", + "note": "Call via attribute access .Blueprint(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 787, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 791, + "pattern": "attribute_call", + "note": "Call via attribute access .register_blueprint(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 794, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 800, + "pattern": "attribute_call", + "note": "Call via attribute access .Blueprint(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 817, + "pattern": "attribute_call", + "note": "Call via attribute access .register_blueprint(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 820, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 828, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 833, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 839, + "pattern": "attribute_call", + "note": "Call via attribute access .Blueprint(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 844, + "pattern": "attribute_call", + "note": "Call via attribute access .setdefault(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 848, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 853, + "pattern": "attribute_call", + "note": "Call via attribute access .url_for(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 851, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 857, + "pattern": "attribute_call", + "note": "Call via attribute access .url_for(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 855, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 859, + "pattern": "attribute_call", + "note": "Call via attribute access .register_blueprint(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 861, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 862, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 866, + "pattern": "attribute_call", + "note": "Call via attribute access .Blueprint(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 867, + "pattern": "attribute_call", + "note": "Call via attribute access .Blueprint(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 868, + "pattern": "attribute_call", + "note": "Call via attribute access .Blueprint(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 870, + "pattern": "attribute_call", + "note": "Call via attribute access .errorhandler(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 874, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 880, + "pattern": "attribute_call", + "note": "Call via attribute access .abort(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 878, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 882, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 888, + "pattern": "attribute_call", + "note": "Call via attribute access .abort(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 886, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 890, + "pattern": "attribute_call", + "note": "Call via attribute access .errorhandler(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 894, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 900, + "pattern": "attribute_call", + "note": "Call via attribute access .abort(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 898, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 902, + "pattern": "attribute_call", + "note": "Call via attribute access .register_blueprint(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 903, + "pattern": "attribute_call", + "note": "Call via attribute access .register_blueprint(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 904, + "pattern": "attribute_call", + "note": "Call via attribute access .register_blueprint(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 906, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 907, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 908, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 909, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 910, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 911, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 915, + "pattern": "attribute_call", + "note": "Call via attribute access .Blueprint(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 916, + "pattern": "attribute_call", + "note": "Call via attribute access .Blueprint(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 920, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 920, + "pattern": "attribute_call", + "note": "Call via attribute access .setdefault(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 924, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 928, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 928, + "pattern": "attribute_call", + "note": "Call via attribute access .setdefault(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 932, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 940, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 940, + "pattern": "attribute_call", + "note": "Call via attribute access .setdefault(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 944, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 948, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 948, + "pattern": "attribute_call", + "note": "Call via attribute access .setdefault(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 952, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 960, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 960, + "pattern": "attribute_call", + "note": "Call via attribute access .setdefault(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 964, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 968, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 968, + "pattern": "attribute_call", + "note": "Call via attribute access .setdefault(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 972, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 980, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 978, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 984, + "pattern": "attribute_call", + "note": "Call via attribute access .render_template_string(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 982, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 986, + "pattern": "attribute_call", + "note": "Call via attribute access .register_blueprint(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 987, + "pattern": "attribute_call", + "note": "Call via attribute access .register_blueprint(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 989, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 991, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 1011, + "pattern": "attribute_call", + "note": "Call via attribute access .Blueprint(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 1012, + "pattern": "attribute_call", + "note": "Call via attribute access .Blueprint(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 1014, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 1018, + "pattern": "attribute_call", + "note": "Call via attribute access .register_blueprint(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 1019, + "pattern": "attribute_call", + "note": "Call via attribute access .register_blueprint(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 1021, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 994, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 1030, + "pattern": "attribute_call", + "note": "Call via attribute access .Blueprint(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 1031, + "pattern": "attribute_call", + "note": "Call via attribute access .Blueprint(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 1033, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 1037, + "pattern": "attribute_call", + "note": "Call via attribute access .register_blueprint(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 1038, + "pattern": "attribute_call", + "note": "Call via attribute access .register_blueprint(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 1040, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 1049, + "pattern": "attribute_call", + "note": "Call via attribute access .Blueprint(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 1050, + "pattern": "attribute_call", + "note": "Call via attribute access .Blueprint(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 1052, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 1056, + "pattern": "attribute_call", + "note": "Call via attribute access .register_blueprint(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 1057, + "pattern": "attribute_call", + "note": "Call via attribute access .register_blueprint(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 1059, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 1062, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 1067, + "pattern": "attribute_call", + "note": "Call via attribute access .Blueprint(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 1068, + "pattern": "attribute_call", + "note": "Call via attribute access .Blueprint(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 1070, + "pattern": "attribute_call", + "note": "Call via attribute access .register_blueprint(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 1072, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 1073, + "pattern": "attribute_call", + "note": "Call via attribute access .register_blueprint(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 1075, + "pattern": "attribute_call", + "note": "Call via attribute access .register_blueprint(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 1077, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 1078, + "pattern": "attribute_call", + "note": "Call via attribute access .register_blueprint(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 1080, + "pattern": "attribute_call", + "note": "Call via attribute access .register_blueprint(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 1084, + "pattern": "attribute_call", + "note": "Call via attribute access .Blueprint(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 1085, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 1086, + "pattern": "attribute_call", + "note": "Call via attribute access .register_blueprint(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 1090, + "pattern": "attribute_call", + "note": "Call via attribute access .Blueprint(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 1091, + "pattern": "attribute_call", + "note": "Call via attribute access .Blueprint(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 1093, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 1099, + "pattern": "attribute_call", + "note": "Call via attribute access .abort(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 1097, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 1101, + "pattern": "attribute_call", + "note": "Call via attribute access .errorhandler(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 1105, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 1109, + "pattern": "attribute_call", + "note": "Call via attribute access .register_blueprint(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 1110, + "pattern": "attribute_call", + "note": "Call via attribute access .register_blueprint(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 1111, + "pattern": "attribute_call", + "note": "Call via attribute access .register_blueprint(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 1113, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 1114, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 1115, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 1116, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 1117, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_blueprints", + "lineno": 1118, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_cli", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .cwd(...) - target object type not statically resolved." + }, + { + "module": "tests.test_cli", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .resolve(...) - target object type not statically resolved." + }, + { + "module": "tests.test_cli", + "lineno": 112, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.test_cli", + "lineno": 118, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.test_cli", + "lineno": 125, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.test_cli", + "lineno": 132, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.test_cli", + "lineno": 174, + "pattern": "attribute_call", + "note": "Call via attribute access .addfinalizer(...) - target object type not statically resolved." + }, + { + "module": "tests.test_cli", + "lineno": 135, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_cli", + "lineno": 180, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_cli", + "lineno": 218, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.test_cli", + "lineno": 199, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_cli", + "lineno": 227, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.test_cli", + "lineno": 239, + "pattern": "name_call_unresolved", + "note": "Call to 'MockCtx(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_cli", + "lineno": 241, + "pattern": "attribute_call", + "note": "Call via attribute access .readouterr(...) - target object type not statically resolved." + }, + { + "module": "tests.test_cli", + "lineno": 242, + "pattern": "attribute_call", + "note": "Call via attribute access .python_version(...) - target object type not statically resolved." + }, + { + "module": "tests.test_cli", + "lineno": 243, + "pattern": "attribute_call", + "note": "Call via attribute access .version(...) - target object type not statically resolved." + }, + { + "module": "tests.test_cli", + "lineno": 244, + "pattern": "attribute_call", + "note": "Call via attribute access .version(...) - target object type not statically resolved." + }, + { + "module": "tests.test_cli", + "lineno": 249, + "pattern": "attribute_call", + "note": "Call via attribute access .load_app(...) - target object type not statically resolved." + }, + { + "module": "tests.test_cli", + "lineno": 251, + "pattern": "attribute_call", + "note": "Call via attribute access .load_app(...) - target object type not statically resolved." + }, + { + "module": "tests.test_cli", + "lineno": 257, + "pattern": "attribute_call", + "note": "Call via attribute access .load_app(...) - target object type not statically resolved." + }, + { + "module": "tests.test_cli", + "lineno": 259, + "pattern": "attribute_call", + "note": "Call via attribute access .load_app(...) - target object type not statically resolved." + }, + { + "module": "tests.test_cli", + "lineno": 261, + "pattern": "attribute_call", + "note": "Call via attribute access .load_app(...) - target object type not statically resolved." + }, + { + "module": "tests.test_cli", + "lineno": 263, + "pattern": "attribute_call", + "note": "Call via attribute access .load_app(...) - target object type not statically resolved." + }, + { + "module": "tests.test_cli", + "lineno": 269, + "pattern": "attribute_call", + "note": "Call via attribute access .load_app(...) - target object type not statically resolved." + }, + { + "module": "tests.test_cli", + "lineno": 271, + "pattern": "attribute_call", + "note": "Call via attribute access .load_app(...) - target object type not statically resolved." + }, + { + "module": "tests.test_cli", + "lineno": 274, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.test_cli", + "lineno": 277, + "pattern": "attribute_call", + "note": "Call via attribute access .chdir(...) - target object type not statically resolved." + }, + { + "module": "tests.test_cli", + "lineno": 279, + "pattern": "attribute_call", + "note": "Call via attribute access .load_app(...) - target object type not statically resolved." + }, + { + "module": "tests.test_cli", + "lineno": 283, + "pattern": "attribute_call", + "note": "Call via attribute access .chdir(...) - target object type not statically resolved." + }, + { + "module": "tests.test_cli", + "lineno": 285, + "pattern": "attribute_call", + "note": "Call via attribute access .load_app(...) - target object type not statically resolved." + }, + { + "module": "tests.test_cli", + "lineno": 297, + "pattern": "attribute_call", + "note": "Call via attribute access .load_app(...) - target object type not statically resolved." + }, + { + "module": "tests.test_cli", + "lineno": 297, + "pattern": "attribute_call", + "note": "Call via attribute access .get_current_context(...) - target object type not statically resolved." + }, + { + "module": "tests.test_cli", + "lineno": 299, + "pattern": "attribute_call", + "note": "Call via attribute access ._get_current_object(...) - target object type not statically resolved." + }, + { + "module": "tests.test_cli", + "lineno": 294, + "pattern": "attribute_call", + "note": "Call via attribute access .command(...) - target object type not statically resolved." + }, + { + "module": "tests.test_cli", + "lineno": 295, + "pattern": "attribute_call", + "note": "Call via attribute access .argument(...) - target object type not statically resolved." + }, + { + "module": "tests.test_cli", + "lineno": 303, + "pattern": "attribute_call", + "note": "Call via attribute access .invoke(...) - target object type not statically resolved." + }, + { + "module": "tests.test_cli", + "lineno": 311, + "pattern": "attribute_call", + "note": "Call via attribute access .echo(...) - target object type not statically resolved." + }, + { + "module": "tests.test_cli", + "lineno": 308, + "pattern": "attribute_call", + "note": "Call via attribute access .command(...) - target object type not statically resolved." + }, + { + "module": "tests.test_cli", + "lineno": 315, + "pattern": "attribute_call", + "note": "Call via attribute access .invoke(...) - target object type not statically resolved." + }, + { + "module": "tests.test_cli", + "lineno": 321, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "tests.test_cli", + "lineno": 327, + "pattern": "attribute_call", + "note": "Call via attribute access .echo(...) - target object type not statically resolved." + }, + { + "module": "tests.test_cli", + "lineno": 325, + "pattern": "attribute_call", + "note": "Call via attribute access .command(...) - target object type not statically resolved." + }, + { + "module": "tests.test_cli", + "lineno": 329, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "tests.test_cli", + "lineno": 335, + "pattern": "attribute_call", + "note": "Call via attribute access .echo(...) - target object type not statically resolved." + }, + { + "module": "tests.test_cli", + "lineno": 333, + "pattern": "attribute_call", + "note": "Call via attribute access .command(...) - target object type not statically resolved." + }, + { + "module": "tests.test_cli", + "lineno": 339, + "pattern": "attribute_call", + "note": "Call via attribute access .invoke(...) - target object type not statically resolved." + }, + { + "module": "tests.test_cli", + "lineno": 343, + "pattern": "attribute_call", + "note": "Call via attribute access .invoke(...) - target object type not statically resolved." + }, + { + "module": "tests.test_cli", + "lineno": 352, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "tests.test_cli", + "lineno": 358, + "pattern": "attribute_call", + "note": "Call via attribute access .echo(...) - target object type not statically resolved." + }, + { + "module": "tests.test_cli", + "lineno": 356, + "pattern": "attribute_call", + "note": "Call via attribute access .command(...) - target object type not statically resolved." + }, + { + "module": "tests.test_cli", + "lineno": 360, + "pattern": "attribute_call", + "note": "Call via attribute access .invoke(...) - target object type not statically resolved." + }, + { + "module": "tests.test_cli", + "lineno": 372, + "pattern": "attribute_call", + "note": "Call via attribute access .group(...) - target object type not statically resolved." + }, + { + "module": "tests.test_cli", + "lineno": 378, + "pattern": "attribute_call", + "note": "Call via attribute access .echo(...) - target object type not statically resolved." + }, + { + "module": "tests.test_cli", + "lineno": 376, + "pattern": "attribute_call", + "note": "Call via attribute access .command(...) - target object type not statically resolved." + }, + { + "module": "tests.test_cli", + "lineno": 380, + "pattern": "attribute_call", + "note": "Call via attribute access .invoke(...) - target object type not statically resolved." + }, + { + "module": "tests.test_cli", + "lineno": 365, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_cli", + "lineno": 386, + "pattern": "attribute_call", + "note": "Call via attribute access .Group(...) - target object type not statically resolved." + }, + { + "module": "tests.test_cli", + "lineno": 388, + "pattern": "attribute_call", + "note": "Call via attribute access .add_command(...) - target object type not statically resolved." + }, + { + "module": "tests.test_cli", + "lineno": 392, + "pattern": "attribute_call", + "note": "Call via attribute access .echo(...) - target object type not statically resolved." + }, + { + "module": "tests.test_cli", + "lineno": 390, + "pattern": "attribute_call", + "note": "Call via attribute access .command(...) - target object type not statically resolved." + }, + { + "module": "tests.test_cli", + "lineno": 394, + "pattern": "attribute_call", + "note": "Call via attribute access .invoke(...) - target object type not statically resolved." + }, + { + "module": "tests.test_cli", + "lineno": 407, + "pattern": "attribute_call", + "note": "Call via attribute access .invoke(...) - target object type not statically resolved." + }, + { + "module": "tests.test_cli", + "lineno": 422, + "pattern": "attribute_call", + "note": "Call via attribute access .invoke(...) - target object type not statically resolved." + }, + { + "module": "tests.test_cli", + "lineno": 440, + "pattern": "attribute_call", + "note": "Call via attribute access .invoke(...) - target object type not statically resolved." + }, + { + "module": "tests.test_cli", + "lineno": 450, + "pattern": "attribute_call", + "note": "Call via attribute access .add_url_rule(...) - target object type not statically resolved." + }, + { + "module": "tests.test_cli", + "lineno": 455, + "pattern": "attribute_call", + "note": "Call via attribute access .add_url_rule(...) - target object type not statically resolved." + }, + { + "module": "tests.test_cli", + "lineno": 465, + "pattern": "attribute_call", + "note": "Call via attribute access .splitlines(...) - target object type not statically resolved." + }, + { + "module": "tests.test_cli", + "lineno": 486, + "pattern": "attribute_call", + "note": "Call via attribute access .iter_rules(...) - target object type not statically resolved." + }, + { + "module": "tests.test_cli", + "lineno": 499, + "pattern": "attribute_call", + "note": "Call via attribute access .invoke(...) - target object type not statically resolved." + }, + { + "module": "tests.test_cli", + "lineno": 505, + "pattern": "attribute_call", + "note": "Call via attribute access .add_url_rule(...) - target object type not statically resolved." + }, + { + "module": "tests.test_cli", + "lineno": 506, + "pattern": "attribute_call", + "note": "Call via attribute access .add_url_rule(...) - target object type not statically resolved." + }, + { + "module": "tests.test_cli", + "lineno": 508, + "pattern": "attribute_call", + "note": "Call via attribute access .invoke(...) - target object type not statically resolved." + }, + { + "module": "tests.test_cli", + "lineno": 514, + "pattern": "attribute_call", + "note": "Call via attribute access .add_url_rule(...) - target object type not statically resolved." + }, + { + "module": "tests.test_cli", + "lineno": 515, + "pattern": "attribute_call", + "note": "Call via attribute access .add_url_rule(...) - target object type not statically resolved." + }, + { + "module": "tests.test_cli", + "lineno": 517, + "pattern": "attribute_call", + "note": "Call via attribute access .invoke(...) - target object type not statically resolved." + }, + { + "module": "tests.test_cli", + "lineno": 531, + "pattern": "attribute_call", + "note": "Call via attribute access .skipif(...) - target object type not statically resolved." + }, + { + "module": "tests.test_cli", + "lineno": 540, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "tests.test_cli", + "lineno": 542, + "pattern": "attribute_call", + "note": "Call via attribute access .setenv(...) - target object type not statically resolved." + }, + { + "module": "tests.test_cli", + "lineno": 543, + "pattern": "attribute_call", + "note": "Call via attribute access .chdir(...) - target object type not statically resolved." + }, + { + "module": "tests.test_cli", + "lineno": 545, + "pattern": "attribute_call", + "note": "Call via attribute access .cwd(...) - target object type not statically resolved." + }, + { + "module": "tests.test_cli", + "lineno": 563, + "pattern": "attribute_call", + "note": "Call via attribute access .append(...) - target object type not statically resolved." + }, + { + "module": "tests.test_cli", + "lineno": 566, + "pattern": "attribute_call", + "note": "Call via attribute access .cwd(...) - target object type not statically resolved." + }, + { + "module": "tests.test_cli", + "lineno": 571, + "pattern": "attribute_call", + "note": "Call via attribute access .setitem(...) - target object type not statically resolved." + }, + { + "module": "tests.test_cli", + "lineno": 572, + "pattern": "attribute_call", + "note": "Call via attribute access .chdir(...) - target object type not statically resolved." + }, + { + "module": "tests.test_cli", + "lineno": 579, + "pattern": "attribute_call", + "note": "Call via attribute access .chdir(...) - target object type not statically resolved." + }, + { + "module": "tests.test_cli", + "lineno": 580, + "pattern": "attribute_call", + "note": "Call via attribute access .setitem(...) - target object type not statically resolved." + }, + { + "module": "tests.test_cli", + "lineno": 581, + "pattern": "attribute_call", + "note": "Call via attribute access .invoke(...) - target object type not statically resolved." + }, + { + "module": "tests.test_cli", + "lineno": 587, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.test_cli", + "lineno": 588, + "pattern": "attribute_call", + "note": "Call via attribute access .make_context(...) - target object type not statically resolved." + }, + { + "module": "tests.test_cli", + "lineno": 591, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.test_cli", + "lineno": 592, + "pattern": "attribute_call", + "note": "Call via attribute access .make_context(...) - target object type not statically resolved." + }, + { + "module": "tests.test_cli", + "lineno": 595, + "pattern": "attribute_call", + "note": "Call via attribute access .make_context(...) - target object type not statically resolved." + }, + { + "module": "tests.test_cli", + "lineno": 599, + "pattern": "attribute_call", + "note": "Call via attribute access .make_context(...) - target object type not statically resolved." + }, + { + "module": "tests.test_cli", + "lineno": 604, + "pattern": "attribute_call", + "note": "Call via attribute access .setitem(...) - target object type not statically resolved." + }, + { + "module": "tests.test_cli", + "lineno": 607, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.test_cli", + "lineno": 608, + "pattern": "attribute_call", + "note": "Call via attribute access .make_context(...) - target object type not statically resolved." + }, + { + "module": "tests.test_cli", + "lineno": 611, + "pattern": "attribute_call", + "note": "Call via attribute access .setitem(...) - target object type not statically resolved." + }, + { + "module": "tests.test_cli", + "lineno": 611, + "pattern": "attribute_call", + "note": "Call via attribute access .ModuleType(...) - target object type not statically resolved." + }, + { + "module": "tests.test_cli", + "lineno": 612, + "pattern": "attribute_call", + "note": "Call via attribute access .make_context(...) - target object type not statically resolved." + }, + { + "module": "tests.test_cli", + "lineno": 616, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.test_cli", + "lineno": 617, + "pattern": "attribute_call", + "note": "Call via attribute access .make_context(...) - target object type not statically resolved." + }, + { + "module": "tests.test_cli", + "lineno": 621, + "pattern": "attribute_call", + "note": "Call via attribute access .setitem(...) - target object type not statically resolved." + }, + { + "module": "tests.test_cli", + "lineno": 624, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.test_cli", + "lineno": 625, + "pattern": "attribute_call", + "note": "Call via attribute access .make_context(...) - target object type not statically resolved." + }, + { + "module": "tests.test_cli", + "lineno": 627, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.test_cli", + "lineno": 628, + "pattern": "attribute_call", + "note": "Call via attribute access .make_context(...) - target object type not statically resolved." + }, + { + "module": "tests.test_cli", + "lineno": 631, + "pattern": "attribute_call", + "note": "Call via attribute access .SSLContext(...) - target object type not statically resolved." + }, + { + "module": "tests.test_cli", + "lineno": 633, + "pattern": "attribute_call", + "note": "Call via attribute access .setitem(...) - target object type not statically resolved." + }, + { + "module": "tests.test_cli", + "lineno": 634, + "pattern": "attribute_call", + "note": "Call via attribute access .make_context(...) - target object type not statically resolved." + }, + { + "module": "tests.test_cli", + "lineno": 638, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.test_cli", + "lineno": 639, + "pattern": "attribute_call", + "note": "Call via attribute access .make_context(...) - target object type not statically resolved." + }, + { + "module": "tests.test_cli", + "lineno": 643, + "pattern": "attribute_call", + "note": "Call via attribute access .setitem(...) - target object type not statically resolved." + }, + { + "module": "tests.test_cli", + "lineno": 645, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.test_cli", + "lineno": 646, + "pattern": "attribute_call", + "note": "Call via attribute access .make_context(...) - target object type not statically resolved." + }, + { + "module": "tests.test_cli", + "lineno": 658, + "pattern": "attribute_call", + "note": "Call via attribute access .echo(...) - target object type not statically resolved." + }, + { + "module": "tests.test_cli", + "lineno": 656, + "pattern": "attribute_call", + "note": "Call via attribute access .command(...) - target object type not statically resolved." + }, + { + "module": "tests.test_cli", + "lineno": 662, + "pattern": "attribute_call", + "note": "Call via attribute access .echo(...) - target object type not statically resolved." + }, + { + "module": "tests.test_cli", + "lineno": 660, + "pattern": "attribute_call", + "note": "Call via attribute access .command(...) - target object type not statically resolved." + }, + { + "module": "tests.test_cli", + "lineno": 666, + "pattern": "attribute_call", + "note": "Call via attribute access .echo(...) - target object type not statically resolved." + }, + { + "module": "tests.test_cli", + "lineno": 664, + "pattern": "attribute_call", + "note": "Call via attribute access .command(...) - target object type not statically resolved." + }, + { + "module": "tests.test_cli", + "lineno": 670, + "pattern": "attribute_call", + "note": "Call via attribute access .echo(...) - target object type not statically resolved." + }, + { + "module": "tests.test_cli", + "lineno": 668, + "pattern": "attribute_call", + "note": "Call via attribute access .command(...) - target object type not statically resolved." + }, + { + "module": "tests.test_cli", + "lineno": 672, + "pattern": "attribute_call", + "note": "Call via attribute access .register_blueprint(...) - target object type not statically resolved." + }, + { + "module": "tests.test_cli", + "lineno": 673, + "pattern": "attribute_call", + "note": "Call via attribute access .register_blueprint(...) - target object type not statically resolved." + }, + { + "module": "tests.test_cli", + "lineno": 674, + "pattern": "attribute_call", + "note": "Call via attribute access .register_blueprint(...) - target object type not statically resolved." + }, + { + "module": "tests.test_cli", + "lineno": 675, + "pattern": "attribute_call", + "note": "Call via attribute access .register_blueprint(...) - target object type not statically resolved." + }, + { + "module": "tests.test_cli", + "lineno": 677, + "pattern": "attribute_call", + "note": "Call via attribute access .test_cli_runner(...) - target object type not statically resolved." + }, + { + "module": "tests.test_cli", + "lineno": 679, + "pattern": "attribute_call", + "note": "Call via attribute access .invoke(...) - target object type not statically resolved." + }, + { + "module": "tests.test_cli", + "lineno": 682, + "pattern": "attribute_call", + "note": "Call via attribute access .invoke(...) - target object type not statically resolved." + }, + { + "module": "tests.test_cli", + "lineno": 685, + "pattern": "attribute_call", + "note": "Call via attribute access .invoke(...) - target object type not statically resolved." + }, + { + "module": "tests.test_cli", + "lineno": 688, + "pattern": "attribute_call", + "note": "Call via attribute access .invoke(...) - target object type not statically resolved." + }, + { + "module": "tests.test_cli", + "lineno": 695, + "pattern": "attribute_call", + "note": "Call via attribute access .register_blueprint(...) - target object type not statically resolved." + }, + { + "module": "tests.test_cli", + "lineno": 697, + "pattern": "attribute_call", + "note": "Call via attribute access .invoke(...) - target object type not statically resolved." + }, + { + "module": "tests.test_cli", + "lineno": 697, + "pattern": "attribute_call", + "note": "Call via attribute access .test_cli_runner(...) - target object type not statically resolved." + }, + { + "module": "tests.test_cli", + "lineno": 702, + "pattern": "attribute_call", + "note": "Call via attribute access .make_context(...) - target object type not statically resolved." + }, + { + "module": "tests.test_config", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .Flask(...) - target object type not statically resolved." + }, + { + "module": "tests.test_config", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .from_pyfile(...) - target object type not statically resolved." + }, + { + "module": "tests.test_config", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .rsplit(...) - target object type not statically resolved." + }, + { + "module": "tests.test_config", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .Flask(...) - target object type not statically resolved." + }, + { + "module": "tests.test_config", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .from_object(...) - target object type not statically resolved." + }, + { + "module": "tests.test_config", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .Flask(...) - target object type not statically resolved." + }, + { + "module": "tests.test_config", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .dirname(...) - target object type not statically resolved." + }, + { + "module": "tests.test_config", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .abspath(...) - target object type not statically resolved." + }, + { + "module": "tests.test_config", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .from_file(...) - target object type not statically resolved." + }, + { + "module": "tests.test_config", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tests.test_config", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .importorskip(...) - target object type not statically resolved." + }, + { + "module": "tests.test_config", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .Flask(...) - target object type not statically resolved." + }, + { + "module": "tests.test_config", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .dirname(...) - target object type not statically resolved." + }, + { + "module": "tests.test_config", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .abspath(...) - target object type not statically resolved." + }, + { + "module": "tests.test_config", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .from_file(...) - target object type not statically resolved." + }, + { + "module": "tests.test_config", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tests.test_config", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .setenv(...) - target object type not statically resolved." + }, + { + "module": "tests.test_config", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .setenv(...) - target object type not statically resolved." + }, + { + "module": "tests.test_config", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .setenv(...) - target object type not statically resolved." + }, + { + "module": "tests.test_config", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .setenv(...) - target object type not statically resolved." + }, + { + "module": "tests.test_config", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .setenv(...) - target object type not statically resolved." + }, + { + "module": "tests.test_config", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .setenv(...) - target object type not statically resolved." + }, + { + "module": "tests.test_config", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .setenv(...) - target object type not statically resolved." + }, + { + "module": "tests.test_config", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .Flask(...) - target object type not statically resolved." + }, + { + "module": "tests.test_config", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .from_prefixed_env(...) - target object type not statically resolved." + }, + { + "module": "tests.test_config", + "lineno": 70, + "pattern": "attribute_call", + "note": "Call via attribute access .setenv(...) - target object type not statically resolved." + }, + { + "module": "tests.test_config", + "lineno": 71, + "pattern": "attribute_call", + "note": "Call via attribute access .setenv(...) - target object type not statically resolved." + }, + { + "module": "tests.test_config", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .Flask(...) - target object type not statically resolved." + }, + { + "module": "tests.test_config", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .from_prefixed_env(...) - target object type not statically resolved." + }, + { + "module": "tests.test_config", + "lineno": 80, + "pattern": "attribute_call", + "note": "Call via attribute access .setenv(...) - target object type not statically resolved." + }, + { + "module": "tests.test_config", + "lineno": 81, + "pattern": "attribute_call", + "note": "Call via attribute access .setenv(...) - target object type not statically resolved." + }, + { + "module": "tests.test_config", + "lineno": 82, + "pattern": "attribute_call", + "note": "Call via attribute access .setenv(...) - target object type not statically resolved." + }, + { + "module": "tests.test_config", + "lineno": 83, + "pattern": "attribute_call", + "note": "Call via attribute access .setenv(...) - target object type not statically resolved." + }, + { + "module": "tests.test_config", + "lineno": 85, + "pattern": "attribute_call", + "note": "Call via attribute access .Flask(...) - target object type not statically resolved." + }, + { + "module": "tests.test_config", + "lineno": 87, + "pattern": "attribute_call", + "note": "Call via attribute access .from_prefixed_env(...) - target object type not statically resolved." + }, + { + "module": "tests.test_config", + "lineno": 111, + "pattern": "attribute_call", + "note": "Call via attribute access .Flask(...) - target object type not statically resolved." + }, + { + "module": "tests.test_config", + "lineno": 112, + "pattern": "attribute_call", + "note": "Call via attribute access .from_mapping(...) - target object type not statically resolved." + }, + { + "module": "tests.test_config", + "lineno": 115, + "pattern": "attribute_call", + "note": "Call via attribute access .Flask(...) - target object type not statically resolved." + }, + { + "module": "tests.test_config", + "lineno": 116, + "pattern": "attribute_call", + "note": "Call via attribute access .from_mapping(...) - target object type not statically resolved." + }, + { + "module": "tests.test_config", + "lineno": 119, + "pattern": "attribute_call", + "note": "Call via attribute access .Flask(...) - target object type not statically resolved." + }, + { + "module": "tests.test_config", + "lineno": 120, + "pattern": "attribute_call", + "note": "Call via attribute access .from_mapping(...) - target object type not statically resolved." + }, + { + "module": "tests.test_config", + "lineno": 123, + "pattern": "attribute_call", + "note": "Call via attribute access .Flask(...) - target object type not statically resolved." + }, + { + "module": "tests.test_config", + "lineno": 124, + "pattern": "attribute_call", + "note": "Call via attribute access .from_mapping(...) - target object type not statically resolved." + }, + { + "module": "tests.test_config", + "lineno": 127, + "pattern": "attribute_call", + "note": "Call via attribute access .Flask(...) - target object type not statically resolved." + }, + { + "module": "tests.test_config", + "lineno": 128, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.test_config", + "lineno": 129, + "pattern": "attribute_call", + "note": "Call via attribute access .from_mapping(...) - target object type not statically resolved." + }, + { + "module": "tests.test_config", + "lineno": 139, + "pattern": "attribute_call", + "note": "Call via attribute access .Flask(...) - target object type not statically resolved." + }, + { + "module": "tests.test_config", + "lineno": 140, + "pattern": "attribute_call", + "note": "Call via attribute access .from_object(...) - target object type not statically resolved." + }, + { + "module": "tests.test_config", + "lineno": 145, + "pattern": "attribute_call", + "note": "Call via attribute access .setattr(...) - target object type not statically resolved." + }, + { + "module": "tests.test_config", + "lineno": 146, + "pattern": "attribute_call", + "note": "Call via attribute access .Flask(...) - target object type not statically resolved." + }, + { + "module": "tests.test_config", + "lineno": 148, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.test_config", + "lineno": 149, + "pattern": "attribute_call", + "note": "Call via attribute access .from_envvar(...) - target object type not statically resolved." + }, + { + "module": "tests.test_config", + "lineno": 152, + "pattern": "attribute_call", + "note": "Call via attribute access .from_envvar(...) - target object type not statically resolved." + }, + { + "module": "tests.test_config", + "lineno": 154, + "pattern": "attribute_call", + "note": "Call via attribute access .setattr(...) - target object type not statically resolved." + }, + { + "module": "tests.test_config", + "lineno": 155, + "pattern": "attribute_call", + "note": "Call via attribute access .rsplit(...) - target object type not statically resolved." + }, + { + "module": "tests.test_config", + "lineno": 157, + "pattern": "attribute_call", + "note": "Call via attribute access .from_envvar(...) - target object type not statically resolved." + }, + { + "module": "tests.test_config", + "lineno": 162, + "pattern": "attribute_call", + "note": "Call via attribute access .setattr(...) - target object type not statically resolved." + }, + { + "module": "tests.test_config", + "lineno": 163, + "pattern": "attribute_call", + "note": "Call via attribute access .Flask(...) - target object type not statically resolved." + }, + { + "module": "tests.test_config", + "lineno": 164, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.test_config", + "lineno": 165, + "pattern": "attribute_call", + "note": "Call via attribute access .from_envvar(...) - target object type not statically resolved." + }, + { + "module": "tests.test_config", + "lineno": 167, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tests.test_config", + "lineno": 170, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "tests.test_config", + "lineno": 171, + "pattern": "attribute_call", + "note": "Call via attribute access .from_envvar(...) - target object type not statically resolved." + }, + { + "module": "tests.test_config", + "lineno": 175, + "pattern": "attribute_call", + "note": "Call via attribute access .Flask(...) - target object type not statically resolved." + }, + { + "module": "tests.test_config", + "lineno": 176, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.test_config", + "lineno": 177, + "pattern": "attribute_call", + "note": "Call via attribute access .from_pyfile(...) - target object type not statically resolved." + }, + { + "module": "tests.test_config", + "lineno": 179, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tests.test_config", + "lineno": 182, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "tests.test_config", + "lineno": 183, + "pattern": "attribute_call", + "note": "Call via attribute access .from_pyfile(...) - target object type not statically resolved." + }, + { + "module": "tests.test_config", + "lineno": 187, + "pattern": "attribute_call", + "note": "Call via attribute access .Flask(...) - target object type not statically resolved." + }, + { + "module": "tests.test_config", + "lineno": 188, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.test_config", + "lineno": 189, + "pattern": "attribute_call", + "note": "Call via attribute access .from_file(...) - target object type not statically resolved." + }, + { + "module": "tests.test_config", + "lineno": 191, + "pattern": "attribute_call", + "note": "Call via attribute access .startswith(...) - target object type not statically resolved." + }, + { + "module": "tests.test_config", + "lineno": 194, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "tests.test_config", + "lineno": 195, + "pattern": "attribute_call", + "note": "Call via attribute access .from_file(...) - target object type not statically resolved." + }, + { + "module": "tests.test_config", + "lineno": 205, + "pattern": "name_call_unresolved", + "note": "Call to 'Flask(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_config", + "lineno": 207, + "pattern": "attribute_call", + "note": "Call via attribute access .from_object(...) - target object type not statically resolved." + }, + { + "module": "tests.test_config", + "lineno": 212, + "pattern": "attribute_call", + "note": "Call via attribute access .Flask(...) - target object type not statically resolved." + }, + { + "module": "tests.test_config", + "lineno": 218, + "pattern": "attribute_call", + "note": "Call via attribute access .Flask(...) - target object type not statically resolved." + }, + { + "module": "tests.test_config", + "lineno": 223, + "pattern": "attribute_call", + "note": "Call via attribute access .get_namespace(...) - target object type not statically resolved." + }, + { + "module": "tests.test_config", + "lineno": 227, + "pattern": "attribute_call", + "note": "Call via attribute access .get_namespace(...) - target object type not statically resolved." + }, + { + "module": "tests.test_config", + "lineno": 231, + "pattern": "attribute_call", + "note": "Call via attribute access .get_namespace(...) - target object type not statically resolved." + }, + { + "module": "tests.test_config", + "lineno": 235, + "pattern": "attribute_call", + "note": "Call via attribute access .get_namespace(...) - target object type not statically resolved." + }, + { + "module": "tests.test_config", + "lineno": 246, + "pattern": "attribute_call", + "note": "Call via attribute access .write_text(...) - target object type not statically resolved." + }, + { + "module": "tests.test_config", + "lineno": 247, + "pattern": "attribute_call", + "note": "Call via attribute access .Flask(...) - target object type not statically resolved." + }, + { + "module": "tests.test_config", + "lineno": 248, + "pattern": "attribute_call", + "note": "Call via attribute access .from_pyfile(...) - target object type not statically resolved." + }, + { + "module": "tests.test_config", + "lineno": 248, + "pattern": "attribute_call", + "note": "Call via attribute access .fspath(...) - target object type not statically resolved." + }, + { + "module": "tests.test_config", + "lineno": 243, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_converters", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tests.test_converters", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tests.test_converters", + "lineno": 15, + "pattern": "name_call_unresolved", + "note": "Call to 'base_to_url(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_converters", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tests.test_converters", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_converters", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_converters", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .test_request_context(...) - target object type not statically resolved." + }, + { + "module": "tests.test_converters", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_converters", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_helpers", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .BytesIO(...) - target object type not statically resolved." + }, + { + "module": "tests.test_helpers", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .open_resource(...) - target object type not statically resolved." + }, + { + "module": "tests.test_helpers", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.test_helpers", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .send_file(...) - target object type not statically resolved." + }, + { + "module": "tests.test_helpers", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .send_static_file(...) - target object type not statically resolved." + }, + { + "module": "tests.test_helpers", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .send_file(...) - target object type not statically resolved." + }, + { + "module": "tests.test_helpers", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .send_static_file(...) - target object type not statically resolved." + }, + { + "module": "tests.test_helpers", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access .send_file(...) - target object type not statically resolved." + }, + { + "module": "tests.test_helpers", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .send_static_file(...) - target object type not statically resolved." + }, + { + "module": "tests.test_helpers", + "lineno": 73, + "pattern": "name_call_unresolved", + "note": "Call to 'StaticFileApp(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_helpers", + "lineno": 75, + "pattern": "attribute_call", + "note": "Call via attribute access .test_request_context(...) - target object type not statically resolved." + }, + { + "module": "tests.test_helpers", + "lineno": 77, + "pattern": "attribute_call", + "note": "Call via attribute access .send_static_file(...) - target object type not statically resolved." + }, + { + "module": "tests.test_helpers", + "lineno": 81, + "pattern": "attribute_call", + "note": "Call via attribute access .send_file(...) - target object type not statically resolved." + }, + { + "module": "tests.test_helpers", + "lineno": 85, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tests.test_helpers", + "lineno": 86, + "pattern": "attribute_call", + "note": "Call via attribute access .dirname(...) - target object type not statically resolved." + }, + { + "module": "tests.test_helpers", + "lineno": 89, + "pattern": "attribute_call", + "note": "Call via attribute access .send_from_directory(...) - target object type not statically resolved." + }, + { + "module": "tests.test_helpers", + "lineno": 91, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "tests.test_helpers", + "lineno": 96, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_helpers", + "lineno": 100, + "pattern": "attribute_call", + "note": "Call via attribute access .url_for(...) - target object type not statically resolved." + }, + { + "module": "tests.test_helpers", + "lineno": 103, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_helpers", + "lineno": 108, + "pattern": "attribute_call", + "note": "Call via attribute access .url_for(...) - target object type not statically resolved." + }, + { + "module": "tests.test_helpers", + "lineno": 113, + "pattern": "attribute_call", + "note": "Call via attribute access .add_url_rule(...) - target object type not statically resolved." + }, + { + "module": "tests.test_helpers", + "lineno": 116, + "pattern": "attribute_call", + "note": "Call via attribute access .url_for(...) - target object type not statically resolved." + }, + { + "module": "tests.test_helpers", + "lineno": 120, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.test_helpers", + "lineno": 121, + "pattern": "attribute_call", + "note": "Call via attribute access .url_for(...) - target object type not statically resolved." + }, + { + "module": "tests.test_helpers", + "lineno": 124, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_helpers", + "lineno": 128, + "pattern": "attribute_call", + "note": "Call via attribute access .url_for(...) - target object type not statically resolved." + }, + { + "module": "tests.test_helpers", + "lineno": 130, + "pattern": "attribute_call", + "note": "Call via attribute access .url_for(...) - target object type not statically resolved." + }, + { + "module": "tests.test_helpers", + "lineno": 133, + "pattern": "attribute_call", + "note": "Call via attribute access .url_for(...) - target object type not statically resolved." + }, + { + "module": "tests.test_helpers", + "lineno": 147, + "pattern": "attribute_call", + "note": "Call via attribute access .as_view(...) - target object type not statically resolved." + }, + { + "module": "tests.test_helpers", + "lineno": 148, + "pattern": "attribute_call", + "note": "Call via attribute access .add_url_rule(...) - target object type not statically resolved." + }, + { + "module": "tests.test_helpers", + "lineno": 149, + "pattern": "attribute_call", + "note": "Call via attribute access .add_url_rule(...) - target object type not statically resolved." + }, + { + "module": "tests.test_helpers", + "lineno": 150, + "pattern": "attribute_call", + "note": "Call via attribute access .add_url_rule(...) - target object type not statically resolved." + }, + { + "module": "tests.test_helpers", + "lineno": 152, + "pattern": "attribute_call", + "note": "Call via attribute access .url_for(...) - target object type not statically resolved." + }, + { + "module": "tests.test_helpers", + "lineno": 153, + "pattern": "attribute_call", + "note": "Call via attribute access .url_for(...) - target object type not statically resolved." + }, + { + "module": "tests.test_helpers", + "lineno": 154, + "pattern": "attribute_call", + "note": "Call via attribute access .url_for(...) - target object type not statically resolved." + }, + { + "module": "tests.test_helpers", + "lineno": 157, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_helpers", + "lineno": 161, + "pattern": "attribute_call", + "note": "Call via attribute access .url_for(...) - target object type not statically resolved." + }, + { + "module": "tests.test_helpers", + "lineno": 165, + "pattern": "attribute_call", + "note": "Call via attribute access .redirect(...) - target object type not statically resolved." + }, + { + "module": "tests.test_helpers", + "lineno": 176, + "pattern": "attribute_call", + "note": "Call via attribute access .app_context(...) - target object type not statically resolved." + }, + { + "module": "tests.test_helpers", + "lineno": 176, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.test_helpers", + "lineno": 177, + "pattern": "attribute_call", + "note": "Call via attribute access .redirect(...) - target object type not statically resolved." + }, + { + "module": "tests.test_helpers", + "lineno": 181, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.test_helpers", + "lineno": 182, + "pattern": "attribute_call", + "note": "Call via attribute access .abort(...) - target object type not statically resolved." + }, + { + "module": "tests.test_helpers", + "lineno": 184, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.test_helpers", + "lineno": 185, + "pattern": "attribute_call", + "note": "Call via attribute access .abort(...) - target object type not statically resolved." + }, + { + "module": "tests.test_helpers", + "lineno": 195, + "pattern": "name_call_unresolved", + "note": "Call to 'MyFlask(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_helpers", + "lineno": 205, + "pattern": "attribute_call", + "note": "Call via attribute access .app_context(...) - target object type not statically resolved." + }, + { + "module": "tests.test_helpers", + "lineno": 205, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.test_helpers", + "lineno": 206, + "pattern": "attribute_call", + "note": "Call via attribute access .abort(...) - target object type not statically resolved." + }, + { + "module": "tests.test_helpers", + "lineno": 221, + "pattern": "attribute_call", + "note": "Call via attribute access .write_text(...) - target object type not statically resolved." + }, + { + "module": "tests.test_helpers", + "lineno": 223, + "pattern": "attribute_call", + "note": "Call via attribute access .Flask(...) - target object type not statically resolved." + }, + { + "module": "tests.test_helpers", + "lineno": 237, + "pattern": "attribute_call", + "note": "Call via attribute access .Response(...) - target object type not statically resolved." + }, + { + "module": "tests.test_helpers", + "lineno": 237, + "pattern": "attribute_call", + "note": "Call via attribute access .stream_with_context(...) - target object type not statically resolved." + }, + { + "module": "tests.test_helpers", + "lineno": 230, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_helpers", + "lineno": 239, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_helpers", + "lineno": 251, + "pattern": "attribute_call", + "note": "Call via attribute access .Response(...) - target object type not statically resolved." + }, + { + "module": "tests.test_helpers", + "lineno": 243, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_helpers", + "lineno": 253, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_helpers", + "lineno": 281, + "pattern": "attribute_call", + "note": "Call via attribute access .Response(...) - target object type not statically resolved." + }, + { + "module": "tests.test_helpers", + "lineno": 281, + "pattern": "attribute_call", + "note": "Call via attribute access .stream_with_context(...) - target object type not statically resolved." + }, + { + "module": "tests.test_helpers", + "lineno": 281, + "pattern": "name_call_unresolved", + "note": "Call to 'Wrapper(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_helpers", + "lineno": 274, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_helpers", + "lineno": 283, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_helpers", + "lineno": 296, + "pattern": "attribute_call", + "note": "Call via attribute access .Response(...) - target object type not statically resolved." + }, + { + "module": "tests.test_helpers", + "lineno": 288, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_helpers", + "lineno": 298, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_helpers", + "lineno": 310, + "pattern": "attribute_call", + "note": "Call via attribute access .Response(...) - target object type not statically resolved." + }, + { + "module": "tests.test_helpers", + "lineno": 302, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_helpers", + "lineno": 313, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.test_helpers", + "lineno": 313, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_helpers", + "lineno": 316, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_helpers", + "lineno": 321, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.test_helpers", + "lineno": 321, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_helpers", + "lineno": 323, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_helpers", + "lineno": 339, + "pattern": "attribute_call", + "note": "Call via attribute access .setenv(...) - target object type not statically resolved." + }, + { + "module": "tests.test_helpers", + "lineno": 328, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_helpers", + "lineno": 343, + "pattern": "attribute_call", + "note": "Call via attribute access .Flask(...) - target object type not statically resolved." + }, + { + "module": "tests.test_helpers", + "lineno": 344, + "pattern": "attribute_call", + "note": "Call via attribute access .test_request_context(...) - target object type not statically resolved." + }, + { + "module": "tests.test_helpers", + "lineno": 345, + "pattern": "attribute_call", + "note": "Call via attribute access .make_response(...) - target object type not statically resolved." + }, + { + "module": "tests.test_helpers", + "lineno": 349, + "pattern": "attribute_call", + "note": "Call via attribute access .make_response(...) - target object type not statically resolved." + }, + { + "module": "tests.test_helpers", + "lineno": 357, + "pattern": "attribute_call", + "note": "Call via attribute access .Flask(...) - target object type not statically resolved." + }, + { + "module": "tests.test_helpers", + "lineno": 359, + "pattern": "attribute_call", + "note": "Call via attribute access .open_resource(...) - target object type not statically resolved." + }, + { + "module": "tests.test_helpers", + "lineno": 360, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.test_helpers", + "lineno": 355, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_helpers", + "lineno": 365, + "pattern": "attribute_call", + "note": "Call via attribute access .Flask(...) - target object type not statically resolved." + }, + { + "module": "tests.test_helpers", + "lineno": 367, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.test_helpers", + "lineno": 368, + "pattern": "attribute_call", + "note": "Call via attribute access .open_resource(...) - target object type not statically resolved." + }, + { + "module": "tests.test_helpers", + "lineno": 363, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_helpers", + "lineno": 373, + "pattern": "attribute_call", + "note": "Call via attribute access .Flask(...) - target object type not statically resolved." + }, + { + "module": "tests.test_helpers", + "lineno": 373, + "pattern": "attribute_call", + "note": "Call via attribute access .fspath(...) - target object type not statically resolved." + }, + { + "module": "tests.test_helpers", + "lineno": 374, + "pattern": "attribute_call", + "note": "Call via attribute access .write_text(...) - target object type not statically resolved." + }, + { + "module": "tests.test_helpers", + "lineno": 376, + "pattern": "attribute_call", + "note": "Call via attribute access .open_resource(...) - target object type not statically resolved." + }, + { + "module": "tests.test_helpers", + "lineno": 377, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.test_helpers", + "lineno": 371, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_instance_config", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.test_instance_config", + "lineno": 10, + "pattern": "attribute_call", + "note": "Call via attribute access .Flask(...) - target object type not statically resolved." + }, + { + "module": "tests.test_instance_config", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .Flask(...) - target object type not statically resolved." + }, + { + "module": "tests.test_instance_config", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .fspath(...) - target object type not statically resolved." + }, + { + "module": "tests.test_instance_config", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .fspath(...) - target object type not statically resolved." + }, + { + "module": "tests.test_instance_config", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .write_text(...) - target object type not statically resolved." + }, + { + "module": "tests.test_instance_config", + "lineno": 23, + "pattern": "name_call_unresolved", + "note": "Call to 'purge_module(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_instance_config", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .fspath(...) - target object type not statically resolved." + }, + { + "module": "tests.test_instance_config", + "lineno": 32, + "pattern": "attribute_call", + "note": "Call via attribute access .mkdir(...) - target object type not statically resolved." + }, + { + "module": "tests.test_instance_config", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .write_text(...) - target object type not statically resolved." + }, + { + "module": "tests.test_instance_config", + "lineno": 39, + "pattern": "name_call_unresolved", + "note": "Call to 'purge_module(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_instance_config", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .fspath(...) - target object type not statically resolved." + }, + { + "module": "tests.test_instance_config", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .syspath_prepend(...) - target object type not statically resolved." + }, + { + "module": "tests.test_instance_config", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .fspath(...) - target object type not statically resolved." + }, + { + "module": "tests.test_instance_config", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .mkdir(...) - target object type not statically resolved." + }, + { + "module": "tests.test_instance_config", + "lineno": 52, + "pattern": "attribute_call", + "note": "Call via attribute access .write_text(...) - target object type not statically resolved." + }, + { + "module": "tests.test_instance_config", + "lineno": 57, + "pattern": "name_call_unresolved", + "note": "Call to 'purge_module(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_instance_config", + "lineno": 58, + "pattern": "name_call_unresolved", + "note": "Call to 'purge_module(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_instance_config", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access .fspath(...) - target object type not statically resolved." + }, + { + "module": "tests.test_instance_config", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .write_text(...) - target object type not statically resolved." + }, + { + "module": "tests.test_instance_config", + "lineno": 71, + "pattern": "name_call_unresolved", + "note": "Call to 'purge_module(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_instance_config", + "lineno": 75, + "pattern": "attribute_call", + "note": "Call via attribute access .fspath(...) - target object type not statically resolved." + }, + { + "module": "tests.test_instance_config", + "lineno": 84, + "pattern": "attribute_call", + "note": "Call via attribute access .mkdir(...) - target object type not statically resolved." + }, + { + "module": "tests.test_instance_config", + "lineno": 85, + "pattern": "attribute_call", + "note": "Call via attribute access .syspath_prepend(...) - target object type not statically resolved." + }, + { + "module": "tests.test_instance_config", + "lineno": 88, + "pattern": "attribute_call", + "note": "Call via attribute access .mkdir(...) - target object type not statically resolved." + }, + { + "module": "tests.test_instance_config", + "lineno": 89, + "pattern": "attribute_call", + "note": "Call via attribute access .write_text(...) - target object type not statically resolved." + }, + { + "module": "tests.test_instance_config", + "lineno": 90, + "pattern": "name_call_unresolved", + "note": "Call to 'purge_module(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_instance_config", + "lineno": 94, + "pattern": "attribute_call", + "note": "Call via attribute access .fspath(...) - target object type not statically resolved." + }, + { + "module": "tests.test_instance_config", + "lineno": 103, + "pattern": "attribute_call", + "note": "Call via attribute access .mkdir(...) - target object type not statically resolved." + }, + { + "module": "tests.test_instance_config", + "lineno": 104, + "pattern": "attribute_call", + "note": "Call via attribute access .write_text(...) - target object type not statically resolved." + }, + { + "module": "tests.test_instance_config", + "lineno": 105, + "pattern": "name_call_unresolved", + "note": "Call to 'purge_module(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_instance_config", + "lineno": 109, + "pattern": "attribute_call", + "note": "Call via attribute access .fspath(...) - target object type not statically resolved." + }, + { + "module": "tests.test_json", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .get_json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_json", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_json", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_json", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_json", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .jsonify(...) - target object type not statically resolved." + }, + { + "module": "tests.test_json", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .get_json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_json", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_json", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_json", + "lineno": 42, + "pattern": "attribute_call", + "note": "Call via attribute access .get_json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_json", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_json", + "lineno": 44, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_json", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .dumps(...) - target object type not statically resolved." + }, + { + "module": "tests.test_json", + "lineno": 48, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_json", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .StringIO(...) - target object type not statically resolved." + }, + { + "module": "tests.test_json", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .dump(...) - target object type not statically resolved." + }, + { + "module": "tests.test_json", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access .seek(...) - target object type not statically resolved." + }, + { + "module": "tests.test_json", + "lineno": 63, + "pattern": "attribute_call", + "note": "Call via attribute access .load(...) - target object type not statically resolved." + }, + { + "module": "tests.test_json", + "lineno": 72, + "pattern": "attribute_call", + "note": "Call via attribute access .add_url_rule(...) - target object type not statically resolved." + }, + { + "module": "tests.test_json", + "lineno": 72, + "pattern": "attribute_call", + "note": "Call via attribute access .jsonify(...) - target object type not statically resolved." + }, + { + "module": "tests.test_json", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_json", + "lineno": 75, + "pattern": "attribute_call", + "note": "Call via attribute access .loads(...) - target object type not statically resolved." + }, + { + "module": "tests.test_json", + "lineno": 67, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_json", + "lineno": 93, + "pattern": "attribute_call", + "note": "Call via attribute access .jsonify(...) - target object type not statically resolved." + }, + { + "module": "tests.test_json", + "lineno": 91, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_json", + "lineno": 97, + "pattern": "attribute_call", + "note": "Call via attribute access .jsonify(...) - target object type not statically resolved." + }, + { + "module": "tests.test_json", + "lineno": 95, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_json", + "lineno": 100, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_json", + "lineno": 102, + "pattern": "attribute_call", + "note": "Call via attribute access .loads(...) - target object type not statically resolved." + }, + { + "module": "tests.test_json", + "lineno": 121, + "pattern": "attribute_call", + "note": "Call via attribute access .jsonify(...) - target object type not statically resolved." + }, + { + "module": "tests.test_json", + "lineno": 119, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_json", + "lineno": 125, + "pattern": "attribute_call", + "note": "Call via attribute access .jsonify(...) - target object type not statically resolved." + }, + { + "module": "tests.test_json", + "lineno": 123, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_json", + "lineno": 128, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_json", + "lineno": 130, + "pattern": "attribute_call", + "note": "Call via attribute access .loads(...) - target object type not statically resolved." + }, + { + "module": "tests.test_json", + "lineno": 139, + "pattern": "attribute_call", + "note": "Call via attribute access .jsonify(...) - target object type not statically resolved." + }, + { + "module": "tests.test_json", + "lineno": 137, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_json", + "lineno": 141, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_json", + "lineno": 133, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_json", + "lineno": 134, + "pattern": "attribute_call", + "note": "Call via attribute access .datetime(...) - target object type not statically resolved." + }, + { + "module": "tests.test_json", + "lineno": 134, + "pattern": "attribute_call", + "note": "Call via attribute access .date(...) - target object type not statically resolved." + }, + { + "module": "tests.test_json", + "lineno": 153, + "pattern": "attribute_call", + "note": "Call via attribute access .timedelta(...) - target object type not statically resolved." + }, + { + "module": "tests.test_json", + "lineno": 163, + "pattern": "attribute_call", + "note": "Call via attribute access .timedelta(...) - target object type not statically resolved." + }, + { + "module": "tests.test_json", + "lineno": 170, + "pattern": "attribute_call", + "note": "Call via attribute access .datetime(...) - target object type not statically resolved." + }, + { + "module": "tests.test_json", + "lineno": 172, + "pattern": "attribute_call", + "note": "Call via attribute access .strftime(...) - target object type not statically resolved." + }, + { + "module": "tests.test_json", + "lineno": 172, + "pattern": "attribute_call", + "note": "Call via attribute access .astimezone(...) - target object type not statically resolved." + }, + { + "module": "tests.test_json", + "lineno": 173, + "pattern": "attribute_call", + "note": "Call via attribute access .dumps(...) - target object type not statically resolved." + }, + { + "module": "tests.test_json", + "lineno": 166, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_json", + "lineno": 179, + "pattern": "attribute_call", + "note": "Call via attribute access .UUID(...) - target object type not statically resolved." + }, + { + "module": "tests.test_json", + "lineno": 181, + "pattern": "attribute_call", + "note": "Call via attribute access .add_url_rule(...) - target object type not statically resolved." + }, + { + "module": "tests.test_json", + "lineno": 181, + "pattern": "attribute_call", + "note": "Call via attribute access .jsonify(...) - target object type not statically resolved." + }, + { + "module": "tests.test_json", + "lineno": 183, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_json", + "lineno": 185, + "pattern": "attribute_call", + "note": "Call via attribute access .loads(...) - target object type not statically resolved." + }, + { + "module": "tests.test_json", + "lineno": 187, + "pattern": "attribute_call", + "note": "Call via attribute access .UUID(...) - target object type not statically resolved." + }, + { + "module": "tests.test_json", + "lineno": 192, + "pattern": "attribute_call", + "note": "Call via attribute access .dumps(...) - target object type not statically resolved." + }, + { + "module": "tests.test_json", + "lineno": 192, + "pattern": "attribute_call", + "note": "Call via attribute access .Decimal(...) - target object type not statically resolved." + }, + { + "module": "tests.test_json", + "lineno": 199, + "pattern": "attribute_call", + "note": "Call via attribute access .get_json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_json", + "lineno": 197, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_json", + "lineno": 202, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_json", + "lineno": 204, + "pattern": "attribute_call", + "note": "Call via attribute access .dumps(...) - target object type not statically resolved." + }, + { + "module": "tests.test_json", + "lineno": 213, + "pattern": "attribute_call", + "note": "Call via attribute access .render_template_string(...) - target object type not statically resolved." + }, + { + "module": "tests.test_json", + "lineno": 215, + "pattern": "attribute_call", + "note": "Call via attribute access .datetime(...) - target object type not statically resolved." + }, + { + "module": "tests.test_json", + "lineno": 232, + "pattern": "attribute_call", + "note": "Call via attribute access .default(...) - target object type not statically resolved." + }, + { + "module": "tests.test_json", + "lineno": 237, + "pattern": "name_call_unresolved", + "note": "Call to 'X(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_json", + "lineno": 242, + "pattern": "attribute_call", + "note": "Call via attribute access .setdefault(...) - target object type not statically resolved." + }, + { + "module": "tests.test_json", + "lineno": 243, + "pattern": "attribute_call", + "note": "Call via attribute access .loads(...) - target object type not statically resolved." + }, + { + "module": "tests.test_json", + "lineno": 245, + "pattern": "name_call_unresolved", + "note": "Call to 'CustomProvider(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_json", + "lineno": 250, + "pattern": "attribute_call", + "note": "Call via attribute access .dumps(...) - target object type not statically resolved." + }, + { + "module": "tests.test_json", + "lineno": 250, + "pattern": "attribute_call", + "note": "Call via attribute access .get_json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_json", + "lineno": 248, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_json", + "lineno": 252, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_json", + "lineno": 254, + "pattern": "attribute_call", + "note": "Call via attribute access .dumps(...) - target object type not statically resolved." + }, + { + "module": "tests.test_json", + "lineno": 264, + "pattern": "attribute_call", + "note": "Call via attribute access .lookup(...) - target object type not statically resolved." + }, + { + "module": "tests.test_json", + "lineno": 273, + "pattern": "attribute_call", + "note": "Call via attribute access .fromkeys(...) - target object type not statically resolved." + }, + { + "module": "tests.test_json", + "lineno": 277, + "pattern": "attribute_call", + "note": "Call via attribute access .jsonify(...) - target object type not statically resolved." + }, + { + "module": "tests.test_json", + "lineno": 275, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_json", + "lineno": 279, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_json", + "lineno": 280, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "tests.test_json", + "lineno": 280, + "pattern": "attribute_call", + "note": "Call via attribute access .splitlines(...) - target object type not statically resolved." + }, + { + "module": "tests.test_json", + "lineno": 280, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "tests.test_json", + "lineno": 280, + "pattern": "attribute_call", + "note": "Call via attribute access .strip(...) - target object type not statically resolved." + }, + { + "module": "tests.test_json", + "lineno": 345, + "pattern": "attribute_call", + "note": "Call via attribute access .dumps(...) - target object type not statically resolved." + }, + { + "module": "tests.test_json", + "lineno": 345, + "pattern": "name_call_unresolved", + "note": "Call to 'ObjectWithHTML(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_json_tag", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .loads(...) - target object type not statically resolved." + }, + { + "module": "tests.test_json_tag", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .dumps(...) - target object type not statically resolved." + }, + { + "module": "tests.test_json_tag", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_json_tag", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .replace(...) - target object type not statically resolved." + }, + { + "module": "tests.test_json_tag", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .now(...) - target object type not statically resolved." + }, + { + "module": "tests.test_json_tag", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.test_json_tag", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .register(...) - target object type not statically resolved." + }, + { + "module": "tests.test_json_tag", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .tag(...) - target object type not statically resolved." + }, + { + "module": "tests.test_json_tag", + "lineno": 59, + "pattern": "name_call_unresolved", + "note": "Call to 'Foo(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_json_tag", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access .register(...) - target object type not statically resolved." + }, + { + "module": "tests.test_json_tag", + "lineno": 63, + "pattern": "attribute_call", + "note": "Call via attribute access .loads(...) - target object type not statically resolved." + }, + { + "module": "tests.test_json_tag", + "lineno": 63, + "pattern": "attribute_call", + "note": "Call via attribute access .dumps(...) - target object type not statically resolved." + }, + { + "module": "tests.test_json_tag", + "lineno": 63, + "pattern": "name_call_unresolved", + "note": "Call to 'Foo(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_json_tag", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.test_json_tag", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.test_json_tag", + "lineno": 70, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.test_json_tag", + "lineno": 82, + "pattern": "attribute_call", + "note": "Call via attribute access .register(...) - target object type not statically resolved." + }, + { + "module": "tests.test_json_tag", + "lineno": 85, + "pattern": "attribute_call", + "note": "Call via attribute access .register(...) - target object type not statically resolved." + }, + { + "module": "tests.test_logging", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .getLogger(...) - target object type not statically resolved." + }, + { + "module": "tests.test_logging", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .setLevel(...) - target object type not statically resolved." + }, + { + "module": "tests.test_logging", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .unregister(...) - target object type not statically resolved." + }, + { + "module": "tests.test_logging", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .setLevel(...) - target object type not statically resolved." + }, + { + "module": "tests.test_logging", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .setLevel(...) - target object type not statically resolved." + }, + { + "module": "tests.test_logging", + "lineno": 33, + "pattern": "attribute_call", + "note": "Call via attribute access .register(...) - target object type not statically resolved." + }, + { + "module": "tests.test_logging", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.test_logging", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .addHandler(...) - target object type not statically resolved." + }, + { + "module": "tests.test_logging", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .StreamHandler(...) - target object type not statically resolved." + }, + { + "module": "tests.test_logging", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .error(...) - target object type not statically resolved." + }, + { + "module": "tests.test_logging", + "lineno": 55, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_logging", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_logging", + "lineno": 62, + "pattern": "attribute_call", + "note": "Call via attribute access .getvalue(...) - target object type not statically resolved." + }, + { + "module": "tests.test_logging", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access ._get_current_object(...) - target object type not statically resolved." + }, + { + "module": "tests.test_logging", + "lineno": 66, + "pattern": "attribute_call", + "note": "Call via attribute access .test_request_context(...) - target object type not statically resolved." + }, + { + "module": "tests.test_logging", + "lineno": 67, + "pattern": "attribute_call", + "note": "Call via attribute access ._get_current_object(...) - target object type not statically resolved." + }, + { + "module": "tests.test_logging", + "lineno": 71, + "pattern": "attribute_call", + "note": "Call via attribute access .getLogger(...) - target object type not statically resolved." + }, + { + "module": "tests.test_logging", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .StreamHandler(...) - target object type not statically resolved." + }, + { + "module": "tests.test_logging", + "lineno": 75, + "pattern": "attribute_call", + "note": "Call via attribute access .addHandler(...) - target object type not statically resolved." + }, + { + "module": "tests.test_logging", + "lineno": 82, + "pattern": "attribute_call", + "note": "Call via attribute access .setLevel(...) - target object type not statically resolved." + }, + { + "module": "tests.test_logging", + "lineno": 87, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_logging", + "lineno": 93, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_logging", + "lineno": 96, + "pattern": "attribute_call", + "note": "Call via attribute access .getvalue(...) - target object type not statically resolved." + }, + { + "module": "tests.test_regression", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .errorhandler(...) - target object type not statically resolved." + }, + { + "module": "tests.test_regression", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .abort(...) - target object type not statically resolved." + }, + { + "module": "tests.test_regression", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .redirect(...) - target object type not statically resolved." + }, + { + "module": "tests.test_regression", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .url_for(...) - target object type not statically resolved." + }, + { + "module": "tests.test_regression", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_regression", + "lineno": 18, + "pattern": "name_call_unresolved", + "note": "Call to 'Foo(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_regression", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_regression", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .test_client(...) - target object type not statically resolved." + }, + { + "module": "tests.test_regression", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_regression", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .rpartition(...) - target object type not statically resolved." + }, + { + "module": "tests.test_regression", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_reqctx", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .test_request_context(...) - target object type not statically resolved." + }, + { + "module": "tests.test_reqctx", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .push(...) - target object type not statically resolved." + }, + { + "module": "tests.test_reqctx", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "tests.test_reqctx", + "lineno": 41, + "pattern": "attribute_call", + "note": "Call via attribute access .test_request_context(...) - target object type not statically resolved." + }, + { + "module": "tests.test_reqctx", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .test_request_context(...) - target object type not statically resolved." + }, + { + "module": "tests.test_reqctx", + "lineno": 63, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "tests.test_reqctx", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_reqctx", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_reqctx", + "lineno": 73, + "pattern": "attribute_call", + "note": "Call via attribute access .test_request_context(...) - target object type not statically resolved." + }, + { + "module": "tests.test_reqctx", + "lineno": 75, + "pattern": "attribute_call", + "note": "Call via attribute access .url_for(...) - target object type not statically resolved." + }, + { + "module": "tests.test_reqctx", + "lineno": 79, + "pattern": "attribute_call", + "note": "Call via attribute access .test_request_context(...) - target object type not statically resolved." + }, + { + "module": "tests.test_reqctx", + "lineno": 81, + "pattern": "attribute_call", + "note": "Call via attribute access .url_for(...) - target object type not statically resolved." + }, + { + "module": "tests.test_reqctx", + "lineno": 86, + "pattern": "attribute_call", + "note": "Call via attribute access .catch_warnings(...) - target object type not statically resolved." + }, + { + "module": "tests.test_reqctx", + "lineno": 87, + "pattern": "attribute_call", + "note": "Call via attribute access .filterwarnings(...) - target object type not statically resolved." + }, + { + "module": "tests.test_reqctx", + "lineno": 90, + "pattern": "attribute_call", + "note": "Call via attribute access .test_request_context(...) - target object type not statically resolved." + }, + { + "module": "tests.test_reqctx", + "lineno": 95, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "tests.test_reqctx", + "lineno": 96, + "pattern": "attribute_call", + "note": "Call via attribute access .test_request_context(...) - target object type not statically resolved." + }, + { + "module": "tests.test_reqctx", + "lineno": 99, + "pattern": "attribute_call", + "note": "Call via attribute access .update(...) - target object type not statically resolved." + }, + { + "module": "tests.test_reqctx", + "lineno": 100, + "pattern": "attribute_call", + "note": "Call via attribute access .test_request_context(...) - target object type not statically resolved." + }, + { + "module": "tests.test_reqctx", + "lineno": 107, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_reqctx", + "lineno": 111, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_reqctx", + "lineno": 115, + "pattern": "attribute_call", + "note": "Call via attribute access .test_request_context(...) - target object type not statically resolved." + }, + { + "module": "tests.test_reqctx", + "lineno": 117, + "pattern": "attribute_call", + "note": "Call via attribute access .test_request_context(...) - target object type not statically resolved." + }, + { + "module": "tests.test_reqctx", + "lineno": 124, + "pattern": "attribute_call", + "note": "Call via attribute access .has_request_context(...) - target object type not statically resolved." + }, + { + "module": "tests.test_reqctx", + "lineno": 125, + "pattern": "attribute_call", + "note": "Call via attribute access .test_request_context(...) - target object type not statically resolved." + }, + { + "module": "tests.test_reqctx", + "lineno": 126, + "pattern": "attribute_call", + "note": "Call via attribute access .push(...) - target object type not statically resolved." + }, + { + "module": "tests.test_reqctx", + "lineno": 129, + "pattern": "attribute_call", + "note": "Call via attribute access .has_request_context(...) - target object type not statically resolved." + }, + { + "module": "tests.test_reqctx", + "lineno": 131, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "tests.test_reqctx", + "lineno": 135, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_reqctx", + "lineno": 139, + "pattern": "attribute_call", + "note": "Call via attribute access .test_request_context(...) - target object type not statically resolved." + }, + { + "module": "tests.test_reqctx", + "lineno": 140, + "pattern": "attribute_call", + "note": "Call via attribute access .push(...) - target object type not statically resolved." + }, + { + "module": "tests.test_reqctx", + "lineno": 142, + "pattern": "attribute_call", + "note": "Call via attribute access .pop(...) - target object type not statically resolved." + }, + { + "module": "tests.test_reqctx", + "lineno": 143, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.test_reqctx", + "lineno": 150, + "pattern": "attribute_call", + "note": "Call via attribute access .ThreadPoolExecutor(...) - target object type not statically resolved." + }, + { + "module": "tests.test_reqctx", + "lineno": 151, + "pattern": "attribute_call", + "note": "Call via attribute access .addfinalizer(...) - target object type not statically resolved." + }, + { + "module": "tests.test_reqctx", + "lineno": 151, + "pattern": "attribute_call", + "note": "Call via attribute access .shutdown(...) - target object type not statically resolved." + }, + { + "module": "tests.test_reqctx", + "lineno": 167, + "pattern": "attribute_call", + "note": "Call via attribute access .map(...) - target object type not statically resolved." + }, + { + "module": "tests.test_reqctx", + "lineno": 154, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_reqctx", + "lineno": 170, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_reqctx", + "lineno": 183, + "pattern": "name_call_unresolved", + "note": "Call to 'SessionError(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_reqctx", + "lineno": 186, + "pattern": "name_call_unresolved", + "note": "Call to 'FailingSessionInterface(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_reqctx", + "lineno": 188, + "pattern": "name_call_unresolved", + "note": "Call to 'CustomFlask(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_reqctx", + "lineno": 190, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_reqctx", + "lineno": 195, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_reqctx", + "lineno": 195, + "pattern": "attribute_call", + "note": "Call via attribute access .test_client(...) - target object type not statically resolved." + }, + { + "module": "tests.test_reqctx", + "lineno": 206, + "pattern": "attribute_call", + "note": "Call via attribute access .endswith(...) - target object type not statically resolved." + }, + { + "module": "tests.test_reqctx", + "lineno": 209, + "pattern": "attribute_call", + "note": "Call via attribute access .get_cookie_name(...) - target object type not statically resolved." + }, + { + "module": "tests.test_reqctx", + "lineno": 212, + "pattern": "name_call_unresolved", + "note": "Call to 'PathAwareSessionInterface(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_reqctx", + "lineno": 214, + "pattern": "name_call_unresolved", + "note": "Call to 'CustomFlask(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_reqctx", + "lineno": 217, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_reqctx", + "lineno": 224, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_reqctx", + "lineno": 222, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_reqctx", + "lineno": 227, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_reqctx", + "lineno": 234, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_reqctx", + "lineno": 232, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_reqctx", + "lineno": 237, + "pattern": "attribute_call", + "note": "Call via attribute access .test_client(...) - target object type not statically resolved." + }, + { + "module": "tests.test_reqctx", + "lineno": 240, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_reqctx", + "lineno": 242, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_reqctx", + "lineno": 248, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_reqctx", + "lineno": 249, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .errorhandler(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .app_context(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .app_context(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request", + "lineno": 60, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .test_client(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request", + "lineno": 65, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request", + "lineno": 67, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_request", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_session_interface", + "lineno": 17, + "pattern": "attribute_call", + "note": "Call via attribute access .match_request(...) - target object type not statically resolved." + }, + { + "module": "tests.test_session_interface", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .Flask(...) - target object type not statically resolved." + }, + { + "module": "tests.test_session_interface", + "lineno": 21, + "pattern": "name_call_unresolved", + "note": "Call to 'MySessionInterface(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_session_interface", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_session_interface", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_session_interface", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .test_client(...) - target object type not statically resolved." + }, + { + "module": "tests.test_signals", + "lineno": 7, + "pattern": "attribute_call", + "note": "Call via attribute access .render_template(...) - target object type not statically resolved." + }, + { + "module": "tests.test_signals", + "lineno": 5, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_signals", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .connect(...) - target object type not statically resolved." + }, + { + "module": "tests.test_signals", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_signals", + "lineno": 22, + "pattern": "attribute_call", + "note": "Call via attribute access .disconnect(...) - target object type not statically resolved." + }, + { + "module": "tests.test_signals", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .Flask(...) - target object type not statically resolved." + }, + { + "module": "tests.test_signals", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .render_template(...) - target object type not statically resolved." + }, + { + "module": "tests.test_signals", + "lineno": 28, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_signals", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .connect(...) - target object type not statically resolved." + }, + { + "module": "tests.test_signals", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_signals", + "lineno": 40, + "pattern": "attribute_call", + "note": "Call via attribute access .test_client(...) - target object type not statically resolved." + }, + { + "module": "tests.test_signals", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .disconnect(...) - target object type not statically resolved." + }, + { + "module": "tests.test_signals", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .Flask(...) - target object type not statically resolved." + }, + { + "module": "tests.test_signals", + "lineno": 71, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_signals", + "lineno": 76, + "pattern": "attribute_call", + "note": "Call via attribute access .connect(...) - target object type not statically resolved." + }, + { + "module": "tests.test_signals", + "lineno": 77, + "pattern": "attribute_call", + "note": "Call via attribute access .connect(...) - target object type not statically resolved." + }, + { + "module": "tests.test_signals", + "lineno": 80, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_signals", + "lineno": 80, + "pattern": "attribute_call", + "note": "Call via attribute access .test_client(...) - target object type not statically resolved." + }, + { + "module": "tests.test_signals", + "lineno": 91, + "pattern": "attribute_call", + "note": "Call via attribute access .disconnect(...) - target object type not statically resolved." + }, + { + "module": "tests.test_signals", + "lineno": 92, + "pattern": "attribute_call", + "note": "Call via attribute access .disconnect(...) - target object type not statically resolved." + }, + { + "module": "tests.test_signals", + "lineno": 96, + "pattern": "attribute_call", + "note": "Call via attribute access .Flask(...) - target object type not statically resolved." + }, + { + "module": "tests.test_signals", + "lineno": 99, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_signals", + "lineno": 106, + "pattern": "attribute_call", + "note": "Call via attribute access .connect(...) - target object type not statically resolved." + }, + { + "module": "tests.test_signals", + "lineno": 108, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_signals", + "lineno": 108, + "pattern": "attribute_call", + "note": "Call via attribute access .test_client(...) - target object type not statically resolved." + }, + { + "module": "tests.test_signals", + "lineno": 112, + "pattern": "attribute_call", + "note": "Call via attribute access .disconnect(...) - target object type not statically resolved." + }, + { + "module": "tests.test_signals", + "lineno": 124, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_signals", + "lineno": 128, + "pattern": "attribute_call", + "note": "Call via attribute access .connect(...) - target object type not statically resolved." + }, + { + "module": "tests.test_signals", + "lineno": 129, + "pattern": "attribute_call", + "note": "Call via attribute access .connect(...) - target object type not statically resolved." + }, + { + "module": "tests.test_signals", + "lineno": 131, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_signals", + "lineno": 135, + "pattern": "attribute_call", + "note": "Call via attribute access .disconnect(...) - target object type not statically resolved." + }, + { + "module": "tests.test_signals", + "lineno": 136, + "pattern": "attribute_call", + "note": "Call via attribute access .disconnect(...) - target object type not statically resolved." + }, + { + "module": "tests.test_signals", + "lineno": 142, + "pattern": "attribute_call", + "note": "Call via attribute access .flash(...) - target object type not statically resolved." + }, + { + "module": "tests.test_signals", + "lineno": 143, + "pattern": "attribute_call", + "note": "Call via attribute access .redirect(...) - target object type not statically resolved." + }, + { + "module": "tests.test_signals", + "lineno": 140, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_signals", + "lineno": 150, + "pattern": "attribute_call", + "note": "Call via attribute access .connect(...) - target object type not statically resolved." + }, + { + "module": "tests.test_signals", + "lineno": 152, + "pattern": "attribute_call", + "note": "Call via attribute access .test_client(...) - target object type not statically resolved." + }, + { + "module": "tests.test_signals", + "lineno": 153, + "pattern": "attribute_call", + "note": "Call via attribute access .session_transaction(...) - target object type not statically resolved." + }, + { + "module": "tests.test_signals", + "lineno": 154, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_signals", + "lineno": 160, + "pattern": "attribute_call", + "note": "Call via attribute access .disconnect(...) - target object type not statically resolved." + }, + { + "module": "tests.test_signals", + "lineno": 170, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_signals", + "lineno": 174, + "pattern": "attribute_call", + "note": "Call via attribute access .connect(...) - target object type not statically resolved." + }, + { + "module": "tests.test_signals", + "lineno": 176, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_signals", + "lineno": 181, + "pattern": "attribute_call", + "note": "Call via attribute access .disconnect(...) - target object type not statically resolved." + }, + { + "module": "tests.test_subclassing", + "lineno": 12, + "pattern": "name_call_unresolved", + "note": "Call to 'SuppressedFlask(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_subclassing", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_subclassing", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_subclassing", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .test_client(...) - target object type not statically resolved." + }, + { + "module": "tests.test_subclassing", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .getvalue(...) - target object type not statically resolved." + }, + { + "module": "tests.test_templating", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .render_template(...) - target object type not statically resolved." + }, + { + "module": "tests.test_templating", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_templating", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_templating", + "lineno": 27, + "pattern": "attribute_call", + "note": "Call via attribute access .render_template_string(...) - target object type not statically resolved." + }, + { + "module": "tests.test_templating", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_templating", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_templating", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .stream_template_string(...) - target object type not statically resolved." + }, + { + "module": "tests.test_templating", + "lineno": 34, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_templating", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_templating", + "lineno": 49, + "pattern": "attribute_call", + "note": "Call via attribute access .render_template_string(...) - target object type not statically resolved." + }, + { + "module": "tests.test_templating", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .render_template_string(...) - target object type not statically resolved." + }, + { + "module": "tests.test_templating", + "lineno": 54, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_templating", + "lineno": 67, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_templating", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .split(...) - target object type not statically resolved." + }, + { + "module": "tests.test_templating", + "lineno": 76, + "pattern": "attribute_call", + "note": "Call via attribute access .render_template(...) - target object type not statically resolved." + }, + { + "module": "tests.test_templating", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_templating", + "lineno": 80, + "pattern": "attribute_call", + "note": "Call via attribute access .splitlines(...) - target object type not statically resolved." + }, + { + "module": "tests.test_templating", + "lineno": 80, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_templating", + "lineno": 96, + "pattern": "attribute_call", + "note": "Call via attribute access .render_template(...) - target object type not statically resolved." + }, + { + "module": "tests.test_templating", + "lineno": 94, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_templating", + "lineno": 100, + "pattern": "attribute_call", + "note": "Call via attribute access .splitlines(...) - target object type not statically resolved." + }, + { + "module": "tests.test_templating", + "lineno": 100, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_templating", + "lineno": 114, + "pattern": "attribute_call", + "note": "Call via attribute access .render_template_string(...) - target object type not statically resolved." + }, + { + "module": "tests.test_templating", + "lineno": 115, + "pattern": "attribute_call", + "note": "Call via attribute access .render_template(...) - target object type not statically resolved." + }, + { + "module": "tests.test_templating", + "lineno": 119, + "pattern": "attribute_call", + "note": "Call via attribute access .get_template_attribute(...) - target object type not statically resolved." + }, + { + "module": "tests.test_templating", + "lineno": 120, + "pattern": "name_call_unresolved", + "note": "Call to 'macro(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_templating", + "lineno": 124, + "pattern": "attribute_call", + "note": "Call via attribute access .template_filter(...) - target object type not statically resolved." + }, + { + "module": "tests.test_templating", + "lineno": 128, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "tests.test_templating", + "lineno": 136, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "tests.test_templating", + "lineno": 140, + "pattern": "attribute_call", + "note": "Call via attribute access .template_filter(...) - target object type not statically resolved." + }, + { + "module": "tests.test_templating", + "lineno": 144, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "tests.test_templating", + "lineno": 148, + "pattern": "attribute_call", + "note": "Call via attribute access .template_filter(...) - target object type not statically resolved." + }, + { + "module": "tests.test_templating", + "lineno": 152, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "tests.test_templating", + "lineno": 161, + "pattern": "attribute_call", + "note": "Call via attribute access .add_template_filter(...) - target object type not statically resolved." + }, + { + "module": "tests.test_templating", + "lineno": 162, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "tests.test_templating", + "lineno": 168, + "pattern": "attribute_call", + "note": "Call via attribute access .template_filter(...) - target object type not statically resolved." + }, + { + "module": "tests.test_templating", + "lineno": 172, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "tests.test_templating", + "lineno": 181, + "pattern": "attribute_call", + "note": "Call via attribute access .add_template_filter(...) - target object type not statically resolved." + }, + { + "module": "tests.test_templating", + "lineno": 182, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "tests.test_templating", + "lineno": 188, + "pattern": "attribute_call", + "note": "Call via attribute access .template_filter(...) - target object type not statically resolved." + }, + { + "module": "tests.test_templating", + "lineno": 194, + "pattern": "attribute_call", + "note": "Call via attribute access .render_template(...) - target object type not statically resolved." + }, + { + "module": "tests.test_templating", + "lineno": 192, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_templating", + "lineno": 196, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_templating", + "lineno": 204, + "pattern": "attribute_call", + "note": "Call via attribute access .add_template_filter(...) - target object type not statically resolved." + }, + { + "module": "tests.test_templating", + "lineno": 208, + "pattern": "attribute_call", + "note": "Call via attribute access .render_template(...) - target object type not statically resolved." + }, + { + "module": "tests.test_templating", + "lineno": 206, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_templating", + "lineno": 210, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_templating", + "lineno": 215, + "pattern": "attribute_call", + "note": "Call via attribute access .template_filter(...) - target object type not statically resolved." + }, + { + "module": "tests.test_templating", + "lineno": 221, + "pattern": "attribute_call", + "note": "Call via attribute access .render_template(...) - target object type not statically resolved." + }, + { + "module": "tests.test_templating", + "lineno": 219, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_templating", + "lineno": 223, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_templating", + "lineno": 231, + "pattern": "attribute_call", + "note": "Call via attribute access .add_template_filter(...) - target object type not statically resolved." + }, + { + "module": "tests.test_templating", + "lineno": 235, + "pattern": "attribute_call", + "note": "Call via attribute access .render_template(...) - target object type not statically resolved." + }, + { + "module": "tests.test_templating", + "lineno": 233, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_templating", + "lineno": 237, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_templating", + "lineno": 242, + "pattern": "attribute_call", + "note": "Call via attribute access .template_test(...) - target object type not statically resolved." + }, + { + "module": "tests.test_templating", + "lineno": 246, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "tests.test_templating", + "lineno": 254, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "tests.test_templating", + "lineno": 258, + "pattern": "attribute_call", + "note": "Call via attribute access .template_test(...) - target object type not statically resolved." + }, + { + "module": "tests.test_templating", + "lineno": 262, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "tests.test_templating", + "lineno": 266, + "pattern": "attribute_call", + "note": "Call via attribute access .template_test(...) - target object type not statically resolved." + }, + { + "module": "tests.test_templating", + "lineno": 270, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "tests.test_templating", + "lineno": 279, + "pattern": "attribute_call", + "note": "Call via attribute access .add_template_test(...) - target object type not statically resolved." + }, + { + "module": "tests.test_templating", + "lineno": 280, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "tests.test_templating", + "lineno": 286, + "pattern": "attribute_call", + "note": "Call via attribute access .template_test(...) - target object type not statically resolved." + }, + { + "module": "tests.test_templating", + "lineno": 290, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "tests.test_templating", + "lineno": 299, + "pattern": "attribute_call", + "note": "Call via attribute access .add_template_test(...) - target object type not statically resolved." + }, + { + "module": "tests.test_templating", + "lineno": 300, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "tests.test_templating", + "lineno": 306, + "pattern": "attribute_call", + "note": "Call via attribute access .template_test(...) - target object type not statically resolved." + }, + { + "module": "tests.test_templating", + "lineno": 312, + "pattern": "attribute_call", + "note": "Call via attribute access .render_template(...) - target object type not statically resolved." + }, + { + "module": "tests.test_templating", + "lineno": 310, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_templating", + "lineno": 314, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_templating", + "lineno": 322, + "pattern": "attribute_call", + "note": "Call via attribute access .add_template_test(...) - target object type not statically resolved." + }, + { + "module": "tests.test_templating", + "lineno": 326, + "pattern": "attribute_call", + "note": "Call via attribute access .render_template(...) - target object type not statically resolved." + }, + { + "module": "tests.test_templating", + "lineno": 324, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_templating", + "lineno": 328, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_templating", + "lineno": 333, + "pattern": "attribute_call", + "note": "Call via attribute access .template_test(...) - target object type not statically resolved." + }, + { + "module": "tests.test_templating", + "lineno": 339, + "pattern": "attribute_call", + "note": "Call via attribute access .render_template(...) - target object type not statically resolved." + }, + { + "module": "tests.test_templating", + "lineno": 337, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_templating", + "lineno": 341, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_templating", + "lineno": 349, + "pattern": "attribute_call", + "note": "Call via attribute access .add_template_test(...) - target object type not statically resolved." + }, + { + "module": "tests.test_templating", + "lineno": 353, + "pattern": "attribute_call", + "note": "Call via attribute access .render_template(...) - target object type not statically resolved." + }, + { + "module": "tests.test_templating", + "lineno": 351, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_templating", + "lineno": 355, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_templating", + "lineno": 360, + "pattern": "attribute_call", + "note": "Call via attribute access .template_global(...) - target object type not statically resolved." + }, + { + "module": "tests.test_templating", + "lineno": 364, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "tests.test_templating", + "lineno": 368, + "pattern": "attribute_call", + "note": "Call via attribute access .render_template_string(...) - target object type not statically resolved." + }, + { + "module": "tests.test_templating", + "lineno": 375, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "tests.test_templating", + "lineno": 379, + "pattern": "attribute_call", + "note": "Call via attribute access .render_template_string(...) - target object type not statically resolved." + }, + { + "module": "tests.test_templating", + "lineno": 382, + "pattern": "attribute_call", + "note": "Call via attribute access .template_global(...) - target object type not statically resolved." + }, + { + "module": "tests.test_templating", + "lineno": 386, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "tests.test_templating", + "lineno": 390, + "pattern": "attribute_call", + "note": "Call via attribute access .render_template_string(...) - target object type not statically resolved." + }, + { + "module": "tests.test_templating", + "lineno": 393, + "pattern": "attribute_call", + "note": "Call via attribute access .template_global(...) - target object type not statically resolved." + }, + { + "module": "tests.test_templating", + "lineno": 397, + "pattern": "attribute_call", + "note": "Call via attribute access .keys(...) - target object type not statically resolved." + }, + { + "module": "tests.test_templating", + "lineno": 401, + "pattern": "attribute_call", + "note": "Call via attribute access .render_template_string(...) - target object type not statically resolved." + }, + { + "module": "tests.test_templating", + "lineno": 412, + "pattern": "name_call_unresolved", + "note": "Call to 'MyFlask(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_templating", + "lineno": 416, + "pattern": "attribute_call", + "note": "Call via attribute access .render_template(...) - target object type not statically resolved." + }, + { + "module": "tests.test_templating", + "lineno": 414, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_templating", + "lineno": 418, + "pattern": "attribute_call", + "note": "Call via attribute access .test_client(...) - target object type not statically resolved." + }, + { + "module": "tests.test_templating", + "lineno": 419, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_templating", + "lineno": 430, + "pattern": "attribute_call", + "note": "Call via attribute access .render_template(...) - target object type not statically resolved." + }, + { + "module": "tests.test_templating", + "lineno": 428, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_templating", + "lineno": 439, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_templating", + "lineno": 449, + "pattern": "attribute_call", + "note": "Call via attribute access .Flask(...) - target object type not statically resolved." + }, + { + "module": "tests.test_templating", + "lineno": 454, + "pattern": "attribute_call", + "note": "Call via attribute access .Flask(...) - target object type not statically resolved." + }, + { + "module": "tests.test_templating", + "lineno": 459, + "pattern": "attribute_call", + "note": "Call via attribute access .Flask(...) - target object type not statically resolved." + }, + { + "module": "tests.test_templating", + "lineno": 464, + "pattern": "attribute_call", + "note": "Call via attribute access .Flask(...) - target object type not statically resolved." + }, + { + "module": "tests.test_templating", + "lineno": 469, + "pattern": "attribute_call", + "note": "Call via attribute access .Flask(...) - target object type not statically resolved." + }, + { + "module": "tests.test_templating", + "lineno": 479, + "pattern": "attribute_call", + "note": "Call via attribute access .setattr(...) - target object type not statically resolved." + }, + { + "module": "tests.test_templating", + "lineno": 481, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "tests.test_templating", + "lineno": 484, + "pattern": "attribute_call", + "note": "Call via attribute access .run(...) - target object type not statically resolved." + }, + { + "module": "tests.test_templating", + "lineno": 510, + "pattern": "attribute_call", + "note": "Call via attribute access .test_client(...) - target object type not statically resolved." + }, + { + "module": "tests.test_templating", + "lineno": 511, + "pattern": "attribute_call", + "note": "Call via attribute access .setitem(...) - target object type not statically resolved." + }, + { + "module": "tests.test_templating", + "lineno": 512, + "pattern": "attribute_call", + "note": "Call via attribute access .setattr(...) - target object type not statically resolved." + }, + { + "module": "tests.test_templating", + "lineno": 513, + "pattern": "attribute_call", + "note": "Call via attribute access .getLogger(...) - target object type not statically resolved." + }, + { + "module": "tests.test_templating", + "lineno": 513, + "pattern": "name_call_unresolved", + "note": "Call to '_TestHandler(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_templating", + "lineno": 516, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.test_templating", + "lineno": 517, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_templating", + "lineno": 531, + "pattern": "name_call_unresolved", + "note": "Call to 'CustomFlask(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_testing", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_testing", + "lineno": 23, + "pattern": "attribute_call", + "note": "Call via attribute access .test_request_context(...) - target object type not statically resolved." + }, + { + "module": "tests.test_testing", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_testing", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_testing", + "lineno": 35, + "pattern": "attribute_call", + "note": "Call via attribute access .test_request_context(...) - target object type not statically resolved." + }, + { + "module": "tests.test_testing", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_testing", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_testing", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_testing", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .version(...) - target object type not statically resolved." + }, + { + "module": "tests.test_testing", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_testing", + "lineno": 68, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_testing", + "lineno": 74, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_testing", + "lineno": 80, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "tests.test_testing", + "lineno": 83, + "pattern": "attribute_call", + "note": "Call via attribute access .get_environ(...) - target object type not statically resolved." + }, + { + "module": "tests.test_testing", + "lineno": 85, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "tests.test_testing", + "lineno": 90, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_testing", + "lineno": 94, + "pattern": "attribute_call", + "note": "Call via attribute access .test_request_context(...) - target object type not statically resolved." + }, + { + "module": "tests.test_testing", + "lineno": 97, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_testing", + "lineno": 113, + "pattern": "attribute_call", + "note": "Call via attribute access .decode(...) - target object type not statically resolved." + }, + { + "module": "tests.test_testing", + "lineno": 113, + "pattern": "attribute_call", + "note": "Call via attribute access .read(...) - target object type not statically resolved." + }, + { + "module": "tests.test_testing", + "lineno": 117, + "pattern": "attribute_call", + "note": "Call via attribute access .Flask(...) - target object type not statically resolved." + }, + { + "module": "tests.test_testing", + "lineno": 120, + "pattern": "attribute_call", + "note": "Call via attribute access .test_client(...) - target object type not statically resolved." + }, + { + "module": "tests.test_testing", + "lineno": 122, + "pattern": "attribute_call", + "note": "Call via attribute access .Blueprint(...) - target object type not statically resolved." + }, + { + "module": "tests.test_testing", + "lineno": 124, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_testing", + "lineno": 128, + "pattern": "attribute_call", + "note": "Call via attribute access .register_blueprint(...) - target object type not statically resolved." + }, + { + "module": "tests.test_testing", + "lineno": 130, + "pattern": "attribute_call", + "note": "Call via attribute access .test_request_context(...) - target object type not statically resolved." + }, + { + "module": "tests.test_testing", + "lineno": 136, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_testing", + "lineno": 144, + "pattern": "attribute_call", + "note": "Call via attribute access .redirect(...) - target object type not statically resolved." + }, + { + "module": "tests.test_testing", + "lineno": 141, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_testing", + "lineno": 146, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_testing", + "lineno": 152, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_testing", + "lineno": 158, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_testing", + "lineno": 163, + "pattern": "attribute_call", + "note": "Call via attribute access .session_transaction(...) - target object type not statically resolved." + }, + { + "module": "tests.test_testing", + "lineno": 167, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_testing", + "lineno": 169, + "pattern": "attribute_call", + "note": "Call via attribute access .session_transaction(...) - target object type not statically resolved." + }, + { + "module": "tests.test_testing", + "lineno": 175, + "pattern": "attribute_call", + "note": "Call via attribute access .Flask(...) - target object type not statically resolved." + }, + { + "module": "tests.test_testing", + "lineno": 177, + "pattern": "attribute_call", + "note": "Call via attribute access .test_client(...) - target object type not statically resolved." + }, + { + "module": "tests.test_testing", + "lineno": 178, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.test_testing", + "lineno": 179, + "pattern": "attribute_call", + "note": "Call via attribute access .session_transaction(...) - target object type not statically resolved." + }, + { + "module": "tests.test_testing", + "lineno": 185, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_testing", + "lineno": 186, + "pattern": "attribute_call", + "note": "Call via attribute access ._get_current_object(...) - target object type not statically resolved." + }, + { + "module": "tests.test_testing", + "lineno": 188, + "pattern": "attribute_call", + "note": "Call via attribute access .session_transaction(...) - target object type not statically resolved." + }, + { + "module": "tests.test_testing", + "lineno": 189, + "pattern": "attribute_call", + "note": "Call via attribute access ._get_current_object(...) - target object type not statically resolved." + }, + { + "module": "tests.test_testing", + "lineno": 193, + "pattern": "attribute_call", + "note": "Call via attribute access .test_client(...) - target object type not statically resolved." + }, + { + "module": "tests.test_testing", + "lineno": 195, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.test_testing", + "lineno": 196, + "pattern": "attribute_call", + "note": "Call via attribute access .session_transaction(...) - target object type not statically resolved." + }, + { + "module": "tests.test_testing", + "lineno": 203, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_testing", + "lineno": 208, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_testing", + "lineno": 213, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_testing", + "lineno": 219, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_testing", + "lineno": 225, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.test_testing", + "lineno": 233, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_testing", + "lineno": 236, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_testing", + "lineno": 240, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_testing", + "lineno": 245, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_testing", + "lineno": 254, + "pattern": "attribute_call", + "note": "Call via attribute access .get_json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_testing", + "lineno": 252, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_testing", + "lineno": 258, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_testing", + "lineno": 262, + "pattern": "attribute_call", + "note": "Call via attribute access .get_json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_testing", + "lineno": 267, + "pattern": "attribute_call", + "note": "Call via attribute access .get_json(...) - target object type not statically resolved." + }, + { + "module": "tests.test_testing", + "lineno": 271, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_testing", + "lineno": 281, + "pattern": "name_call_unresolved", + "note": "Call to 'Namespace(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_testing", + "lineno": 283, + "pattern": "attribute_call", + "note": "Call via attribute access .connected_to(...) - target object type not statically resolved." + }, + { + "module": "tests.test_testing", + "lineno": 284, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_testing", + "lineno": 286, + "pattern": "attribute_call", + "note": "Call via attribute access .get_data(...) - target object type not statically resolved." + }, + { + "module": "tests.test_testing", + "lineno": 291, + "pattern": "attribute_call", + "note": "Call via attribute access .Flask(...) - target object type not statically resolved." + }, + { + "module": "tests.test_testing", + "lineno": 293, + "pattern": "attribute_call", + "note": "Call via attribute access .test_client(...) - target object type not statically resolved." + }, + { + "module": "tests.test_testing", + "lineno": 295, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_testing", + "lineno": 299, + "pattern": "attribute_call", + "note": "Call via attribute access .test_request_context(...) - target object type not statically resolved." + }, + { + "module": "tests.test_testing", + "lineno": 300, + "pattern": "attribute_call", + "note": "Call via attribute access .url_for(...) - target object type not statically resolved." + }, + { + "module": "tests.test_testing", + "lineno": 303, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_testing", + "lineno": 312, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_testing", + "lineno": 316, + "pattern": "attribute_call", + "note": "Call via attribute access .test_request_context(...) - target object type not statically resolved." + }, + { + "module": "tests.test_testing", + "lineno": 317, + "pattern": "attribute_call", + "note": "Call via attribute access .url_for(...) - target object type not statically resolved." + }, + { + "module": "tests.test_testing", + "lineno": 320, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_testing", + "lineno": 327, + "pattern": "attribute_call", + "note": "Call via attribute access .test_cli_runner(...) - target object type not statically resolved." + }, + { + "module": "tests.test_testing", + "lineno": 334, + "pattern": "attribute_call", + "note": "Call via attribute access .test_cli_runner(...) - target object type not statically resolved." + }, + { + "module": "tests.test_testing", + "lineno": 341, + "pattern": "attribute_call", + "note": "Call via attribute access .echo(...) - target object type not statically resolved." + }, + { + "module": "tests.test_testing", + "lineno": 339, + "pattern": "attribute_call", + "note": "Call via attribute access .command(...) - target object type not statically resolved." + }, + { + "module": "tests.test_testing", + "lineno": 343, + "pattern": "attribute_call", + "note": "Call via attribute access .test_cli_runner(...) - target object type not statically resolved." + }, + { + "module": "tests.test_testing", + "lineno": 345, + "pattern": "attribute_call", + "note": "Call via attribute access .invoke(...) - target object type not statically resolved." + }, + { + "module": "tests.test_testing", + "lineno": 348, + "pattern": "attribute_call", + "note": "Call via attribute access .invoke(...) - target object type not statically resolved." + }, + { + "module": "tests.test_testing", + "lineno": 362, + "pattern": "attribute_call", + "note": "Call via attribute access .echo(...) - target object type not statically resolved." + }, + { + "module": "tests.test_testing", + "lineno": 360, + "pattern": "attribute_call", + "note": "Call via attribute access .command(...) - target object type not statically resolved." + }, + { + "module": "tests.test_testing", + "lineno": 365, + "pattern": "attribute_call", + "note": "Call via attribute access .test_cli_runner(...) - target object type not statically resolved." + }, + { + "module": "tests.test_testing", + "lineno": 366, + "pattern": "attribute_call", + "note": "Call via attribute access .invoke(...) - target object type not statically resolved." + }, + { + "module": "tests.test_testing", + "lineno": 374, + "pattern": "attribute_call", + "note": "Call via attribute access .stream_with_context(...) - target object type not statically resolved." + }, + { + "module": "tests.test_testing", + "lineno": 371, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_testing", + "lineno": 379, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_testing", + "lineno": 382, + "pattern": "attribute_call", + "note": "Call via attribute access .close(...) - target object type not statically resolved." + }, + { + "module": "tests.test_testing", + "lineno": 384, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_user_error_handler", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .errorhandler(...) - target object type not statically resolved." + }, + { + "module": "tests.test_user_error_handler", + "lineno": 19, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.test_user_error_handler", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .register_error_handler(...) - target object type not statically resolved." + }, + { + "module": "tests.test_user_error_handler", + "lineno": 20, + "pattern": "name_call_unresolved", + "note": "Call to 'CustomException(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_user_error_handler", + "lineno": 24, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.test_user_error_handler", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .register_error_handler(...) - target object type not statically resolved." + }, + { + "module": "tests.test_user_error_handler", + "lineno": 29, + "pattern": "attribute_call", + "note": "Call via attribute access .errorhandler(...) - target object type not statically resolved." + }, + { + "module": "tests.test_user_error_handler", + "lineno": 38, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.test_user_error_handler", + "lineno": 39, + "pattern": "attribute_call", + "note": "Call via attribute access .register_error_handler(...) - target object type not statically resolved." + }, + { + "module": "tests.test_user_error_handler", + "lineno": 45, + "pattern": "name_call_unresolved", + "note": "Call to 'CustomException(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_user_error_handler", + "lineno": 43, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_user_error_handler", + "lineno": 47, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_user_error_handler", + "lineno": 53, + "pattern": "attribute_call", + "note": "Call via attribute access .abort(...) - target object type not statically resolved." + }, + { + "module": "tests.test_user_error_handler", + "lineno": 51, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_user_error_handler", + "lineno": 56, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_user_error_handler", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_user_error_handler", + "lineno": 58, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_user_error_handler", + "lineno": 71, + "pattern": "attribute_call", + "note": "Call via attribute access .errorhandler(...) - target object type not statically resolved." + }, + { + "module": "tests.test_user_error_handler", + "lineno": 76, + "pattern": "attribute_call", + "note": "Call via attribute access .errorhandler(...) - target object type not statically resolved." + }, + { + "module": "tests.test_user_error_handler", + "lineno": 83, + "pattern": "name_call_unresolved", + "note": "Call to 'ParentException(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_user_error_handler", + "lineno": 81, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_user_error_handler", + "lineno": 87, + "pattern": "name_call_unresolved", + "note": "Call to 'ChildExceptionUnregistered(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_user_error_handler", + "lineno": 85, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_user_error_handler", + "lineno": 91, + "pattern": "name_call_unresolved", + "note": "Call to 'ChildExceptionRegistered(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_user_error_handler", + "lineno": 89, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_user_error_handler", + "lineno": 93, + "pattern": "attribute_call", + "note": "Call via attribute access .test_client(...) - target object type not statically resolved." + }, + { + "module": "tests.test_user_error_handler", + "lineno": 95, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_user_error_handler", + "lineno": 96, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_user_error_handler", + "lineno": 97, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_user_error_handler", + "lineno": 107, + "pattern": "attribute_call", + "note": "Call via attribute access .errorhandler(...) - target object type not statically resolved." + }, + { + "module": "tests.test_user_error_handler", + "lineno": 112, + "pattern": "attribute_call", + "note": "Call via attribute access .errorhandler(...) - target object type not statically resolved." + }, + { + "module": "tests.test_user_error_handler", + "lineno": 117, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_user_error_handler", + "lineno": 123, + "pattern": "name_call_unresolved", + "note": "Call to 'ForbiddenSubclassRegistered(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_user_error_handler", + "lineno": 121, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_user_error_handler", + "lineno": 127, + "pattern": "name_call_unresolved", + "note": "Call to 'ForbiddenSubclassUnregistered(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_user_error_handler", + "lineno": 125, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_user_error_handler", + "lineno": 129, + "pattern": "attribute_call", + "note": "Call via attribute access .test_client(...) - target object type not statically resolved." + }, + { + "module": "tests.test_user_error_handler", + "lineno": 131, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_user_error_handler", + "lineno": 132, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_user_error_handler", + "lineno": 133, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_user_error_handler", + "lineno": 137, + "pattern": "attribute_call", + "note": "Call via attribute access .Blueprint(...) - target object type not statically resolved." + }, + { + "module": "tests.test_user_error_handler", + "lineno": 139, + "pattern": "attribute_call", + "note": "Call via attribute access .errorhandler(...) - target object type not statically resolved." + }, + { + "module": "tests.test_user_error_handler", + "lineno": 143, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_user_error_handler", + "lineno": 147, + "pattern": "attribute_call", + "note": "Call via attribute access .errorhandler(...) - target object type not statically resolved." + }, + { + "module": "tests.test_user_error_handler", + "lineno": 151, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_user_error_handler", + "lineno": 155, + "pattern": "attribute_call", + "note": "Call via attribute access .register_blueprint(...) - target object type not statically resolved." + }, + { + "module": "tests.test_user_error_handler", + "lineno": 157, + "pattern": "attribute_call", + "note": "Call via attribute access .test_client(...) - target object type not statically resolved." + }, + { + "module": "tests.test_user_error_handler", + "lineno": 159, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_user_error_handler", + "lineno": 160, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_user_error_handler", + "lineno": 164, + "pattern": "attribute_call", + "note": "Call via attribute access .Blueprint(...) - target object type not statically resolved." + }, + { + "module": "tests.test_user_error_handler", + "lineno": 166, + "pattern": "attribute_call", + "note": "Call via attribute access .errorhandler(...) - target object type not statically resolved." + }, + { + "module": "tests.test_user_error_handler", + "lineno": 172, + "pattern": "attribute_call", + "note": "Call via attribute access .errorhandler(...) - target object type not statically resolved." + }, + { + "module": "tests.test_user_error_handler", + "lineno": 177, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_user_error_handler", + "lineno": 181, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_user_error_handler", + "lineno": 185, + "pattern": "attribute_call", + "note": "Call via attribute access .Flask(...) - target object type not statically resolved." + }, + { + "module": "tests.test_user_error_handler", + "lineno": 187, + "pattern": "attribute_call", + "note": "Call via attribute access .errorhandler(...) - target object type not statically resolved." + }, + { + "module": "tests.test_user_error_handler", + "lineno": 193, + "pattern": "attribute_call", + "note": "Call via attribute access .errorhandler(...) - target object type not statically resolved." + }, + { + "module": "tests.test_user_error_handler", + "lineno": 198, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_user_error_handler", + "lineno": 202, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_user_error_handler", + "lineno": 206, + "pattern": "attribute_call", + "note": "Call via attribute access .register_blueprint(...) - target object type not statically resolved." + }, + { + "module": "tests.test_user_error_handler", + "lineno": 208, + "pattern": "attribute_call", + "note": "Call via attribute access .test_client(...) - target object type not statically resolved." + }, + { + "module": "tests.test_user_error_handler", + "lineno": 209, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_user_error_handler", + "lineno": 210, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_user_error_handler", + "lineno": 211, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_user_error_handler", + "lineno": 212, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_user_error_handler", + "lineno": 214, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_user_error_handler", + "lineno": 227, + "pattern": "self_method_not_found", + "note": "self.Custom(...) not found in class 'TestGenericHandlers' or its resolved inheritance chain (D-004), and not a recognized stdlib-base method." + }, + { + "module": "tests.test_user_error_handler", + "lineno": 225, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_user_error_handler", + "lineno": 229, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_user_error_handler", + "lineno": 235, + "pattern": "attribute_call", + "note": "Call via attribute access .abort(...) - target object type not statically resolved." + }, + { + "module": "tests.test_user_error_handler", + "lineno": 233, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_user_error_handler", + "lineno": 237, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_user_error_handler", + "lineno": 223, + "pattern": "attribute_call", + "note": "Call via attribute access .fixture(...) - target object type not statically resolved." + }, + { + "module": "tests.test_user_error_handler", + "lineno": 259, + "pattern": "attribute_call", + "note": "Call via attribute access .errorhandler(...) - target object type not statically resolved." + }, + { + "module": "tests.test_user_error_handler", + "lineno": 264, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_user_error_handler", + "lineno": 265, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_user_error_handler", + "lineno": 266, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_user_error_handler", + "lineno": 267, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_user_error_handler", + "lineno": 252, + "pattern": "attribute_call", + "note": "Call via attribute access .parametrize(...) - target object type not statically resolved." + }, + { + "module": "tests.test_user_error_handler", + "lineno": 274, + "pattern": "attribute_call", + "note": "Call via attribute access .errorhandler(...) - target object type not statically resolved." + }, + { + "module": "tests.test_user_error_handler", + "lineno": 279, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_user_error_handler", + "lineno": 280, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_user_error_handler", + "lineno": 281, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_user_error_handler", + "lineno": 288, + "pattern": "attribute_call", + "note": "Call via attribute access .errorhandler(...) - target object type not statically resolved." + }, + { + "module": "tests.test_user_error_handler", + "lineno": 292, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_user_error_handler", + "lineno": 293, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_user_error_handler", + "lineno": 294, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_user_error_handler", + "lineno": 295, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_views", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .test_client(...) - target object type not statically resolved." + }, + { + "module": "tests.test_views", + "lineno": 11, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_views", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_views", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .put(...) - target object type not statically resolved." + }, + { + "module": "tests.test_views", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "tests.test_views", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .add_url_rule(...) - target object type not statically resolved." + }, + { + "module": "tests.test_views", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .as_view(...) - target object type not statically resolved." + }, + { + "module": "tests.test_views", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .add_url_rule(...) - target object type not statically resolved." + }, + { + "module": "tests.test_views", + "lineno": 37, + "pattern": "attribute_call", + "note": "Call via attribute access .as_view(...) - target object type not statically resolved." + }, + { + "module": "tests.test_views", + "lineno": 57, + "pattern": "attribute_call", + "note": "Call via attribute access .as_view(...) - target object type not statically resolved." + }, + { + "module": "tests.test_views", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .add_url_rule(...) - target object type not statically resolved." + }, + { + "module": "tests.test_views", + "lineno": 75, + "pattern": "attribute_call", + "note": "Call via attribute access .add_url_rule(...) - target object type not statically resolved." + }, + { + "module": "tests.test_views", + "lineno": 75, + "pattern": "attribute_call", + "note": "Call via attribute access .as_view(...) - target object type not statically resolved." + }, + { + "module": "tests.test_views", + "lineno": 77, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "tests.test_views", + "lineno": 84, + "pattern": "attribute_call", + "note": "Call via attribute access .make_response(...) - target object type not statically resolved." + }, + { + "module": "tests.test_views", + "lineno": 84, + "pattern": "name_call_unresolved", + "note": "Call to 'f(...)' not found in local, imported, or builtin symbols." + }, + { + "module": "tests.test_views", + "lineno": 96, + "pattern": "attribute_call", + "note": "Call via attribute access .add_url_rule(...) - target object type not statically resolved." + }, + { + "module": "tests.test_views", + "lineno": 96, + "pattern": "attribute_call", + "note": "Call via attribute access .as_view(...) - target object type not statically resolved." + }, + { + "module": "tests.test_views", + "lineno": 97, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_views", + "lineno": 113, + "pattern": "attribute_call", + "note": "Call via attribute access .add_url_rule(...) - target object type not statically resolved." + }, + { + "module": "tests.test_views", + "lineno": 113, + "pattern": "attribute_call", + "note": "Call via attribute access .as_view(...) - target object type not statically resolved." + }, + { + "module": "tests.test_views", + "lineno": 114, + "pattern": "attribute_call", + "note": "Call via attribute access .options(...) - target object type not statically resolved." + }, + { + "module": "tests.test_views", + "lineno": 132, + "pattern": "attribute_call", + "note": "Call via attribute access .add_url_rule(...) - target object type not statically resolved." + }, + { + "module": "tests.test_views", + "lineno": 132, + "pattern": "attribute_call", + "note": "Call via attribute access .as_view(...) - target object type not statically resolved." + }, + { + "module": "tests.test_views", + "lineno": 133, + "pattern": "attribute_call", + "note": "Call via attribute access .options(...) - target object type not statically resolved." + }, + { + "module": "tests.test_views", + "lineno": 148, + "pattern": "attribute_call", + "note": "Call via attribute access .add_url_rule(...) - target object type not statically resolved." + }, + { + "module": "tests.test_views", + "lineno": 148, + "pattern": "attribute_call", + "note": "Call via attribute access .as_view(...) - target object type not statically resolved." + }, + { + "module": "tests.test_views", + "lineno": 149, + "pattern": "attribute_call", + "note": "Call via attribute access .options(...) - target object type not statically resolved." + }, + { + "module": "tests.test_views", + "lineno": 156, + "pattern": "attribute_call", + "note": "Call via attribute access .Response(...) - target object type not statically resolved." + }, + { + "module": "tests.test_views", + "lineno": 158, + "pattern": "attribute_call", + "note": "Call via attribute access .add_url_rule(...) - target object type not statically resolved." + }, + { + "module": "tests.test_views", + "lineno": 158, + "pattern": "attribute_call", + "note": "Call via attribute access .as_view(...) - target object type not statically resolved." + }, + { + "module": "tests.test_views", + "lineno": 159, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_views", + "lineno": 162, + "pattern": "attribute_call", + "note": "Call via attribute access .head(...) - target object type not statically resolved." + }, + { + "module": "tests.test_views", + "lineno": 173, + "pattern": "attribute_call", + "note": "Call via attribute access .Response(...) - target object type not statically resolved." + }, + { + "module": "tests.test_views", + "lineno": 175, + "pattern": "attribute_call", + "note": "Call via attribute access .add_url_rule(...) - target object type not statically resolved." + }, + { + "module": "tests.test_views", + "lineno": 175, + "pattern": "attribute_call", + "note": "Call via attribute access .as_view(...) - target object type not statically resolved." + }, + { + "module": "tests.test_views", + "lineno": 176, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_views", + "lineno": 178, + "pattern": "attribute_call", + "note": "Call via attribute access .head(...) - target object type not statically resolved." + }, + { + "module": "tests.test_views", + "lineno": 192, + "pattern": "attribute_call", + "note": "Call via attribute access .add_url_rule(...) - target object type not statically resolved." + }, + { + "module": "tests.test_views", + "lineno": 192, + "pattern": "attribute_call", + "note": "Call via attribute access .as_view(...) - target object type not statically resolved." + }, + { + "module": "tests.test_views", + "lineno": 194, + "pattern": "attribute_call", + "note": "Call via attribute access .raises(...) - target object type not statically resolved." + }, + { + "module": "tests.test_views", + "lineno": 195, + "pattern": "attribute_call", + "note": "Call via attribute access .add_url_rule(...) - target object type not statically resolved." + }, + { + "module": "tests.test_views", + "lineno": 195, + "pattern": "attribute_call", + "note": "Call via attribute access .as_view(...) - target object type not statically resolved." + }, + { + "module": "tests.test_views", + "lineno": 212, + "pattern": "attribute_call", + "note": "Call via attribute access .add_url_rule(...) - target object type not statically resolved." + }, + { + "module": "tests.test_views", + "lineno": 212, + "pattern": "attribute_call", + "note": "Call via attribute access .as_view(...) - target object type not statically resolved." + }, + { + "module": "tests.test_views", + "lineno": 214, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_views", + "lineno": 215, + "pattern": "attribute_call", + "note": "Call via attribute access .open(...) - target object type not statically resolved." + }, + { + "module": "tests.test_views", + "lineno": 231, + "pattern": "attribute_call", + "note": "Call via attribute access .add_url_rule(...) - target object type not statically resolved." + }, + { + "module": "tests.test_views", + "lineno": 231, + "pattern": "attribute_call", + "note": "Call via attribute access .as_view(...) - target object type not statically resolved." + }, + { + "module": "tests.test_views", + "lineno": 233, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_views", + "lineno": 234, + "pattern": "attribute_call", + "note": "Call via attribute access .delete(...) - target object type not statically resolved." + }, + { + "module": "tests.test_views", + "lineno": 250, + "pattern": "attribute_call", + "note": "Call via attribute access .add_url_rule(...) - target object type not statically resolved." + }, + { + "module": "tests.test_views", + "lineno": 250, + "pattern": "attribute_call", + "note": "Call via attribute access .as_view(...) - target object type not statically resolved." + }, + { + "module": "tests.test_views", + "lineno": 252, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_views", + "lineno": 253, + "pattern": "attribute_call", + "note": "Call via attribute access .post(...) - target object type not statically resolved." + }, + { + "module": "tests.test_views", + "lineno": 270, + "pattern": "attribute_call", + "note": "Call via attribute access .add_url_rule(...) - target object type not statically resolved." + }, + { + "module": "tests.test_views", + "lineno": 270, + "pattern": "attribute_call", + "note": "Call via attribute access .as_view(...) - target object type not statically resolved." + }, + { + "module": "tests.test_views", + "lineno": 271, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_views", + "lineno": 272, + "pattern": "attribute_call", + "note": "Call via attribute access .get(...) - target object type not statically resolved." + }, + { + "module": "tests.test_apps.blueprintapp", + "lineno": 8, + "pattern": "attribute_call", + "note": "Call via attribute access .register_blueprint(...) - target object type not statically resolved." + }, + { + "module": "tests.test_apps.blueprintapp", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .register_blueprint(...) - target object type not statically resolved." + }, + { + "module": "tests.test_apps.blueprintapp.apps.admin", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_apps.blueprintapp.apps.admin", + "lineno": 18, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_apps.blueprintapp.apps.frontend", + "lineno": 7, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_apps.blueprintapp.apps.frontend", + "lineno": 12, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.test_apps.cliapp.factory", + "lineno": 9, + "pattern": "attribute_call", + "note": "Call via attribute access .join(...) - target object type not statically resolved." + }, + { + "module": "tests.test_apps.helloworld.hello", + "lineno": 6, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.type_check.typing_error_handler", + "lineno": 13, + "pattern": "attribute_call", + "note": "Call via attribute access .errorhandler(...) - target object type not statically resolved." + }, + { + "module": "tests.type_check.typing_error_handler", + "lineno": 14, + "pattern": "attribute_call", + "note": "Call via attribute access .errorhandler(...) - target object type not statically resolved." + }, + { + "module": "tests.type_check.typing_error_handler", + "lineno": 15, + "pattern": "attribute_call", + "note": "Call via attribute access .errorhandler(...) - target object type not statically resolved." + }, + { + "module": "tests.type_check.typing_error_handler", + "lineno": 20, + "pattern": "attribute_call", + "note": "Call via attribute access .errorhandler(...) - target object type not statically resolved." + }, + { + "module": "tests.type_check.typing_error_handler", + "lineno": 25, + "pattern": "attribute_call", + "note": "Call via attribute access .errorhandler(...) - target object type not statically resolved." + }, + { + "module": "tests.type_check.typing_error_handler", + "lineno": 30, + "pattern": "attribute_call", + "note": "Call via attribute access .errorhandler(...) - target object type not statically resolved." + }, + { + "module": "tests.type_check.typing_error_handler", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .errorhandler(...) - target object type not statically resolved." + }, + { + "module": "tests.type_check.typing_route", + "lineno": 16, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.type_check.typing_route", + "lineno": 21, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.type_check.typing_route", + "lineno": 26, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.type_check.typing_route", + "lineno": 31, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.type_check.typing_route", + "lineno": 36, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.type_check.typing_route", + "lineno": 45, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.type_check.typing_route", + "lineno": 50, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.type_check.typing_route", + "lineno": 61, + "pattern": "attribute_call", + "note": "Call via attribute access .encode(...) - target object type not statically resolved." + }, + { + "module": "tests.type_check.typing_route", + "lineno": 59, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.type_check.typing_route", + "lineno": 64, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.type_check.typing_route", + "lineno": 69, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.type_check.typing_route", + "lineno": 70, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.type_check.typing_route", + "lineno": 75, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.type_check.typing_route", + "lineno": 80, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.type_check.typing_route", + "lineno": 85, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.type_check.typing_route", + "lineno": 86, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.type_check.typing_route", + "lineno": 91, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.type_check.typing_route", + "lineno": 96, + "pattern": "attribute_call", + "note": "Call via attribute access .route(...) - target object type not statically resolved." + }, + { + "module": "tests.type_check.typing_route", + "lineno": 109, + "pattern": "attribute_call", + "note": "Call via attribute access .add_url_rule(...) - target object type not statically resolved." + }, + { + "module": "tests.type_check.typing_route", + "lineno": 111, + "pattern": "attribute_call", + "note": "Call via attribute access .as_view(...) - target object type not statically resolved." + } + ], + "governance_gate": "APPROVED" +} \ No newline at end of file