1 line
8.9 KiB
JSON
1 line
8.9 KiB
JSON
{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_setuptools_command_build_py", "label": "build.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/command/build.py", "source_location": "L1"}, {"id": "build_build", "label": "build", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/command/build.py", "source_location": "L12"}, {"id": "build_subcommand", "label": "SubCommand", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/command/build.py", "source_location": "L19"}, {"id": "protocol", "label": "Protocol", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "build_subcommand_initialize_options", "label": ".initialize_options()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/command/build.py", "source_location": "L88"}, {"id": "build_subcommand_finalize_options", "label": ".finalize_options()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/command/build.py", "source_location": "L92"}, {"id": "build_subcommand_run", "label": ".run()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/command/build.py", "source_location": "L96"}, {"id": "build_subcommand_get_source_files", "label": ".get_source_files()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/command/build.py", "source_location": "L100"}, {"id": "build_subcommand_get_outputs", "label": ".get_outputs()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/command/build.py", "source_location": "L112"}, {"id": "build_subcommand_get_output_mapping", "label": ".get_output_mapping()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/command/build.py", "source_location": "L126"}, {"id": "build_rationale_20", "label": "In order to support editable installations (see :pep:`660`) all build subcom", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/command/build.py", "source_location": "L20"}, {"id": "build_rationale_89", "label": "(Required by the original :class:`setuptools.Command` interface)", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/command/build.py", "source_location": "L89"}, {"id": "build_rationale_93", "label": "(Required by the original :class:`setuptools.Command` interface)", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/command/build.py", "source_location": "L93"}, {"id": "build_rationale_97", "label": "(Required by the original :class:`setuptools.Command` interface)", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/command/build.py", "source_location": "L97"}, {"id": "build_rationale_101", "label": "Return a list of all files that are used by the command to create the expected", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/command/build.py", "source_location": "L101"}, {"id": "build_rationale_113", "label": "Return a list of files intended for distribution as they would have been", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/command/build.py", "source_location": "L113"}, {"id": "build_rationale_127", "label": "Return a mapping between destination files as they would be produced by the", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/command/build.py", "source_location": "L127"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_setuptools_command_build_py", "target": "typing", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/command/build.py", "source_location": "L3", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_command_build_py", "target": "backend_venv_lib_python3_12_site_packages_setuptools_dist_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/command/build.py", "source_location": "L5", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_command_build_py", "target": "distutils_command_build", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/command/build.py", "source_location": "L7", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_command_build_py", "target": "build_build", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/command/build.py", "source_location": "L12", "weight": 1.0}, {"source": "build_build", "target": "build_build", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/command/build.py", "source_location": "L12", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_command_build_py", "target": "build_subcommand", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/command/build.py", "source_location": "L19", "weight": 1.0}, {"source": "build_subcommand", "target": "protocol", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/command/build.py", "source_location": "L19", "weight": 1.0}, {"source": "build_subcommand", "target": "build_subcommand_initialize_options", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/command/build.py", "source_location": "L88", "weight": 1.0}, {"source": "build_subcommand", "target": "build_subcommand_finalize_options", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/command/build.py", "source_location": "L92", "weight": 1.0}, {"source": "build_subcommand", "target": "build_subcommand_run", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/command/build.py", "source_location": "L96", "weight": 1.0}, {"source": "build_subcommand", "target": "build_subcommand_get_source_files", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/command/build.py", "source_location": "L100", "weight": 1.0}, {"source": "build_subcommand", "target": "build_subcommand_get_outputs", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/command/build.py", "source_location": "L112", "weight": 1.0}, {"source": "build_subcommand", "target": "build_subcommand_get_output_mapping", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/command/build.py", "source_location": "L126", "weight": 1.0}, {"source": "build_rationale_20", "target": "build_subcommand", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/command/build.py", "source_location": "L20", "weight": 1.0}, {"source": "build_rationale_89", "target": "build_subcommand_initialize_options", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/command/build.py", "source_location": "L89", "weight": 1.0}, {"source": "build_rationale_93", "target": "build_subcommand_finalize_options", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/command/build.py", "source_location": "L93", "weight": 1.0}, {"source": "build_rationale_97", "target": "build_subcommand_run", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/command/build.py", "source_location": "L97", "weight": 1.0}, {"source": "build_rationale_101", "target": "build_subcommand_get_source_files", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/command/build.py", "source_location": "L101", "weight": 1.0}, {"source": "build_rationale_113", "target": "build_subcommand_get_outputs", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/command/build.py", "source_location": "L113", "weight": 1.0}, {"source": "build_rationale_127", "target": "build_subcommand_get_output_mapping", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/command/build.py", "source_location": "L127", "weight": 1.0}], "raw_calls": []} |