Files
tfm_ainventory/graphify-out/cache/2edf8f4cdc1a8fcf5db47ca6ba134f147b33980cbb02ba01fa1609e37619e140.json

1 line
11 KiB
JSON

{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_setuptools_distutils_command_bdist_py", "label": "bdist.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/bdist.py", "source_location": "L1"}, {"id": "bdist_deprecated", "label": "deprecated()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/bdist.py", "source_location": "L21"}, {"id": "bdist_show_formats", "label": "show_formats()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/bdist.py", "source_location": "L25"}, {"id": "bdist_listcompat", "label": "ListCompat", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/bdist.py", "source_location": "L37"}, {"id": "bdist_append", "label": "append()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/bdist.py", "source_location": "L40"}, {"id": "bdist_bdist", "label": "bdist", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/bdist.py", "source_location": "L48"}, {"id": "command", "label": "Command", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "bdist_bdist_initialize_options", "label": ".initialize_options()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/bdist.py", "source_location": "L105"}, {"id": "bdist_bdist_finalize_options", "label": ".finalize_options()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/bdist.py", "source_location": "L114"}, {"id": "bdist_bdist_run", "label": ".run()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/bdist.py", "source_location": "L142"}, {"id": "bdist_rationale_1", "label": "distutils.command.bdist Implements the Distutils 'bdist' command (create a buil", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/bdist.py", "source_location": "L1"}, {"id": "bdist_rationale_26", "label": "Print list of available formats (arguments to \"--format\" option).", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/bdist.py", "source_location": "L26"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_setuptools_distutils_command_bdist_py", "target": "os", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/bdist.py", "source_location": "L8", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_distutils_command_bdist_py", "target": "warnings", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/bdist.py", "source_location": "L9", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_distutils_command_bdist_py", "target": "collections_abc", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/bdist.py", "source_location": "L10", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_distutils_command_bdist_py", "target": "typing", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/bdist.py", "source_location": "L11", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_distutils_command_bdist_py", "target": "backend_venv_lib_python3_12_site_packages_setuptools_distutils_core_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/bdist.py", "source_location": "L13", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_distutils_command_bdist_py", "target": "backend_venv_lib_python3_12_site_packages_setuptools_distutils_errors_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/bdist.py", "source_location": "L14", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_distutils_command_bdist_py", "target": "backend_venv_lib_python3_12_site_packages_setuptools_distutils_util_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/bdist.py", "source_location": "L15", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_distutils_command_bdist_py", "target": "typing_extensions", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/bdist.py", "source_location": "L18", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_distutils_command_bdist_py", "target": "bdist_deprecated", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/bdist.py", "source_location": "L21", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_distutils_command_bdist_py", "target": "bdist_show_formats", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/bdist.py", "source_location": "L25", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_distutils_command_bdist_py", "target": "bdist_listcompat", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/bdist.py", "source_location": "L37", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_distutils_command_bdist_py", "target": "bdist_append", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/bdist.py", "source_location": "L40", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_distutils_command_bdist_py", "target": "bdist_bdist", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/bdist.py", "source_location": "L48", "weight": 1.0}, {"source": "bdist_bdist", "target": "command", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/bdist.py", "source_location": "L48", "weight": 1.0}, {"source": "bdist_bdist", "target": "bdist_bdist_initialize_options", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/bdist.py", "source_location": "L105", "weight": 1.0}, {"source": "bdist_bdist", "target": "bdist_bdist_finalize_options", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/bdist.py", "source_location": "L114", "weight": 1.0}, {"source": "bdist_bdist", "target": "bdist_bdist_run", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/bdist.py", "source_location": "L142", "weight": 1.0}, {"source": "bdist_bdist_run", "target": "bdist_append", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/bdist.py", "source_location": "L147", "weight": 1.0}, {"source": "bdist_rationale_1", "target": "backend_venv_lib_python3_12_site_packages_setuptools_distutils_command_bdist_py", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/bdist.py", "source_location": "L1", "weight": 1.0}, {"source": "bdist_rationale_26", "target": "bdist_show_formats", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/bdist.py", "source_location": "L26", "weight": 1.0}], "raw_calls": [{"caller_nid": "bdist_show_formats", "callee": "FancyGetopt", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/bdist.py", "source_location": "L33"}, {"caller_nid": "bdist_show_formats", "callee": "print_help", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/bdist.py", "source_location": "L34"}, {"caller_nid": "bdist_append", "callee": "warn", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/bdist.py", "source_location": "L41"}, {"caller_nid": "bdist_bdist_finalize_options", "callee": "get_platform", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/bdist.py", "source_location": "L118"}, {"caller_nid": "bdist_bdist_finalize_options", "callee": "get_finalized_command", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/bdist.py", "source_location": "L120"}, {"caller_nid": "bdist_bdist_finalize_options", "callee": "get_finalized_command", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/bdist.py", "source_location": "L126"}, {"caller_nid": "bdist_bdist_finalize_options", "callee": "join", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/bdist.py", "source_location": "L127"}, {"caller_nid": "bdist_bdist_finalize_options", "callee": "ensure_string_list", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/bdist.py", "source_location": "L129"}, {"caller_nid": "bdist_bdist_finalize_options", "callee": "DistutilsPlatformError", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/bdist.py", "source_location": "L134"}, {"caller_nid": "bdist_bdist_run", "callee": "DistutilsOptionError", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/bdist.py", "source_location": "L149"}, {"caller_nid": "bdist_bdist_run", "callee": "range", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/bdist.py", "source_location": "L152"}, {"caller_nid": "bdist_bdist_run", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/bdist.py", "source_location": "L152"}, {"caller_nid": "bdist_bdist_run", "callee": "reinitialize_command", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/bdist.py", "source_location": "L154"}, {"caller_nid": "bdist_bdist_run", "callee": "run_command", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/bdist.py", "source_location": "L167"}]}