Files
tfm_ainventory/graphify-out/cache/4776b3c690ed1e0ea4c31b1759263712afbefe6619459e25b71adb19234b37ec.json

1 line
10 KiB
JSON

{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_iniconfig_parse_py", "label": "_parse.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/iniconfig/_parse.py", "source_location": "L1"}, {"id": "parse_parsedline", "label": "ParsedLine", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/iniconfig/_parse.py", "source_location": "L9"}, {"id": "namedtuple", "label": "NamedTuple", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "parse_parse_ini_data", "label": "parse_ini_data()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/iniconfig/_parse.py", "source_location": "L16"}, {"id": "parse_parse_lines", "label": "parse_lines()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/iniconfig/_parse.py", "source_location": "L64"}, {"id": "parse_parseline", "label": "_parseline()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/iniconfig/_parse.py", "source_location": "L102"}, {"id": "parse_iscommentline", "label": "iscommentline()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/iniconfig/_parse.py", "source_location": "L161"}, {"id": "parse_rationale_23", "label": "Parse INI data and return sections and sources mappings. Args: path", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/iniconfig/_parse.py", "source_location": "L23"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_iniconfig_parse_py", "target": "collections_abc", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/iniconfig/_parse.py", "source_location": "L1", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_iniconfig_parse_py", "target": "typing", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/iniconfig/_parse.py", "source_location": "L2", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_iniconfig_parse_py", "target": "backend_venv_lib_python3_12_site_packages_iniconfig_exceptions_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/iniconfig/_parse.py", "source_location": "L4", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_iniconfig_parse_py", "target": "parse_parsedline", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/iniconfig/_parse.py", "source_location": "L9", "weight": 1.0}, {"source": "parse_parsedline", "target": "namedtuple", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/iniconfig/_parse.py", "source_location": "L9", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_iniconfig_parse_py", "target": "parse_parse_ini_data", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/iniconfig/_parse.py", "source_location": "L16", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_iniconfig_parse_py", "target": "parse_parse_lines", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/iniconfig/_parse.py", "source_location": "L64", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_iniconfig_parse_py", "target": "parse_parseline", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/iniconfig/_parse.py", "source_location": "L102", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_iniconfig_parse_py", "target": "parse_iscommentline", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/iniconfig/_parse.py", "source_location": "L161", "weight": 1.0}, {"source": "parse_parse_ini_data", "target": "parse_parse_lines", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/iniconfig/_parse.py", "source_location": "L37", "weight": 1.0}, {"source": "parse_parse_lines", "target": "parse_parseline", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/iniconfig/_parse.py", "source_location": "L74", "weight": 1.0}, {"source": "parse_parse_lines", "target": "parse_parsedline", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/iniconfig/_parse.py", "source_location": "L79", "weight": 1.0}, {"source": "parse_parseline", "target": "parse_iscommentline", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/iniconfig/_parse.py", "source_location": "L110", "weight": 1.0}, {"source": "parse_rationale_23", "target": "parse_parse_ini_data", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/iniconfig/_parse.py", "source_location": "L23", "weight": 1.0}], "raw_calls": [{"caller_nid": "parse_parse_ini_data", "callee": "splitlines", "source_file": "backend/venv/lib/python3.12/site-packages/iniconfig/_parse.py", "source_location": "L39"}, {"caller_nid": "parse_parse_ini_data", "callee": "ParseError", "source_file": "backend/venv/lib/python3.12/site-packages/iniconfig/_parse.py", "source_location": "L49"}, {"caller_nid": "parse_parse_ini_data", "callee": "ParseError", "source_file": "backend/venv/lib/python3.12/site-packages/iniconfig/_parse.py", "source_location": "L53"}, {"caller_nid": "parse_parse_ini_data", "callee": "ParseError", "source_file": "backend/venv/lib/python3.12/site-packages/iniconfig/_parse.py", "source_location": "L57"}, {"caller_nid": "parse_parse_lines", "callee": "enumerate", "source_file": "backend/venv/lib/python3.12/site-packages/iniconfig/_parse.py", "source_location": "L73"}, {"caller_nid": "parse_parse_lines", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/iniconfig/_parse.py", "source_location": "L79"}, {"caller_nid": "parse_parse_lines", "callee": "ParseError", "source_file": "backend/venv/lib/python3.12/site-packages/iniconfig/_parse.py", "source_location": "L83"}, {"caller_nid": "parse_parse_lines", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/iniconfig/_parse.py", "source_location": "L85"}, {"caller_nid": "parse_parse_lines", "callee": "ParseError", "source_file": "backend/venv/lib/python3.12/site-packages/iniconfig/_parse.py", "source_location": "L89"}, {"caller_nid": "parse_parse_lines", "callee": "pop", "source_file": "backend/venv/lib/python3.12/site-packages/iniconfig/_parse.py", "source_location": "L90"}, {"caller_nid": "parse_parse_lines", "callee": "ParseError", "source_file": "backend/venv/lib/python3.12/site-packages/iniconfig/_parse.py", "source_location": "L92"}, {"caller_nid": "parse_parse_lines", "callee": "_replace", "source_file": "backend/venv/lib/python3.12/site-packages/iniconfig/_parse.py", "source_location": "L95"}, {"caller_nid": "parse_parse_lines", "callee": "_replace", "source_file": "backend/venv/lib/python3.12/site-packages/iniconfig/_parse.py", "source_location": "L97"}, {"caller_nid": "parse_parse_lines", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/iniconfig/_parse.py", "source_location": "L98"}, {"caller_nid": "parse_parseline", "callee": "rstrip", "source_file": "backend/venv/lib/python3.12/site-packages/iniconfig/_parse.py", "source_location": "L113"}, {"caller_nid": "parse_parseline", "callee": "rstrip", "source_file": "backend/venv/lib/python3.12/site-packages/iniconfig/_parse.py", "source_location": "L120"}, {"caller_nid": "parse_parseline", "callee": "split", "source_file": "backend/venv/lib/python3.12/site-packages/iniconfig/_parse.py", "source_location": "L120"}, {"caller_nid": "parse_parseline", "callee": "strip", "source_file": "backend/venv/lib/python3.12/site-packages/iniconfig/_parse.py", "source_location": "L125"}, {"caller_nid": "parse_parseline", "callee": "strip", "source_file": "backend/venv/lib/python3.12/site-packages/iniconfig/_parse.py", "source_location": "L127"}, {"caller_nid": "parse_parseline", "callee": "isspace", "source_file": "backend/venv/lib/python3.12/site-packages/iniconfig/_parse.py", "source_location": "L129"}, {"caller_nid": "parse_parseline", "callee": "split", "source_file": "backend/venv/lib/python3.12/site-packages/iniconfig/_parse.py", "source_location": "L131"}, {"caller_nid": "parse_parseline", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/iniconfig/_parse.py", "source_location": "L133"}, {"caller_nid": "parse_parseline", "callee": "split", "source_file": "backend/venv/lib/python3.12/site-packages/iniconfig/_parse.py", "source_location": "L136"}, {"caller_nid": "parse_parseline", "callee": "ParseError", "source_file": "backend/venv/lib/python3.12/site-packages/iniconfig/_parse.py", "source_location": "L138"}, {"caller_nid": "parse_parseline", "callee": "strip", "source_file": "backend/venv/lib/python3.12/site-packages/iniconfig/_parse.py", "source_location": "L141"}, {"caller_nid": "parse_parseline", "callee": "strip", "source_file": "backend/venv/lib/python3.12/site-packages/iniconfig/_parse.py", "source_location": "L144"}, {"caller_nid": "parse_parseline", "callee": "rstrip", "source_file": "backend/venv/lib/python3.12/site-packages/iniconfig/_parse.py", "source_location": "L148"}, {"caller_nid": "parse_parseline", "callee": "split", "source_file": "backend/venv/lib/python3.12/site-packages/iniconfig/_parse.py", "source_location": "L148"}, {"caller_nid": "parse_parseline", "callee": "strip", "source_file": "backend/venv/lib/python3.12/site-packages/iniconfig/_parse.py", "source_location": "L153"}, {"caller_nid": "parse_parseline", "callee": "rstrip", "source_file": "backend/venv/lib/python3.12/site-packages/iniconfig/_parse.py", "source_location": "L157"}, {"caller_nid": "parse_parseline", "callee": "split", "source_file": "backend/venv/lib/python3.12/site-packages/iniconfig/_parse.py", "source_location": "L157"}, {"caller_nid": "parse_iscommentline", "callee": "lstrip", "source_file": "backend/venv/lib/python3.12/site-packages/iniconfig/_parse.py", "source_location": "L162"}]}