1 line
12 KiB
JSON
1 line
12 KiB
JSON
{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_setuptools_distutils_core_py", "label": "core.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/core.py", "source_location": "L1"}, {"id": "core_gen_usage", "label": "gen_usage()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/core.py", "source_location": "L43"}, {"id": "core_setup", "label": "setup()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/core.py", "source_location": "L97"}, {"id": "core_run_commands", "label": "run_commands()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/core.py", "source_location": "L194"}, {"id": "core_run_setup", "label": "run_setup()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/core.py", "source_location": "L221"}, {"id": "core_rationale_1", "label": "distutils.core The only module that needs to be imported to use the Distutils;", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/core.py", "source_location": "L1"}, {"id": "core_rationale_98", "label": "The gateway to the Distutils: do everything your setup script needs to do, i", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/core.py", "source_location": "L98"}, {"id": "core_rationale_195", "label": "Given a Distribution object run all the commands, raising ``SystemExit`` err", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/core.py", "source_location": "L195"}, {"id": "core_rationale_222", "label": "Run a setup script in a somewhat controlled environment, and return the Dist", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/core.py", "source_location": "L222"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_setuptools_distutils_core_py", "target": "os", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/core.py", "source_location": "L11", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_distutils_core_py", "target": "sys", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/core.py", "source_location": "L12", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_distutils_core_py", "target": "tokenize", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/core.py", "source_location": "L13", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_distutils_core_py", "target": "collections_abc", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/core.py", "source_location": "L14", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_distutils_core_py", "target": "backend_venv_lib_python3_12_site_packages_setuptools_distutils_cmd_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/core.py", "source_location": "L16", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_distutils_core_py", "target": "backend_venv_lib_python3_12_site_packages_setuptools_distutils_debug_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/core.py", "source_location": "L17", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_distutils_core_py", "target": "backend_venv_lib_python3_12_site_packages_setuptools_distutils_dist_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/core.py", "source_location": "L20", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_distutils_core_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/core.py", "source_location": "L21", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_distutils_core_py", "target": "backend_venv_lib_python3_12_site_packages_setuptools_distutils_extension_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/core.py", "source_location": "L27", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_distutils_core_py", "target": "core_gen_usage", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/core.py", "source_location": "L43", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_distutils_core_py", "target": "core_setup", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/core.py", "source_location": "L97", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_distutils_core_py", "target": "core_run_commands", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/core.py", "source_location": "L194", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_distutils_core_py", "target": "core_run_setup", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/core.py", "source_location": "L221", "weight": 1.0}, {"source": "core_setup", "target": "core_gen_usage", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/core.py", "source_location": "L175", "weight": 1.0}, {"source": "core_setup", "target": "core_run_commands", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/core.py", "source_location": "L186", "weight": 1.0}, {"source": "core_rationale_1", "target": "backend_venv_lib_python3_12_site_packages_setuptools_distutils_core_py", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/core.py", "source_location": "L1", "weight": 1.0}, {"source": "core_rationale_98", "target": "core_setup", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/core.py", "source_location": "L98", "weight": 1.0}, {"source": "core_rationale_195", "target": "core_run_commands", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/core.py", "source_location": "L195", "weight": 1.0}, {"source": "core_rationale_222", "target": "core_run_setup", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/core.py", "source_location": "L222", "weight": 1.0}], "raw_calls": [{"caller_nid": "core_gen_usage", "callee": "basename", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/core.py", "source_location": "L44"}, {"caller_nid": "core_gen_usage", "callee": "locals", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/core.py", "source_location": "L45"}, {"caller_nid": "core_setup", "callee": "get", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/core.py", "source_location": "L134"}, {"caller_nid": "core_setup", "callee": "pop", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/core.py", "source_location": "L136"}, {"caller_nid": "core_setup", "callee": "basename", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/core.py", "source_location": "L141"}, {"caller_nid": "core_setup", "callee": "klass", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/core.py", "source_location": "L148"}, {"caller_nid": "core_setup", "callee": "SystemExit", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/core.py", "source_location": "L151"}, {"caller_nid": "core_setup", "callee": "SystemExit", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/core.py", "source_location": "L153"}, {"caller_nid": "core_setup", "callee": "format", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/core.py", "source_location": "L153"}, {"caller_nid": "core_setup", "callee": "parse_config_files", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/core.py", "source_location": "L160"}, {"caller_nid": "core_setup", "callee": "print", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/core.py", "source_location": "L163"}, {"caller_nid": "core_setup", "callee": "dump_option_dicts", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/core.py", "source_location": "L164"}, {"caller_nid": "core_setup", "callee": "parse_command_line", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/core.py", "source_location": "L173"}, {"caller_nid": "core_setup", "callee": "SystemExit", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/core.py", "source_location": "L175"}, {"caller_nid": "core_setup", "callee": "print", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/core.py", "source_location": "L178"}, {"caller_nid": "core_setup", "callee": "dump_option_dicts", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/core.py", "source_location": "L179"}, {"caller_nid": "core_run_commands", "callee": "SystemExit", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/core.py", "source_location": "L204"}, {"caller_nid": "core_run_commands", "callee": "write", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/core.py", "source_location": "L207"}, {"caller_nid": "core_run_commands", "callee": "SystemExit", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/core.py", "source_location": "L210"}, {"caller_nid": "core_run_commands", "callee": "SystemExit", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/core.py", "source_location": "L216"}, {"caller_nid": "core_run_commands", "callee": "str", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/core.py", "source_location": "L216"}, {"caller_nid": "core_run_setup", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/core.py", "source_location": "L253"}, {"caller_nid": "core_run_setup", "callee": "copy", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/core.py", "source_location": "L258"}, {"caller_nid": "core_run_setup", "callee": "open", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/core.py", "source_location": "L266"}, {"caller_nid": "core_run_setup", "callee": "replace", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/core.py", "source_location": "L267"}, {"caller_nid": "core_run_setup", "callee": "read", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/core.py", "source_location": "L267"}, {"caller_nid": "core_run_setup", "callee": "exec", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/core.py", "source_location": "L268"}, {"caller_nid": "core_run_setup", "callee": "RuntimeError", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/core.py", "source_location": "L278"}]} |