Files
tfm_ainventory/graphify-out/cache/bc3918e7dd644db1cd98f3b5112114d77b7749d5d75e6259cb758b4865aaa245.json

1 line
11 KiB
JSON

{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_pygments_scanner_py", "label": "scanner.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/scanner.py", "source_location": "L1"}, {"id": "scanner_endoftext", "label": "EndOfText", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/scanner.py", "source_location": "L20"}, {"id": "runtimeerror", "label": "RuntimeError", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "scanner_scanner", "label": "Scanner", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/scanner.py", "source_location": "L27"}, {"id": "scanner_scanner_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/scanner.py", "source_location": "L35"}, {"id": "scanner_scanner_eos", "label": ".eos()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/scanner.py", "source_location": "L49"}, {"id": "scanner_scanner_check", "label": ".check()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/scanner.py", "source_location": "L54"}, {"id": "scanner_scanner_test", "label": ".test()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/scanner.py", "source_location": "L66"}, {"id": "scanner_scanner_scan", "label": ".scan()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/scanner.py", "source_location": "L72"}, {"id": "scanner_scanner_get_char", "label": ".get_char()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/scanner.py", "source_location": "L95"}, {"id": "scanner_scanner_repr", "label": ".__repr__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/scanner.py", "source_location": "L99"}, {"id": "scanner_rationale_1", "label": "pygments.scanner ~~~~~~~~~~~~~~~~ This library implements a regex based", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/scanner.py", "source_location": "L1"}, {"id": "scanner_rationale_21", "label": "Raise if end of text is reached and the user tried to call a match function.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/scanner.py", "source_location": "L21"}, {"id": "scanner_rationale_28", "label": "Simple scanner All method patterns are regular expression strings (not", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/scanner.py", "source_location": "L28"}, {"id": "scanner_rationale_36", "label": ":param text: The text which should be scanned :param flags: default", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/scanner.py", "source_location": "L36"}, {"id": "scanner_rationale_50", "label": "`True` if the scanner reached the end of text.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/scanner.py", "source_location": "L50"}, {"id": "scanner_rationale_55", "label": "Apply `pattern` on the current position and return the match object. (Do", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/scanner.py", "source_location": "L55"}, {"id": "scanner_rationale_67", "label": "Apply a pattern on the current position and check if it patches. Doesn't", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/scanner.py", "source_location": "L67"}, {"id": "scanner_rationale_73", "label": "Scan the text for the given pattern and update pos/match and related fie", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/scanner.py", "source_location": "L73"}, {"id": "scanner_rationale_96", "label": "Scan exactly one char.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/scanner.py", "source_location": "L96"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_pygments_scanner_py", "target": "re", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/scanner.py", "source_location": "L17", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pygments_scanner_py", "target": "scanner_endoftext", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/scanner.py", "source_location": "L20", "weight": 1.0}, {"source": "scanner_endoftext", "target": "runtimeerror", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/scanner.py", "source_location": "L20", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pygments_scanner_py", "target": "scanner_scanner", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/scanner.py", "source_location": "L27", "weight": 1.0}, {"source": "scanner_scanner", "target": "scanner_scanner_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/scanner.py", "source_location": "L35", "weight": 1.0}, {"source": "scanner_scanner", "target": "scanner_scanner_eos", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/scanner.py", "source_location": "L49", "weight": 1.0}, {"source": "scanner_scanner", "target": "scanner_scanner_check", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/scanner.py", "source_location": "L54", "weight": 1.0}, {"source": "scanner_scanner", "target": "scanner_scanner_test", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/scanner.py", "source_location": "L66", "weight": 1.0}, {"source": "scanner_scanner", "target": "scanner_scanner_scan", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/scanner.py", "source_location": "L72", "weight": 1.0}, {"source": "scanner_scanner", "target": "scanner_scanner_get_char", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/scanner.py", "source_location": "L95", "weight": 1.0}, {"source": "scanner_scanner", "target": "scanner_scanner_repr", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/scanner.py", "source_location": "L99", "weight": 1.0}, {"source": "scanner_scanner_check", "target": "scanner_endoftext", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/scanner.py", "source_location": "L61", "weight": 1.0}, {"source": "scanner_scanner_test", "target": "scanner_scanner_check", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/scanner.py", "source_location": "L70", "weight": 1.0}, {"source": "scanner_scanner_scan", "target": "scanner_endoftext", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/scanner.py", "source_location": "L83", "weight": 1.0}, {"source": "scanner_scanner_get_char", "target": "scanner_scanner_scan", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/scanner.py", "source_location": "L97", "weight": 1.0}, {"source": "scanner_rationale_1", "target": "backend_venv_lib_python3_12_site_packages_pygments_scanner_py", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/scanner.py", "source_location": "L1", "weight": 1.0}, {"source": "scanner_rationale_21", "target": "scanner_endoftext", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/scanner.py", "source_location": "L21", "weight": 1.0}, {"source": "scanner_rationale_28", "target": "scanner_scanner", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/scanner.py", "source_location": "L28", "weight": 1.0}, {"source": "scanner_rationale_36", "target": "scanner_scanner_init", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/scanner.py", "source_location": "L36", "weight": 1.0}, {"source": "scanner_rationale_50", "target": "scanner_scanner_eos", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/scanner.py", "source_location": "L50", "weight": 1.0}, {"source": "scanner_rationale_55", "target": "scanner_scanner_check", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/scanner.py", "source_location": "L55", "weight": 1.0}, {"source": "scanner_rationale_67", "target": "scanner_scanner_test", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/scanner.py", "source_location": "L67", "weight": 1.0}, {"source": "scanner_rationale_73", "target": "scanner_scanner_scan", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/scanner.py", "source_location": "L73", "weight": 1.0}, {"source": "scanner_rationale_96", "target": "scanner_scanner_get_char", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/scanner.py", "source_location": "L96", "weight": 1.0}], "raw_calls": [{"caller_nid": "scanner_scanner_init", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/scanner.py", "source_location": "L41"}, {"caller_nid": "scanner_scanner_check", "callee": "compile", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/scanner.py", "source_location": "L63"}, {"caller_nid": "scanner_scanner_check", "callee": "match", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/scanner.py", "source_location": "L64"}, {"caller_nid": "scanner_scanner_scan", "callee": "compile", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/scanner.py", "source_location": "L85"}, {"caller_nid": "scanner_scanner_scan", "callee": "match", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/scanner.py", "source_location": "L87"}, {"caller_nid": "scanner_scanner_scan", "callee": "start", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/scanner.py", "source_location": "L90"}, {"caller_nid": "scanner_scanner_scan", "callee": "end", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/scanner.py", "source_location": "L91"}, {"caller_nid": "scanner_scanner_scan", "callee": "group", "source_file": "backend/venv/lib/python3.12/site-packages/pygments/scanner.py", "source_location": "L92"}]}