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

1 line
12 KiB
JSON

{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_anyio_abc_subprocesses_py", "label": "_subprocesses.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/abc/_subprocesses.py", "source_location": "L1"}, {"id": "subprocesses_process", "label": "Process", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/abc/_subprocesses.py", "source_location": "L10"}, {"id": "asyncresource", "label": "AsyncResource", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "subprocesses_wait", "label": "wait()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/abc/_subprocesses.py", "source_location": "L14"}, {"id": "subprocesses_terminate", "label": "terminate()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/abc/_subprocesses.py", "source_location": "L22"}, {"id": "subprocesses_kill", "label": "kill()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/abc/_subprocesses.py", "source_location": "L33"}, {"id": "subprocesses_send_signal", "label": "send_signal()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/abc/_subprocesses.py", "source_location": "L44"}, {"id": "subprocesses_pid", "label": "pid()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/abc/_subprocesses.py", "source_location": "L55"}, {"id": "subprocesses_returncode", "label": "returncode()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/abc/_subprocesses.py", "source_location": "L60"}, {"id": "subprocesses_stdin", "label": "stdin()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/abc/_subprocesses.py", "source_location": "L68"}, {"id": "subprocesses_stdout", "label": "stdout()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/abc/_subprocesses.py", "source_location": "L73"}, {"id": "subprocesses_stderr", "label": "stderr()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/abc/_subprocesses.py", "source_location": "L78"}, {"id": "subprocesses_rationale_11", "label": "An asynchronous version of :class:`subprocess.Popen`.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/abc/_subprocesses.py", "source_location": "L11"}, {"id": "subprocesses_rationale_15", "label": "Wait until the process exits. :return: the exit code of the process", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/abc/_subprocesses.py", "source_location": "L15"}, {"id": "subprocesses_rationale_23", "label": "Terminates the process, gracefully if possible. On Windows, this calls", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/abc/_subprocesses.py", "source_location": "L23"}, {"id": "subprocesses_rationale_34", "label": "Kills the process. On Windows, this calls ``TerminateProcess()``.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/abc/_subprocesses.py", "source_location": "L34"}, {"id": "subprocesses_rationale_45", "label": "Send a signal to the subprocess. .. seealso:: :meth:`subprocess.Popen.s", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/abc/_subprocesses.py", "source_location": "L45"}, {"id": "subprocesses_rationale_56", "label": "The process ID of the process.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/abc/_subprocesses.py", "source_location": "L56"}, {"id": "subprocesses_rationale_61", "label": "The return code of the process. If the process has not yet terminated, this will", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/abc/_subprocesses.py", "source_location": "L61"}, {"id": "subprocesses_rationale_69", "label": "The stream for the standard input of the process.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/abc/_subprocesses.py", "source_location": "L69"}, {"id": "subprocesses_rationale_74", "label": "The stream for the standard output of the process.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/abc/_subprocesses.py", "source_location": "L74"}, {"id": "subprocesses_rationale_79", "label": "The stream for the standard error output of the process.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/abc/_subprocesses.py", "source_location": "L79"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_anyio_abc_subprocesses_py", "target": "abc", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/abc/_subprocesses.py", "source_location": "L3", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anyio_abc_subprocesses_py", "target": "signal", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/abc/_subprocesses.py", "source_location": "L4", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anyio_abc_subprocesses_py", "target": "backend_venv_lib_python3_12_site_packages_anyio_abc_resources_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/abc/_subprocesses.py", "source_location": "L6", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anyio_abc_subprocesses_py", "target": "backend_venv_lib_python3_12_site_packages_anyio_abc_streams_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/abc/_subprocesses.py", "source_location": "L7", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anyio_abc_subprocesses_py", "target": "subprocesses_process", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/abc/_subprocesses.py", "source_location": "L10", "weight": 1.0}, {"source": "subprocesses_process", "target": "asyncresource", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/abc/_subprocesses.py", "source_location": "L10", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anyio_abc_subprocesses_py", "target": "subprocesses_wait", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/abc/_subprocesses.py", "source_location": "L14", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anyio_abc_subprocesses_py", "target": "subprocesses_terminate", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/abc/_subprocesses.py", "source_location": "L22", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anyio_abc_subprocesses_py", "target": "subprocesses_kill", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/abc/_subprocesses.py", "source_location": "L33", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anyio_abc_subprocesses_py", "target": "subprocesses_send_signal", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/abc/_subprocesses.py", "source_location": "L44", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anyio_abc_subprocesses_py", "target": "subprocesses_pid", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/abc/_subprocesses.py", "source_location": "L55", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anyio_abc_subprocesses_py", "target": "subprocesses_returncode", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/abc/_subprocesses.py", "source_location": "L60", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anyio_abc_subprocesses_py", "target": "subprocesses_stdin", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/abc/_subprocesses.py", "source_location": "L68", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anyio_abc_subprocesses_py", "target": "subprocesses_stdout", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/abc/_subprocesses.py", "source_location": "L73", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_anyio_abc_subprocesses_py", "target": "subprocesses_stderr", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/abc/_subprocesses.py", "source_location": "L78", "weight": 1.0}, {"source": "subprocesses_rationale_11", "target": "subprocesses_process", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/abc/_subprocesses.py", "source_location": "L11", "weight": 1.0}, {"source": "subprocesses_rationale_15", "target": "subprocesses_process_wait", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/abc/_subprocesses.py", "source_location": "L15", "weight": 1.0}, {"source": "subprocesses_rationale_23", "target": "subprocesses_process_terminate", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/abc/_subprocesses.py", "source_location": "L23", "weight": 1.0}, {"source": "subprocesses_rationale_34", "target": "subprocesses_process_kill", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/abc/_subprocesses.py", "source_location": "L34", "weight": 1.0}, {"source": "subprocesses_rationale_45", "target": "subprocesses_process_send_signal", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/abc/_subprocesses.py", "source_location": "L45", "weight": 1.0}, {"source": "subprocesses_rationale_56", "target": "subprocesses_process_pid", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/abc/_subprocesses.py", "source_location": "L56", "weight": 1.0}, {"source": "subprocesses_rationale_61", "target": "subprocesses_process_returncode", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/abc/_subprocesses.py", "source_location": "L61", "weight": 1.0}, {"source": "subprocesses_rationale_69", "target": "subprocesses_process_stdin", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/abc/_subprocesses.py", "source_location": "L69", "weight": 1.0}, {"source": "subprocesses_rationale_74", "target": "subprocesses_process_stdout", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/abc/_subprocesses.py", "source_location": "L74", "weight": 1.0}, {"source": "subprocesses_rationale_79", "target": "subprocesses_process_stderr", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/anyio/abc/_subprocesses.py", "source_location": "L79", "weight": 1.0}], "raw_calls": []}