1 line
8.5 KiB
JSON
1 line
8.5 KiB
JSON
{"nodes": [{"id": "$graphify-root$_email_server_server_web_ui_routes_py", "label": "routes.py", "file_type": "code", "source_file": "email_server/server_web_ui/routes.py", "source_location": "L1"}, {"id": "app_template_filter", "label": "app_template_filter", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/email_server/server_web_ui/routes.py"}, {"id": "$graphify-root$_email_server_server_web_ui_routes_format_datetime", "label": "format_datetime()", "file_type": "code", "source_file": "email_server/server_web_ui/routes.py", "source_location": "L26", "_callable": true}, {"id": "errorhandler", "label": "errorhandler", "file_type": "code", "source_file": "", "source_location": "", "origin_file": "$graphify-root$/email_server/server_web_ui/routes.py"}, {"id": "$graphify-root$_email_server_server_web_ui_routes_not_found", "label": "not_found()", "file_type": "code", "source_file": "email_server/server_web_ui/routes.py", "source_location": "L44", "_callable": true}, {"id": "$graphify-root$_email_server_server_web_ui_routes_internal_error", "label": "internal_error()", "file_type": "code", "source_file": "email_server/server_web_ui/routes.py", "source_location": "L52", "_callable": true}, {"id": "$graphify-root$_email_server_server_web_ui_routes_rationale_1", "label": "Main routes and blueprint definition for the SMTP server web UI.", "file_type": "rationale", "source_file": "email_server/server_web_ui/routes.py", "source_location": "L1"}, {"id": "$graphify-root$_email_server_server_web_ui_routes_rationale_27", "label": "Format datetime with the correct timezone from settings or argument.", "file_type": "rationale", "source_file": "email_server/server_web_ui/routes.py", "source_location": "L27"}], "edges": [{"source": "$graphify-root$_email_server_server_web_ui_routes_py", "target": "flask", "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "email_server/server_web_ui/routes.py", "source_location": "L4", "weight": 1.0}, {"source": "$graphify-root$_email_server_server_web_ui_routes_py", "target": "email_server_models", "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "email_server/server_web_ui/routes.py", "source_location": "L5", "weight": 1.0}, {"source": "$graphify-root$_email_server_server_web_ui_routes_py", "target": "email_server_tool_box", "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "email_server/server_web_ui/routes.py", "source_location": "L6", "weight": 1.0}, {"source": "$graphify-root$_email_server_server_web_ui_routes_py", "target": "email_server_settings_loader", "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "email_server/server_web_ui/routes.py", "source_location": "L7", "weight": 1.0}, {"source": "$graphify-root$_email_server_server_web_ui_routes_py", "target": "datetime", "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "email_server/server_web_ui/routes.py", "source_location": "L8", "weight": 1.0}, {"source": "$graphify-root$_email_server_server_web_ui_routes_py", "target": "pytz", "relation": "imports", "context": "import", "confidence": "EXTRACTED", "source_file": "email_server/server_web_ui/routes.py", "source_location": "L9", "weight": 1.0}, {"source": "$graphify-root$_email_server_server_web_ui_routes_format_datetime", "target": "app_template_filter", "relation": "references", "confidence": "EXTRACTED", "source_file": "email_server/server_web_ui/routes.py", "source_location": "L25", "weight": 1.0, "context": "decorator"}, {"source": "$graphify-root$_email_server_server_web_ui_routes_py", "target": "$graphify-root$_email_server_server_web_ui_routes_format_datetime", "relation": "contains", "confidence": "EXTRACTED", "source_file": "email_server/server_web_ui/routes.py", "source_location": "L26", "weight": 1.0}, {"source": "$graphify-root$_email_server_server_web_ui_routes_py", "target": "$graphify-root$_email_server_server_web_ui_view_message_py", "relation": "imports_from", "context": "import", "confidence": "EXTRACTED", "source_file": "email_server/server_web_ui/routes.py", "source_location": "L40", "weight": 1.0, "target_file": "$graphify-root$/email_server/server_web_ui/view_message.py"}, {"source": "$graphify-root$_email_server_server_web_ui_routes_not_found", "target": "errorhandler", "relation": "references", "confidence": "EXTRACTED", "source_file": "email_server/server_web_ui/routes.py", "source_location": "L43", "weight": 1.0, "context": "decorator"}, {"source": "$graphify-root$_email_server_server_web_ui_routes_py", "target": "$graphify-root$_email_server_server_web_ui_routes_not_found", "relation": "contains", "confidence": "EXTRACTED", "source_file": "email_server/server_web_ui/routes.py", "source_location": "L44", "weight": 1.0}, {"source": "$graphify-root$_email_server_server_web_ui_routes_internal_error", "target": "errorhandler", "relation": "references", "confidence": "EXTRACTED", "source_file": "email_server/server_web_ui/routes.py", "source_location": "L51", "weight": 1.0, "context": "decorator"}, {"source": "$graphify-root$_email_server_server_web_ui_routes_py", "target": "$graphify-root$_email_server_server_web_ui_routes_internal_error", "relation": "contains", "confidence": "EXTRACTED", "source_file": "email_server/server_web_ui/routes.py", "source_location": "L52", "weight": 1.0}, {"source": "$graphify-root$_email_server_server_web_ui_routes_rationale_1", "target": "$graphify-root$_email_server_server_web_ui_routes_py", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "email_server/server_web_ui/routes.py", "source_location": "L1", "weight": 1.0}, {"source": "$graphify-root$_email_server_server_web_ui_routes_rationale_27", "target": "$graphify-root$_email_server_server_web_ui_routes_format_datetime", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "email_server/server_web_ui/routes.py", "source_location": "L27", "weight": 1.0}], "raw_calls": [{"caller_nid": "$graphify-root$_email_server_server_web_ui_routes_format_datetime", "callee": "load_settings", "is_member_call": false, "source_file": "email_server/server_web_ui/routes.py", "source_location": "L32", "receiver": null}, {"caller_nid": "$graphify-root$_email_server_server_web_ui_routes_format_datetime", "callee": "get", "is_member_call": true, "source_file": "email_server/server_web_ui/routes.py", "source_location": "L33", "receiver": null}, {"caller_nid": "$graphify-root$_email_server_server_web_ui_routes_format_datetime", "callee": "timezone", "is_member_call": true, "source_file": "email_server/server_web_ui/routes.py", "source_location": "L34", "receiver": "pytz"}, {"caller_nid": "$graphify-root$_email_server_server_web_ui_routes_format_datetime", "callee": "localize", "is_member_call": true, "source_file": "email_server/server_web_ui/routes.py", "source_location": "L36", "receiver": null}, {"caller_nid": "$graphify-root$_email_server_server_web_ui_routes_format_datetime", "callee": "astimezone", "is_member_call": true, "source_file": "email_server/server_web_ui/routes.py", "source_location": "L37", "receiver": "value"}, {"caller_nid": "$graphify-root$_email_server_server_web_ui_routes_format_datetime", "callee": "strftime", "is_member_call": true, "source_file": "email_server/server_web_ui/routes.py", "source_location": "L38", "receiver": "local_dt"}, {"caller_nid": "$graphify-root$_email_server_server_web_ui_routes_not_found", "callee": "render_template", "is_member_call": false, "source_file": "email_server/server_web_ui/routes.py", "source_location": "L46", "receiver": null}, {"caller_nid": "$graphify-root$_email_server_server_web_ui_routes_not_found", "callee": "get_current_time", "is_member_call": false, "source_file": "email_server/server_web_ui/routes.py", "source_location": "L49", "receiver": null}, {"caller_nid": "$graphify-root$_email_server_server_web_ui_routes_internal_error", "callee": "error", "is_member_call": true, "source_file": "email_server/server_web_ui/routes.py", "source_location": "L54", "receiver": "logger"}, {"caller_nid": "$graphify-root$_email_server_server_web_ui_routes_internal_error", "callee": "render_template", "is_member_call": false, "source_file": "email_server/server_web_ui/routes.py", "source_location": "L55", "receiver": null}, {"caller_nid": "$graphify-root$_email_server_server_web_ui_routes_internal_error", "callee": "get_current_time", "is_member_call": false, "source_file": "email_server/server_web_ui/routes.py", "source_location": "L58", "receiver": null}]} |