1 line
13 KiB
JSON
1 line
13 KiB
JSON
{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_pygments_formatters_svg_py", "label": "svg.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/svg.py", "source_location": "L1"}, {"id": "svg_escape_html", "label": "escape_html()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/svg.py", "source_location": "L18"}, {"id": "svg_svgformatter", "label": "SvgFormatter", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/svg.py", "source_location": "L29"}, {"id": "formatter", "label": "Formatter", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "svg_svgformatter_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/svg.py", "source_location": "L93"}, {"id": "svg_svgformatter_format_unencoded", "label": ".format_unencoded()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/svg.py", "source_location": "L115"}, {"id": "svg_svgformatter_get_style", "label": "._get_style()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/svg.py", "source_location": "L170"}, {"id": "svg_rationale_1", "label": "pygments.formatters.svg ~~~~~~~~~~~~~~~~~~~~~~~ Formatter for SVG outpu", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/svg.py", "source_location": "L1"}, {"id": "svg_rationale_19", "label": "Escape &, <, > as well as single and double quotes for HTML.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/svg.py", "source_location": "L19"}, {"id": "svg_rationale_30", "label": "Format tokens as an SVG graphics file. This formatter is still experimental.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/svg.py", "source_location": "L30"}, {"id": "svg_rationale_116", "label": "Format ``tokensource``, an iterable of ``(tokentype, tokenstring)`` tupl", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/svg.py", "source_location": "L116"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_pygments_formatters_svg_py", "target": "pygments_formatter", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/svg.py", "source_location": "L11", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pygments_formatters_svg_py", "target": "pygments_token", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/svg.py", "source_location": "L12", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pygments_formatters_svg_py", "target": "pygments_util", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/svg.py", "source_location": "L13", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pygments_formatters_svg_py", "target": "svg_escape_html", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/svg.py", "source_location": "L18", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pygments_formatters_svg_py", "target": "svg_svgformatter", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/svg.py", "source_location": "L29", "weight": 1.0}, {"source": "svg_svgformatter", "target": "formatter", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/svg.py", "source_location": "L29", "weight": 1.0}, {"source": "svg_svgformatter", "target": "svg_svgformatter_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/svg.py", "source_location": "L93", "weight": 1.0}, {"source": "svg_svgformatter", "target": "svg_svgformatter_format_unencoded", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/svg.py", "source_location": "L115", "weight": 1.0}, {"source": "svg_svgformatter", "target": "svg_svgformatter_get_style", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/svg.py", "source_location": "L170", "weight": 1.0}, {"source": "svg_svgformatter_format_unencoded", "target": "svg_svgformatter_get_style", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/svg.py", "source_location": "L137", "weight": 1.0}, {"source": "svg_svgformatter_format_unencoded", "target": "svg_escape_html", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/svg.py", "source_location": "L151", "weight": 1.0}, {"source": "svg_rationale_1", "target": "backend_venv_lib_python3_12_site_packages_pygments_formatters_svg_py", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/svg.py", "source_location": "L1", "weight": 1.0}, {"source": "svg_rationale_19", "target": "svg_escape_html", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/svg.py", "source_location": "L19", "weight": 1.0}, {"source": "svg_rationale_30", "target": "svg_svgformatter", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/svg.py", "source_location": "L30", "weight": 1.0}, {"source": "svg_rationale_116", "target": "svg_svgformatter_format_unencoded", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/svg.py", "source_location": "L116", "weight": 1.0}], "raw_calls": [{"caller_nid": "svg_escape_html", "callee": "replace", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/svg.py", "source_location": "L20"}, {"caller_nid": "svg_escape_html", "callee": "replace", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/svg.py", "source_location": "L20"}, {"caller_nid": "svg_escape_html", "callee": "replace", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/svg.py", "source_location": "L20"}, {"caller_nid": "svg_escape_html", "callee": "replace", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/svg.py", "source_location": "L20"}, {"caller_nid": "svg_escape_html", "callee": "replace", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/svg.py", "source_location": "L20"}, {"caller_nid": "svg_svgformatter_init", "callee": "get_bool_opt", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/svg.py", "source_location": "L95"}, {"caller_nid": "svg_svgformatter_init", "callee": "get", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/svg.py", "source_location": "L96"}, {"caller_nid": "svg_svgformatter_init", "callee": "get", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/svg.py", "source_location": "L97"}, {"caller_nid": "svg_svgformatter_init", "callee": "get_int_opt", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/svg.py", "source_location": "L98"}, {"caller_nid": "svg_svgformatter_init", "callee": "strip", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/svg.py", "source_location": "L99"}, {"caller_nid": "svg_svgformatter_init", "callee": "endswith", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/svg.py", "source_location": "L100"}, {"caller_nid": "svg_svgformatter_init", "callee": "strip", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/svg.py", "source_location": "L101"}, {"caller_nid": "svg_svgformatter_init", "callee": "int", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/svg.py", "source_location": "L103"}, {"caller_nid": "svg_svgformatter_init", "callee": "get_int_opt", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/svg.py", "source_location": "L106"}, {"caller_nid": "svg_svgformatter_init", "callee": "get_int_opt", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/svg.py", "source_location": "L107"}, {"caller_nid": "svg_svgformatter_init", "callee": "get_bool_opt", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/svg.py", "source_location": "L108"}, {"caller_nid": "svg_svgformatter_init", "callee": "get_bool_opt", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/svg.py", "source_location": "L109"}, {"caller_nid": "svg_svgformatter_init", "callee": "get_int_opt", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/svg.py", "source_location": "L110"}, {"caller_nid": "svg_svgformatter_init", "callee": "get_int_opt", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/svg.py", "source_location": "L111"}, {"caller_nid": "svg_svgformatter_init", "callee": "get_int_opt", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/svg.py", "source_location": "L112"}, {"caller_nid": "svg_svgformatter_format_unencoded", "callee": "write", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/svg.py", "source_location": "L126"}, {"caller_nid": "svg_svgformatter_format_unencoded", "callee": "write", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/svg.py", "source_location": "L128"}, {"caller_nid": "svg_svgformatter_format_unencoded", "callee": "write", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/svg.py", "source_location": "L129"}, {"caller_nid": "svg_svgformatter_format_unencoded", "callee": "write", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/svg.py", "source_location": "L132"}, {"caller_nid": "svg_svgformatter_format_unencoded", "callee": "write", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/svg.py", "source_location": "L133"}, {"caller_nid": "svg_svgformatter_format_unencoded", "callee": "write", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/svg.py", "source_location": "L142"}, {"caller_nid": "svg_svgformatter_format_unencoded", "callee": "write", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/svg.py", "source_location": "L146"}, {"caller_nid": "svg_svgformatter_format_unencoded", "callee": "replace", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/svg.py", "source_location": "L153"}, {"caller_nid": "svg_svgformatter_format_unencoded", "callee": "expandtabs", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/svg.py", "source_location": "L153"}, {"caller_nid": "svg_svgformatter_format_unencoded", "callee": "split", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/svg.py", "source_location": "L154"}, {"caller_nid": "svg_svgformatter_format_unencoded", "callee": "write", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/svg.py", "source_location": "L156"}, {"caller_nid": "svg_svgformatter_format_unencoded", "callee": "write", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/svg.py", "source_location": "L158"}, {"caller_nid": "svg_svgformatter_format_unencoded", "callee": "write", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/svg.py", "source_location": "L160"}, {"caller_nid": "svg_svgformatter_format_unencoded", "callee": "write", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/svg.py", "source_location": "L163"}, {"caller_nid": "svg_svgformatter_format_unencoded", "callee": "write", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/svg.py", "source_location": "L164"}, {"caller_nid": "svg_svgformatter_format_unencoded", "callee": "write", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/svg.py", "source_location": "L165"}, {"caller_nid": "svg_svgformatter_format_unencoded", "callee": "write", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/svg.py", "source_location": "L168"}, {"caller_nid": "svg_svgformatter_get_style", "callee": "styles_token", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/svg.py", "source_location": "L174"}, {"caller_nid": "svg_svgformatter_get_style", "callee": "style_for_token", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/svg.py", "source_location": "L176"}]} |