Files
tfm_ainventory/graphify-out/cache/55103b5491b5db59fb4e0985722569288fd962230272ea1d0f6a13679db0140f.json

1 line
13 KiB
JSON

{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_yaml_reader_py", "label": "reader.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/yaml/reader.py", "source_location": "L1"}, {"id": "reader_readererror", "label": "ReaderError", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/yaml/reader.py", "source_location": "L24"}, {"id": "yamlerror", "label": "YAMLError", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "reader_readererror_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/yaml/reader.py", "source_location": "L26"}, {"id": "reader_readererror_str", "label": ".__str__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/yaml/reader.py", "source_location": "L33"}, {"id": "reader_reader", "label": "Reader", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/yaml/reader.py", "source_location": "L45"}, {"id": "object", "label": "object", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "reader_reader_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/yaml/reader.py", "source_location": "L59"}, {"id": "reader_reader_peek", "label": ".peek()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/yaml/reader.py", "source_location": "L87"}, {"id": "reader_reader_prefix", "label": ".prefix()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/yaml/reader.py", "source_location": "L94"}, {"id": "reader_reader_forward", "label": ".forward()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/yaml/reader.py", "source_location": "L99"}, {"id": "reader_reader_get_mark", "label": ".get_mark()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/yaml/reader.py", "source_location": "L114"}, {"id": "reader_reader_determine_encoding", "label": ".determine_encoding()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/yaml/reader.py", "source_location": "L122"}, {"id": "reader_reader_check_printable", "label": ".check_printable()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/yaml/reader.py", "source_location": "L138"}, {"id": "reader_reader_update", "label": ".update()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/yaml/reader.py", "source_location": "L146"}, {"id": "reader_reader_update_raw", "label": ".update_raw()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/yaml/reader.py", "source_location": "L177"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_yaml_reader_py", "target": "backend_venv_lib_python3_12_site_packages_yaml_error_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/yaml/reader.py", "source_location": "L20", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_yaml_reader_py", "target": "codecs", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/yaml/reader.py", "source_location": "L22", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_yaml_reader_py", "target": "re", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/yaml/reader.py", "source_location": "L22", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_yaml_reader_py", "target": "reader_readererror", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/yaml/reader.py", "source_location": "L24", "weight": 1.0}, {"source": "reader_readererror", "target": "yamlerror", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/yaml/reader.py", "source_location": "L24", "weight": 1.0}, {"source": "reader_readererror", "target": "reader_readererror_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/yaml/reader.py", "source_location": "L26", "weight": 1.0}, {"source": "reader_readererror", "target": "reader_readererror_str", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/yaml/reader.py", "source_location": "L33", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_yaml_reader_py", "target": "reader_reader", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/yaml/reader.py", "source_location": "L45", "weight": 1.0}, {"source": "reader_reader", "target": "object", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/yaml/reader.py", "source_location": "L45", "weight": 1.0}, {"source": "reader_reader", "target": "reader_reader_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/yaml/reader.py", "source_location": "L59", "weight": 1.0}, {"source": "reader_reader", "target": "reader_reader_peek", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/yaml/reader.py", "source_location": "L87", "weight": 1.0}, {"source": "reader_reader", "target": "reader_reader_prefix", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/yaml/reader.py", "source_location": "L94", "weight": 1.0}, {"source": "reader_reader", "target": "reader_reader_forward", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/yaml/reader.py", "source_location": "L99", "weight": 1.0}, {"source": "reader_reader", "target": "reader_reader_get_mark", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/yaml/reader.py", "source_location": "L114", "weight": 1.0}, {"source": "reader_reader", "target": "reader_reader_determine_encoding", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/yaml/reader.py", "source_location": "L122", "weight": 1.0}, {"source": "reader_reader", "target": "reader_reader_check_printable", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/yaml/reader.py", "source_location": "L138", "weight": 1.0}, {"source": "reader_reader", "target": "reader_reader_update", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/yaml/reader.py", "source_location": "L146", "weight": 1.0}, {"source": "reader_reader", "target": "reader_reader_update_raw", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/yaml/reader.py", "source_location": "L177", "weight": 1.0}, {"source": "reader_reader_init", "target": "reader_reader_check_printable", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/yaml/reader.py", "source_location": "L74", "weight": 1.0}, {"source": "reader_reader_init", "target": "reader_reader_determine_encoding", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/yaml/reader.py", "source_location": "L79", "weight": 1.0}, {"source": "reader_reader_peek", "target": "reader_reader_update", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/yaml/reader.py", "source_location": "L91", "weight": 1.0}, {"source": "reader_reader_prefix", "target": "reader_reader_update", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/yaml/reader.py", "source_location": "L96", "weight": 1.0}, {"source": "reader_reader_forward", "target": "reader_reader_update", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/yaml/reader.py", "source_location": "L101", "weight": 1.0}, {"source": "reader_reader_determine_encoding", "target": "reader_reader_update_raw", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/yaml/reader.py", "source_location": "L124", "weight": 1.0}, {"source": "reader_reader_determine_encoding", "target": "reader_reader_update", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/yaml/reader.py", "source_location": "L135", "weight": 1.0}, {"source": "reader_reader_check_printable", "target": "reader_readererror", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/yaml/reader.py", "source_location": "L143", "weight": 1.0}, {"source": "reader_reader_update", "target": "reader_reader_update_raw", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/yaml/reader.py", "source_location": "L153", "weight": 1.0}, {"source": "reader_reader_update", "target": "reader_readererror", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/yaml/reader.py", "source_location": "L164", "weight": 1.0}, {"source": "reader_reader_update", "target": "reader_reader_check_printable", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/yaml/reader.py", "source_location": "L169", "weight": 1.0}], "raw_calls": [{"caller_nid": "reader_readererror_str", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/yaml/reader.py", "source_location": "L34"}, {"caller_nid": "reader_readererror_str", "callee": "ord", "source_file": "backend/venv/lib/python3.12/site-packages/yaml/reader.py", "source_location": "L37"}, {"caller_nid": "reader_reader_init", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/yaml/reader.py", "source_location": "L72"}, {"caller_nid": "reader_reader_init", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/yaml/reader.py", "source_location": "L76"}, {"caller_nid": "reader_reader_init", "callee": "getattr", "source_file": "backend/venv/lib/python3.12/site-packages/yaml/reader.py", "source_location": "L82"}, {"caller_nid": "reader_reader_prefix", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/yaml/reader.py", "source_location": "L95"}, {"caller_nid": "reader_reader_forward", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/yaml/reader.py", "source_location": "L100"}, {"caller_nid": "reader_reader_get_mark", "callee": "Mark", "source_file": "backend/venv/lib/python3.12/site-packages/yaml/reader.py", "source_location": "L116"}, {"caller_nid": "reader_reader_get_mark", "callee": "Mark", "source_file": "backend/venv/lib/python3.12/site-packages/yaml/reader.py", "source_location": "L119"}, {"caller_nid": "reader_reader_determine_encoding", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/yaml/reader.py", "source_location": "L123"}, {"caller_nid": "reader_reader_determine_encoding", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/yaml/reader.py", "source_location": "L125"}, {"caller_nid": "reader_reader_determine_encoding", "callee": "startswith", "source_file": "backend/venv/lib/python3.12/site-packages/yaml/reader.py", "source_location": "L126"}, {"caller_nid": "reader_reader_determine_encoding", "callee": "startswith", "source_file": "backend/venv/lib/python3.12/site-packages/yaml/reader.py", "source_location": "L129"}, {"caller_nid": "reader_reader_check_printable", "callee": "search", "source_file": "backend/venv/lib/python3.12/site-packages/yaml/reader.py", "source_location": "L139"}, {"caller_nid": "reader_reader_check_printable", "callee": "group", "source_file": "backend/venv/lib/python3.12/site-packages/yaml/reader.py", "source_location": "L141"}, {"caller_nid": "reader_reader_check_printable", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/yaml/reader.py", "source_location": "L142"}, {"caller_nid": "reader_reader_check_printable", "callee": "start", "source_file": "backend/venv/lib/python3.12/site-packages/yaml/reader.py", "source_location": "L142"}, {"caller_nid": "reader_reader_check_printable", "callee": "ord", "source_file": "backend/venv/lib/python3.12/site-packages/yaml/reader.py", "source_location": "L143"}, {"caller_nid": "reader_reader_update", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/yaml/reader.py", "source_location": "L151"}, {"caller_nid": "reader_reader_update", "callee": "raw_decode", "source_file": "backend/venv/lib/python3.12/site-packages/yaml/reader.py", "source_location": "L156"}, {"caller_nid": "reader_reader_update", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/yaml/reader.py", "source_location": "L161"}, {"caller_nid": "reader_reader_update", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/yaml/reader.py", "source_location": "L168"}, {"caller_nid": "reader_reader_update_raw", "callee": "read", "source_file": "backend/venv/lib/python3.12/site-packages/yaml/reader.py", "source_location": "L178"}, {"caller_nid": "reader_reader_update_raw", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/yaml/reader.py", "source_location": "L183"}]}