Files
tfm_ainventory/graphify-out/cache/66a4bca303cb7a917ca0c7177428cb5dcf0c545f8901532f35ffab5ee51272de.json

1 line
7.6 KiB
JSON

{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_rsa_pem_py", "label": "pem.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/rsa/pem.py", "source_location": "L1"}, {"id": "pem_markers", "label": "_markers()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/rsa/pem.py", "source_location": "L24"}, {"id": "pem_pem_lines", "label": "_pem_lines()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/rsa/pem.py", "source_location": "L38"}, {"id": "pem_load_pem", "label": "load_pem()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/rsa/pem.py", "source_location": "L83"}, {"id": "pem_save_pem", "label": "save_pem()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/rsa/pem.py", "source_location": "L110"}, {"id": "pem_rationale_25", "label": "Returns the start and end PEM markers, as bytes.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/rsa/pem.py", "source_location": "L25"}, {"id": "pem_rationale_39", "label": "Generator over PEM lines between pem_start and pem_end.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/rsa/pem.py", "source_location": "L39"}, {"id": "pem_rationale_84", "label": "Loads a PEM file. :param contents: the contents of the file to interpret", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/rsa/pem.py", "source_location": "L84"}, {"id": "pem_rationale_111", "label": "Saves a PEM file. :param contents: the contents to encode in PEM format", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/rsa/pem.py", "source_location": "L111"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_rsa_pem_py", "target": "base64", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/rsa/pem.py", "source_location": "L17", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_rsa_pem_py", "target": "typing", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/rsa/pem.py", "source_location": "L18", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_rsa_pem_py", "target": "pem_markers", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/rsa/pem.py", "source_location": "L24", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_rsa_pem_py", "target": "pem_pem_lines", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/rsa/pem.py", "source_location": "L38", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_rsa_pem_py", "target": "pem_load_pem", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/rsa/pem.py", "source_location": "L83", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_rsa_pem_py", "target": "pem_save_pem", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/rsa/pem.py", "source_location": "L110", "weight": 1.0}, {"source": "pem_load_pem", "target": "pem_markers", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/rsa/pem.py", "source_location": "L102", "weight": 1.0}, {"source": "pem_load_pem", "target": "pem_pem_lines", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/rsa/pem.py", "source_location": "L103", "weight": 1.0}, {"source": "pem_save_pem", "target": "pem_markers", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/rsa/pem.py", "source_location": "L122", "weight": 1.0}, {"source": "pem_rationale_25", "target": "pem_markers", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/rsa/pem.py", "source_location": "L25", "weight": 1.0}, {"source": "pem_rationale_39", "target": "pem_pem_lines", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/rsa/pem.py", "source_location": "L39", "weight": 1.0}, {"source": "pem_rationale_84", "target": "pem_load_pem", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/rsa/pem.py", "source_location": "L84", "weight": 1.0}, {"source": "pem_rationale_111", "target": "pem_save_pem", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/rsa/pem.py", "source_location": "L111", "weight": 1.0}], "raw_calls": [{"caller_nid": "pem_markers", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/rsa/pem.py", "source_location": "L29"}, {"caller_nid": "pem_markers", "callee": "encode", "source_file": "backend/venv/lib/python3.12/site-packages/rsa/pem.py", "source_location": "L30"}, {"caller_nid": "pem_pem_lines", "callee": "splitlines", "source_file": "backend/venv/lib/python3.12/site-packages/rsa/pem.py", "source_location": "L44"}, {"caller_nid": "pem_pem_lines", "callee": "strip", "source_file": "backend/venv/lib/python3.12/site-packages/rsa/pem.py", "source_location": "L45"}, {"caller_nid": "pem_pem_lines", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/rsa/pem.py", "source_location": "L54"}, {"caller_nid": "pem_pem_lines", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/rsa/pem.py", "source_location": "L77"}, {"caller_nid": "pem_pem_lines", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/rsa/pem.py", "source_location": "L80"}, {"caller_nid": "pem_load_pem", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/rsa/pem.py", "source_location": "L99"}, {"caller_nid": "pem_load_pem", "callee": "encode", "source_file": "backend/venv/lib/python3.12/site-packages/rsa/pem.py", "source_location": "L100"}, {"caller_nid": "pem_load_pem", "callee": "join", "source_file": "backend/venv/lib/python3.12/site-packages/rsa/pem.py", "source_location": "L106"}, {"caller_nid": "pem_load_pem", "callee": "standard_b64decode", "source_file": "backend/venv/lib/python3.12/site-packages/rsa/pem.py", "source_location": "L107"}, {"caller_nid": "pem_save_pem", "callee": "replace", "source_file": "backend/venv/lib/python3.12/site-packages/rsa/pem.py", "source_location": "L124"}, {"caller_nid": "pem_save_pem", "callee": "standard_b64encode", "source_file": "backend/venv/lib/python3.12/site-packages/rsa/pem.py", "source_location": "L124"}, {"caller_nid": "pem_save_pem", "callee": "range", "source_file": "backend/venv/lib/python3.12/site-packages/rsa/pem.py", "source_location": "L127"}, {"caller_nid": "pem_save_pem", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/rsa/pem.py", "source_location": "L127"}, {"caller_nid": "pem_save_pem", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/rsa/pem.py", "source_location": "L129"}, {"caller_nid": "pem_save_pem", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/rsa/pem.py", "source_location": "L131"}, {"caller_nid": "pem_save_pem", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/rsa/pem.py", "source_location": "L132"}, {"caller_nid": "pem_save_pem", "callee": "join", "source_file": "backend/venv/lib/python3.12/site-packages/rsa/pem.py", "source_location": "L134"}]}