1 line
32 KiB
JSON
1 line
32 KiB
JSON
{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_pygments_formatters_latex_py", "label": "latex.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/latex.py", "source_location": "L1"}, {"id": "latex_escape_tex", "label": "escape_tex()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/latex.py", "source_location": "L22"}, {"id": "latex_get_ttype_name", "label": "_get_ttype_name()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/latex.py", "source_location": "L135"}, {"id": "latex_latexformatter", "label": "LatexFormatter", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/latex.py", "source_location": "L147"}, {"id": "formatter", "label": "Formatter", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "latex_latexformatter_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/latex.py", "source_location": "L256"}, {"id": "latex_latexformatter_create_stylesheet", "label": "._create_stylesheet()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/latex.py", "source_location": "L279"}, {"id": "latex_latexformatter_get_style_defs", "label": ".get_style_defs()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/latex.py", "source_location": "L321"}, {"id": "latex_latexformatter_format_unencoded", "label": ".format_unencoded()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/latex.py", "source_location": "L333"}, {"id": "latex_latexembeddedlexer", "label": "LatexEmbeddedLexer", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/latex.py", "source_location": "L437"}, {"id": "lexer", "label": "Lexer", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "latex_latexembeddedlexer_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/latex.py", "source_location": "L448"}, {"id": "latex_latexembeddedlexer_get_tokens_unprocessed", "label": ".get_tokens_unprocessed()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/latex.py", "source_location": "L454"}, {"id": "latex_latexembeddedlexer_find_safe_escape_tokens", "label": "._find_safe_escape_tokens()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/latex.py", "source_location": "L473"}, {"id": "latex_latexembeddedlexer_filter_to", "label": "._filter_to()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/latex.py", "source_location": "L485"}, {"id": "latex_latexembeddedlexer_find_escape_tokens", "label": "._find_escape_tokens()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/latex.py", "source_location": "L502"}, {"id": "latex_rationale_1", "label": "pygments.formatters.latex ~~~~~~~~~~~~~~~~~~~~~~~~~ Formatter for LaTeX", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/latex.py", "source_location": "L1"}, {"id": "latex_rationale_148", "label": "r\"\"\" Format tokens as LaTeX code. This needs the `fancyvrb` and `color`", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/latex.py", "source_location": "L148"}, {"id": "latex_rationale_322", "label": "Return the command sequences needed to define the commands used to forma", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/latex.py", "source_location": "L322"}, {"id": "latex_rationale_438", "label": "This lexer takes one lexer as argument, the lexer for the language being for", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/latex.py", "source_location": "L438"}, {"id": "latex_rationale_474", "label": "find escape tokens that are not in strings or comments", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/latex.py", "source_location": "L474"}, {"id": "latex_rationale_486", "label": "Keep only the tokens that match `pred`, merge the others together", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/latex.py", "source_location": "L486"}, {"id": "latex_rationale_503", "label": "Find escape tokens within text, give token=None otherwise", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/latex.py", "source_location": "L503"}, {"id": "latex_rationale_334", "label": "# TODO: add support for background colors", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/latex.py", "source_location": "L334"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_pygments_formatters_latex_py", "target": "io", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/latex.py", "source_location": "L11", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pygments_formatters_latex_py", "target": "pygments_formatter", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/latex.py", "source_location": "L13", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pygments_formatters_latex_py", "target": "pygments_lexer", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/latex.py", "source_location": "L14", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pygments_formatters_latex_py", "target": "pygments_token", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/latex.py", "source_location": "L15", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pygments_formatters_latex_py", "target": "pygments_util", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/latex.py", "source_location": "L16", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pygments_formatters_latex_py", "target": "latex_escape_tex", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/latex.py", "source_location": "L22", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pygments_formatters_latex_py", "target": "latex_get_ttype_name", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/latex.py", "source_location": "L135", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pygments_formatters_latex_py", "target": "latex_latexformatter", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/latex.py", "source_location": "L147", "weight": 1.0}, {"source": "latex_latexformatter", "target": "formatter", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/latex.py", "source_location": "L147", "weight": 1.0}, {"source": "latex_latexformatter", "target": "latex_latexformatter_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/latex.py", "source_location": "L256", "weight": 1.0}, {"source": "latex_latexformatter", "target": "latex_latexformatter_create_stylesheet", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/latex.py", "source_location": "L279", "weight": 1.0}, {"source": "latex_latexformatter", "target": "latex_latexformatter_get_style_defs", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/latex.py", "source_location": "L321", "weight": 1.0}, {"source": "latex_latexformatter", "target": "latex_latexformatter_format_unencoded", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/latex.py", "source_location": "L333", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pygments_formatters_latex_py", "target": "latex_latexembeddedlexer", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/latex.py", "source_location": "L437", "weight": 1.0}, {"source": "latex_latexembeddedlexer", "target": "lexer", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/latex.py", "source_location": "L437", "weight": 1.0}, {"source": "latex_latexembeddedlexer", "target": "latex_latexembeddedlexer_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/latex.py", "source_location": "L448", "weight": 1.0}, {"source": "latex_latexembeddedlexer", "target": "latex_latexembeddedlexer_get_tokens_unprocessed", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/latex.py", "source_location": "L454", "weight": 1.0}, {"source": "latex_latexembeddedlexer", "target": "latex_latexembeddedlexer_find_safe_escape_tokens", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/latex.py", "source_location": "L473", "weight": 1.0}, {"source": "latex_latexembeddedlexer", "target": "latex_latexembeddedlexer_filter_to", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/latex.py", "source_location": "L485", "weight": 1.0}, {"source": "latex_latexembeddedlexer", "target": "latex_latexembeddedlexer_find_escape_tokens", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/latex.py", "source_location": "L502", "weight": 1.0}, {"source": "latex_latexformatter_init", "target": "latex_latexembeddedlexer_init", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/latex.py", "source_location": "L257", "weight": 1.0}, {"source": "latex_latexformatter_init", "target": "latex_latexformatter_create_stylesheet", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/latex.py", "source_location": "L277", "weight": 1.0}, {"source": "latex_latexformatter_create_stylesheet", "target": "latex_get_ttype_name", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/latex.py", "source_location": "L292", "weight": 1.0}, {"source": "latex_latexformatter_format_unencoded", "target": "latex_escape_tex", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/latex.py", "source_location": "L367", "weight": 1.0}, {"source": "latex_latexformatter_format_unencoded", "target": "latex_get_ttype_name", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/latex.py", "source_location": "L403", "weight": 1.0}, {"source": "latex_latexformatter_format_unencoded", "target": "latex_latexformatter_get_style_defs", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/latex.py", "source_location": "L433", "weight": 1.0}, {"source": "latex_latexembeddedlexer_get_tokens_unprocessed", "target": "latex_latexembeddedlexer_find_safe_escape_tokens", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/latex.py", "source_location": "L460", "weight": 1.0}, {"source": "latex_latexembeddedlexer_find_safe_escape_tokens", "target": "latex_latexembeddedlexer_filter_to", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/latex.py", "source_location": "L475", "weight": 1.0}, {"source": "latex_latexembeddedlexer_find_safe_escape_tokens", "target": "latex_latexembeddedlexer_get_tokens_unprocessed", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/latex.py", "source_location": "L476", "weight": 1.0}, {"source": "latex_latexembeddedlexer_find_safe_escape_tokens", "target": "latex_latexembeddedlexer_find_escape_tokens", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/latex.py", "source_location": "L480", "weight": 1.0}, {"source": "latex_rationale_1", "target": "backend_venv_lib_python3_12_site_packages_pygments_formatters_latex_py", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/latex.py", "source_location": "L1", "weight": 1.0}, {"source": "latex_rationale_148", "target": "latex_latexformatter", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/latex.py", "source_location": "L148", "weight": 1.0}, {"source": "latex_rationale_322", "target": "latex_latexformatter_get_style_defs", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/latex.py", "source_location": "L322", "weight": 1.0}, {"source": "latex_rationale_438", "target": "latex_latexembeddedlexer", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/latex.py", "source_location": "L438", "weight": 1.0}, {"source": "latex_rationale_474", "target": "latex_latexembeddedlexer_find_safe_escape_tokens", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/latex.py", "source_location": "L474", "weight": 1.0}, {"source": "latex_rationale_486", "target": "latex_latexembeddedlexer_filter_to", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/latex.py", "source_location": "L486", "weight": 1.0}, {"source": "latex_rationale_503", "target": "latex_latexembeddedlexer_find_escape_tokens", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/latex.py", "source_location": "L503", "weight": 1.0}, {"source": "latex_rationale_334", "target": "backend_venv_lib_python3_12_site_packages_pygments_formatters_latex_py", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/latex.py", "source_location": "L334", "weight": 1.0}], "raw_calls": [{"caller_nid": "latex_escape_tex", "callee": "replace", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/latex.py", "source_location": "L23"}, {"caller_nid": "latex_escape_tex", "callee": "replace", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/latex.py", "source_location": "L23"}, {"caller_nid": "latex_escape_tex", "callee": "replace", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/latex.py", "source_location": "L23"}, {"caller_nid": "latex_escape_tex", "callee": "replace", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/latex.py", "source_location": "L23"}, {"caller_nid": "latex_escape_tex", "callee": "replace", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/latex.py", "source_location": "L23"}, {"caller_nid": "latex_escape_tex", "callee": "replace", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/latex.py", "source_location": "L23"}, {"caller_nid": "latex_escape_tex", "callee": "replace", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/latex.py", "source_location": "L23"}, {"caller_nid": "latex_escape_tex", "callee": "replace", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/latex.py", "source_location": "L23"}, {"caller_nid": "latex_escape_tex", "callee": "replace", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/latex.py", "source_location": "L23"}, {"caller_nid": "latex_escape_tex", "callee": "replace", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/latex.py", "source_location": "L23"}, {"caller_nid": "latex_escape_tex", "callee": "replace", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/latex.py", "source_location": "L23"}, {"caller_nid": "latex_escape_tex", "callee": "replace", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/latex.py", "source_location": "L23"}, {"caller_nid": "latex_escape_tex", "callee": "replace", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/latex.py", "source_location": "L23"}, {"caller_nid": "latex_escape_tex", "callee": "replace", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/latex.py", "source_location": "L23"}, {"caller_nid": "latex_escape_tex", "callee": "replace", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/latex.py", "source_location": "L23"}, {"caller_nid": "latex_escape_tex", "callee": "replace", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/latex.py", "source_location": "L23"}, {"caller_nid": "latex_escape_tex", "callee": "replace", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/latex.py", "source_location": "L23"}, {"caller_nid": "latex_escape_tex", "callee": "replace", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/latex.py", "source_location": "L23"}, {"caller_nid": "latex_get_ttype_name", "callee": "get", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/latex.py", "source_location": "L136"}, {"caller_nid": "latex_get_ttype_name", "callee": "get", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/latex.py", "source_location": "L143"}, {"caller_nid": "latex_latexformatter_init", "callee": "get_bool_opt", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/latex.py", "source_location": "L258"}, {"caller_nid": "latex_latexformatter_init", "callee": "get", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/latex.py", "source_location": "L259"}, {"caller_nid": "latex_latexformatter_init", "callee": "get", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/latex.py", "source_location": "L260"}, {"caller_nid": "latex_latexformatter_init", "callee": "get_bool_opt", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/latex.py", "source_location": "L261"}, {"caller_nid": "latex_latexformatter_init", "callee": "abs", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/latex.py", "source_location": "L262"}, {"caller_nid": "latex_latexformatter_init", "callee": "get_int_opt", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/latex.py", "source_location": "L262"}, {"caller_nid": "latex_latexformatter_init", "callee": "abs", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/latex.py", "source_location": "L263"}, {"caller_nid": "latex_latexformatter_init", "callee": "get_int_opt", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/latex.py", "source_location": "L263"}, {"caller_nid": "latex_latexformatter_init", "callee": "get", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/latex.py", "source_location": "L264"}, {"caller_nid": "latex_latexformatter_init", "callee": "get_bool_opt", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/latex.py", "source_location": "L265"}, {"caller_nid": "latex_latexformatter_init", "callee": "get", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/latex.py", "source_location": "L266"}, {"caller_nid": "latex_latexformatter_init", "callee": "get_bool_opt", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/latex.py", "source_location": "L267"}, {"caller_nid": "latex_latexformatter_init", "callee": "get_bool_opt", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/latex.py", "source_location": "L268"}, {"caller_nid": "latex_latexformatter_init", "callee": "get", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/latex.py", "source_location": "L269"}, {"caller_nid": "latex_latexformatter_init", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/latex.py", "source_location": "L270"}, {"caller_nid": "latex_latexformatter_init", "callee": "get", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/latex.py", "source_location": "L275"}, {"caller_nid": "latex_latexformatter_create_stylesheet", "callee": "format", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/latex.py", "source_location": "L307"}, {"caller_nid": "latex_latexformatter_create_stylesheet", "callee": "rgbcolor", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/latex.py", "source_location": "L307"}, {"caller_nid": "latex_latexformatter_create_stylesheet", "callee": "format", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/latex.py", "source_location": "L309"}, {"caller_nid": "latex_latexformatter_create_stylesheet", "callee": "rgbcolor", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/latex.py", "source_location": "L310"}, {"caller_nid": "latex_latexformatter_create_stylesheet", "callee": "rgbcolor", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/latex.py", "source_location": "L311"}, {"caller_nid": "latex_latexformatter_create_stylesheet", "callee": "format", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/latex.py", "source_location": "L313"}, {"caller_nid": "latex_latexformatter_create_stylesheet", "callee": "rgbcolor", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/latex.py", "source_location": "L314"}, {"caller_nid": "latex_latexformatter_create_stylesheet", "callee": "replace", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/latex.py", "source_location": "L317"}, {"caller_nid": "latex_latexformatter_get_style_defs", "callee": "items", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/latex.py", "source_location": "L328"}, {"caller_nid": "latex_latexformatter_get_style_defs", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/latex.py", "source_location": "L329"}, {"caller_nid": "latex_latexformatter_get_style_defs", "callee": "join", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/latex.py", "source_location": "L331"}, {"caller_nid": "latex_latexformatter_format_unencoded", "callee": "StringIO", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/latex.py", "source_location": "L340"}, {"caller_nid": "latex_latexformatter_format_unencoded", "callee": "write", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/latex.py", "source_location": "L343"}, {"caller_nid": "latex_latexformatter_format_unencoded", "callee": "write", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/latex.py", "source_location": "L346"}, {"caller_nid": "latex_latexformatter_format_unencoded", "callee": "write", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/latex.py", "source_location": "L350"}, {"caller_nid": "latex_latexformatter_format_unencoded", "callee": "write", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/latex.py", "source_location": "L353"}, {"caller_nid": "latex_latexformatter_format_unencoded", "callee": "write", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/latex.py", "source_location": "L354"}, {"caller_nid": "latex_latexformatter_format_unencoded", "callee": "range", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/latex.py", "source_location": "L361"}, {"caller_nid": "latex_latexformatter_format_unencoded", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/latex.py", "source_location": "L361"}, {"caller_nid": "latex_latexformatter_format_unencoded", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/latex.py", "source_location": "L366"}, {"caller_nid": "latex_latexformatter_format_unencoded", "callee": "split", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/latex.py", "source_location": "L373"}, {"caller_nid": "latex_latexformatter_format_unencoded", "callee": "enumerate", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/latex.py", "source_location": "L375"}, {"caller_nid": "latex_latexformatter_format_unencoded", "callee": "join", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/latex.py", "source_location": "L379"}, {"caller_nid": "latex_latexformatter_format_unencoded", "callee": "partition", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/latex.py", "source_location": "L384"}, {"caller_nid": "latex_latexformatter_format_unencoded", "callee": "partition", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/latex.py", "source_location": "L386"}, {"caller_nid": "latex_latexformatter_format_unencoded", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/latex.py", "source_location": "L400"}, {"caller_nid": "latex_latexformatter_format_unencoded", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/latex.py", "source_location": "L403"}, {"caller_nid": "latex_latexformatter_format_unencoded", "callee": "join", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/latex.py", "source_location": "L405"}, {"caller_nid": "latex_latexformatter_format_unencoded", "callee": "reversed", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/latex.py", "source_location": "L405"}, {"caller_nid": "latex_latexformatter_format_unencoded", "callee": "split", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/latex.py", "source_location": "L407"}, {"caller_nid": "latex_latexformatter_format_unencoded", "callee": "write", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/latex.py", "source_location": "L410"}, {"caller_nid": "latex_latexformatter_format_unencoded", "callee": "write", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/latex.py", "source_location": "L411"}, {"caller_nid": "latex_latexformatter_format_unencoded", "callee": "write", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/latex.py", "source_location": "L413"}, {"caller_nid": "latex_latexformatter_format_unencoded", "callee": "write", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/latex.py", "source_location": "L415"}, {"caller_nid": "latex_latexformatter_format_unencoded", "callee": "write", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/latex.py", "source_location": "L418"}, {"caller_nid": "latex_latexformatter_format_unencoded", "callee": "get", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/latex.py", "source_location": "L423"}, {"caller_nid": "latex_latexformatter_format_unencoded", "callee": "replace", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/latex.py", "source_location": "L427"}, {"caller_nid": "latex_latexformatter_format_unencoded", "callee": "write", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/latex.py", "source_location": "L428"}, {"caller_nid": "latex_latexformatter_format_unencoded", "callee": "dict", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/latex.py", "source_location": "L429"}, {"caller_nid": "latex_latexformatter_format_unencoded", "callee": "getvalue", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/latex.py", "source_location": "L434"}, {"caller_nid": "latex_latexembeddedlexer_get_tokens_unprocessed", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/latex.py", "source_location": "L463"}, {"caller_nid": "latex_latexembeddedlexer_get_tokens_unprocessed", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/latex.py", "source_location": "L463"}, {"caller_nid": "latex_latexembeddedlexer_get_tokens_unprocessed", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/latex.py", "source_location": "L467"}, {"caller_nid": "latex_latexembeddedlexer_get_tokens_unprocessed", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/latex.py", "source_location": "L469"}, {"caller_nid": "latex_latexembeddedlexer_get_tokens_unprocessed", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/latex.py", "source_location": "L469"}, {"caller_nid": "latex_latexembeddedlexer_get_tokens_unprocessed", "callee": "do_insertions", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/latex.py", "source_location": "L470"}, {"caller_nid": "latex_latexembeddedlexer_filter_to", "callee": "pred", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/latex.py", "source_location": "L490"}, {"caller_nid": "latex_latexembeddedlexer_find_escape_tokens", "callee": "partition", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/latex.py", "source_location": "L506"}, {"caller_nid": "latex_latexembeddedlexer_find_escape_tokens", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/latex.py", "source_location": "L509"}, {"caller_nid": "latex_latexembeddedlexer_find_escape_tokens", "callee": "partition", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/latex.py", "source_location": "L511"}, {"caller_nid": "latex_latexembeddedlexer_find_escape_tokens", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/latex.py", "source_location": "L513"}, {"caller_nid": "latex_latexembeddedlexer_find_escape_tokens", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/latex.py", "source_location": "L514"}, {"caller_nid": "latex_latexembeddedlexer_find_escape_tokens", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/latex.py", "source_location": "L514"}, {"caller_nid": "latex_latexembeddedlexer_find_escape_tokens", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/latex.py", "source_location": "L514"}, {"caller_nid": "latex_latexembeddedlexer_find_escape_tokens", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/formatters/latex.py", "source_location": "L517"}]} |