1 line
8.9 KiB
JSON
1 line
8.9 KiB
JSON
{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_pygments_lexers_julia_py", "label": "julia.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/lexers/julia.py", "source_location": "L1"}, {"id": "julia_julialexer", "label": "JuliaLexer", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/lexers/julia.py", "source_location": "L27"}, {"id": "regexlexer", "label": "RegexLexer", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "julia_julialexer_analyse_text", "label": ".analyse_text()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/lexers/julia.py", "source_location": "L242"}, {"id": "julia_juliaconsolelexer", "label": "JuliaConsoleLexer", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/lexers/julia.py", "source_location": "L246"}, {"id": "lexer", "label": "Lexer", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "julia_juliaconsolelexer_get_tokens_unprocessed", "label": ".get_tokens_unprocessed()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/lexers/julia.py", "source_location": "L256"}, {"id": "julia_rationale_1", "label": "pygments.lexers.julia ~~~~~~~~~~~~~~~~~~~~~ Lexers for the Julia langua", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/lexers/julia.py", "source_location": "L1"}, {"id": "julia_rationale_28", "label": "For Julia source code.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/lexers/julia.py", "source_location": "L28"}, {"id": "julia_rationale_247", "label": "For Julia console sessions. Modeled after MatlabSessionLexer.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/lexers/julia.py", "source_location": "L247"}, {"id": "julia_rationale_195", "label": "# FIXME: This escape pattern is not perfect.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/lexers/julia.py", "source_location": "L195"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_pygments_lexers_julia_py", "target": "pygments_lexer", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/lexers/julia.py", "source_location": "L11", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pygments_lexers_julia_py", "target": "pygments_token", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/lexers/julia.py", "source_location": "L13", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pygments_lexers_julia_py", "target": "pygments_util", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/lexers/julia.py", "source_location": "L15", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pygments_lexers_julia_py", "target": "pygments_lexers_julia_builtins", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/lexers/julia.py", "source_location": "L16", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pygments_lexers_julia_py", "target": "julia_julialexer", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/lexers/julia.py", "source_location": "L27", "weight": 1.0}, {"source": "julia_julialexer", "target": "regexlexer", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/lexers/julia.py", "source_location": "L27", "weight": 1.0}, {"source": "julia_julialexer", "target": "julia_julialexer_analyse_text", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/lexers/julia.py", "source_location": "L242", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pygments_lexers_julia_py", "target": "julia_juliaconsolelexer", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/lexers/julia.py", "source_location": "L246", "weight": 1.0}, {"source": "julia_juliaconsolelexer", "target": "lexer", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/lexers/julia.py", "source_location": "L246", "weight": 1.0}, {"source": "julia_juliaconsolelexer", "target": "julia_juliaconsolelexer_get_tokens_unprocessed", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/lexers/julia.py", "source_location": "L256", "weight": 1.0}, {"source": "julia_juliaconsolelexer_get_tokens_unprocessed", "target": "julia_julialexer", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/lexers/julia.py", "source_location": "L257", "weight": 1.0}, {"source": "julia_rationale_1", "target": "backend_venv_lib_python3_12_site_packages_pygments_lexers_julia_py", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/lexers/julia.py", "source_location": "L1", "weight": 1.0}, {"source": "julia_rationale_28", "target": "julia_julialexer", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/lexers/julia.py", "source_location": "L28", "weight": 1.0}, {"source": "julia_rationale_247", "target": "julia_juliaconsolelexer", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/lexers/julia.py", "source_location": "L247", "weight": 1.0}, {"source": "julia_rationale_195", "target": "backend_venv_lib_python3_12_site_packages_pygments_lexers_julia_py", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/lexers/julia.py", "source_location": "L195", "weight": 1.0}], "raw_calls": [{"caller_nid": "julia_julialexer_analyse_text", "callee": "shebang_matches", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/lexers/julia.py", "source_location": "L243"}, {"caller_nid": "julia_juliaconsolelexer_get_tokens_unprocessed", "callee": "splitlines", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/lexers/julia.py", "source_location": "L264"}, {"caller_nid": "julia_juliaconsolelexer_get_tokens_unprocessed", "callee": "startswith", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/lexers/julia.py", "source_location": "L265"}, {"caller_nid": "julia_juliaconsolelexer_get_tokens_unprocessed", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/lexers/julia.py", "source_location": "L266"}, {"caller_nid": "julia_juliaconsolelexer_get_tokens_unprocessed", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/lexers/julia.py", "source_location": "L266"}, {"caller_nid": "julia_juliaconsolelexer_get_tokens_unprocessed", "callee": "startswith", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/lexers/julia.py", "source_location": "L270"}, {"caller_nid": "julia_juliaconsolelexer_get_tokens_unprocessed", "callee": "startswith", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/lexers/julia.py", "source_location": "L270"}, {"caller_nid": "julia_juliaconsolelexer_get_tokens_unprocessed", "callee": "startswith", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/lexers/julia.py", "source_location": "L275"}, {"caller_nid": "julia_juliaconsolelexer_get_tokens_unprocessed", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/lexers/julia.py", "source_location": "L276"}, {"caller_nid": "julia_juliaconsolelexer_get_tokens_unprocessed", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/lexers/julia.py", "source_location": "L276"}, {"caller_nid": "julia_juliaconsolelexer_get_tokens_unprocessed", "callee": "do_insertions", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/lexers/julia.py", "source_location": "L280"}, {"caller_nid": "julia_juliaconsolelexer_get_tokens_unprocessed", "callee": "startswith", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/lexers/julia.py", "source_location": "L284"}, {"caller_nid": "julia_juliaconsolelexer_get_tokens_unprocessed", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/lexers/julia.py", "source_location": "L290"}, {"caller_nid": "julia_juliaconsolelexer_get_tokens_unprocessed", "callee": "do_insertions", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/lexers/julia.py", "source_location": "L293"}]} |