1 line
19 KiB
JSON
1 line
19 KiB
JSON
{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_setuptools_distutils_command_install_lib_py", "label": "install_lib.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/install_lib.py", "source_location": "L1"}, {"id": "install_lib_install_lib", "label": "install_lib", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/install_lib.py", "source_location": "L20"}, {"id": "command", "label": "Command", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "install_lib_install_lib_initialize_options", "label": ".initialize_options()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/install_lib.py", "source_location": "L56"}, {"id": "install_lib_install_lib_finalize_options", "label": ".finalize_options()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/install_lib.py", "source_location": "L65"}, {"id": "install_lib_install_lib_run", "label": ".run()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/install_lib.py", "source_location": "L92"}, {"id": "install_lib_install_lib_build", "label": ".build()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/install_lib.py", "source_location": "L108"}, {"id": "install_lib_install_lib_install", "label": ".install()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/install_lib.py", "source_location": "L116"}, {"id": "install_lib_install_lib_byte_compile", "label": ".byte_compile()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/install_lib.py", "source_location": "L126"}, {"id": "install_lib_install_lib_mutate_outputs", "label": "._mutate_outputs()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/install_lib.py", "source_location": "L157"}, {"id": "install_lib_install_lib_bytecode_filenames", "label": "._bytecode_filenames()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/install_lib.py", "source_location": "L170"}, {"id": "install_lib_install_lib_get_outputs", "label": ".get_outputs()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/install_lib.py", "source_location": "L195"}, {"id": "install_lib_install_lib_get_inputs", "label": ".get_inputs()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/install_lib.py", "source_location": "L220"}, {"id": "install_lib_rationale_1", "label": "distutils.command.install_lib Implements the Distutils 'install_lib' command (i", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/install_lib.py", "source_location": "L1"}, {"id": "install_lib_rationale_196", "label": "Return the list of files that would be installed if this command were ac", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/install_lib.py", "source_location": "L196"}, {"id": "install_lib_rationale_221", "label": "Get the list of files that are input to this command, ie. the files that", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/install_lib.py", "source_location": "L221"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_setuptools_distutils_command_install_lib_py", "target": "importlib_util", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/install_lib.py", "source_location": "L8", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_distutils_command_install_lib_py", "target": "os", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/install_lib.py", "source_location": "L9", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_distutils_command_install_lib_py", "target": "sys", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/install_lib.py", "source_location": "L10", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_distutils_command_install_lib_py", "target": "typing", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/install_lib.py", "source_location": "L11", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_distutils_command_install_lib_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/install_lib.py", "source_location": "L13", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_distutils_command_install_lib_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/install_lib.py", "source_location": "L14", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_distutils_command_install_lib_py", "target": "install_lib_install_lib", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/install_lib.py", "source_location": "L20", "weight": 1.0}, {"source": "install_lib_install_lib", "target": "command", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/install_lib.py", "source_location": "L20", "weight": 1.0}, {"source": "install_lib_install_lib", "target": "install_lib_install_lib_initialize_options", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/install_lib.py", "source_location": "L56", "weight": 1.0}, {"source": "install_lib_install_lib", "target": "install_lib_install_lib_finalize_options", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/install_lib.py", "source_location": "L65", "weight": 1.0}, {"source": "install_lib_install_lib", "target": "install_lib_install_lib_run", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/install_lib.py", "source_location": "L92", "weight": 1.0}, {"source": "install_lib_install_lib", "target": "install_lib_install_lib_build", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/install_lib.py", "source_location": "L108", "weight": 1.0}, {"source": "install_lib_install_lib", "target": "install_lib_install_lib_install", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/install_lib.py", "source_location": "L116", "weight": 1.0}, {"source": "install_lib_install_lib", "target": "install_lib_install_lib_byte_compile", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/install_lib.py", "source_location": "L126", "weight": 1.0}, {"source": "install_lib_install_lib", "target": "install_lib_install_lib_mutate_outputs", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/install_lib.py", "source_location": "L157", "weight": 1.0}, {"source": "install_lib_install_lib", "target": "install_lib_install_lib_bytecode_filenames", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/install_lib.py", "source_location": "L170", "weight": 1.0}, {"source": "install_lib_install_lib", "target": "install_lib_install_lib_get_outputs", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/install_lib.py", "source_location": "L195", "weight": 1.0}, {"source": "install_lib_install_lib", "target": "install_lib_install_lib_get_inputs", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/install_lib.py", "source_location": "L220", "weight": 1.0}, {"source": "install_lib_install_lib_run", "target": "install_lib_install_lib_build", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/install_lib.py", "source_location": "L94", "weight": 1.0}, {"source": "install_lib_install_lib_run", "target": "install_lib_install_lib_install", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/install_lib.py", "source_location": "L99", "weight": 1.0}, {"source": "install_lib_install_lib_run", "target": "install_lib_install_lib_byte_compile", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/install_lib.py", "source_location": "L103", "weight": 1.0}, {"source": "install_lib_install_lib_mutate_outputs", "target": "install_lib_install_lib_get_outputs", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/install_lib.py", "source_location": "L162", "weight": 1.0}, {"source": "install_lib_install_lib_get_outputs", "target": "install_lib_install_lib_mutate_outputs", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/install_lib.py", "source_location": "L200", "weight": 1.0}, {"source": "install_lib_install_lib_get_outputs", "target": "install_lib_install_lib_bytecode_filenames", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/install_lib.py", "source_location": "L207", "weight": 1.0}, {"source": "install_lib_install_lib_get_inputs", "target": "install_lib_install_lib_get_outputs", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/install_lib.py", "source_location": "L230", "weight": 1.0}, {"source": "install_lib_rationale_1", "target": "backend_venv_lib_python3_12_site_packages_setuptools_distutils_command_install_lib_py", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/install_lib.py", "source_location": "L1", "weight": 1.0}, {"source": "install_lib_rationale_196", "target": "install_lib_install_lib_get_outputs", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/install_lib.py", "source_location": "L196", "weight": 1.0}, {"source": "install_lib_rationale_221", "target": "install_lib_install_lib_get_inputs", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/install_lib.py", "source_location": "L221", "weight": 1.0}], "raw_calls": [{"caller_nid": "install_lib_install_lib_finalize_options", "callee": "set_undefined_options", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/install_lib.py", "source_location": "L69"}, {"caller_nid": "install_lib_install_lib_finalize_options", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/install_lib.py", "source_location": "L84"}, {"caller_nid": "install_lib_install_lib_finalize_options", "callee": "int", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/install_lib.py", "source_location": "L86"}, {"caller_nid": "install_lib_install_lib_finalize_options", "callee": "DistutilsOptionError", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/install_lib.py", "source_location": "L90"}, {"caller_nid": "install_lib_install_lib_run", "callee": "has_pure_modules", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/install_lib.py", "source_location": "L102"}, {"caller_nid": "install_lib_install_lib_build", "callee": "has_pure_modules", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/install_lib.py", "source_location": "L110"}, {"caller_nid": "install_lib_install_lib_build", "callee": "run_command", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/install_lib.py", "source_location": "L111"}, {"caller_nid": "install_lib_install_lib_build", "callee": "has_ext_modules", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/install_lib.py", "source_location": "L112"}, {"caller_nid": "install_lib_install_lib_build", "callee": "run_command", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/install_lib.py", "source_location": "L113"}, {"caller_nid": "install_lib_install_lib_install", "callee": "isdir", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/install_lib.py", "source_location": "L117"}, {"caller_nid": "install_lib_install_lib_install", "callee": "copy_tree", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/install_lib.py", "source_location": "L118"}, {"caller_nid": "install_lib_install_lib_install", "callee": "warn", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/install_lib.py", "source_location": "L120"}, {"caller_nid": "install_lib_install_lib_byte_compile", "callee": "warn", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/install_lib.py", "source_location": "L128"}, {"caller_nid": "install_lib_install_lib_byte_compile", "callee": "get_finalized_command", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/install_lib.py", "source_location": "L137"}, {"caller_nid": "install_lib_install_lib_mutate_outputs", "callee": "get_finalized_command", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/install_lib.py", "source_location": "L161"}, {"caller_nid": "install_lib_install_lib_mutate_outputs", "callee": "getattr", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/install_lib.py", "source_location": "L163"}, {"caller_nid": "install_lib_install_lib_mutate_outputs", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/install_lib.py", "source_location": "L165"}, {"caller_nid": "install_lib_install_lib_mutate_outputs", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/install_lib.py", "source_location": "L165"}, {"caller_nid": "install_lib_install_lib_mutate_outputs", "callee": "join", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/install_lib.py", "source_location": "L166"}, {"caller_nid": "install_lib_install_lib_bytecode_filenames", "callee": "splitext", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/install_lib.py", "source_location": "L176"}, {"caller_nid": "install_lib_install_lib_bytecode_filenames", "callee": "normcase", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/install_lib.py", "source_location": "L176"}, {"caller_nid": "install_lib_install_lib_bytecode_filenames", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/install_lib.py", "source_location": "L180"}, {"caller_nid": "install_lib_install_lib_bytecode_filenames", "callee": "cache_from_source", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/install_lib.py", "source_location": "L181"}, {"caller_nid": "install_lib_install_lib_bytecode_filenames", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/install_lib.py", "source_location": "L184"}, {"caller_nid": "install_lib_install_lib_bytecode_filenames", "callee": "cache_from_source", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/install_lib.py", "source_location": "L185"}, {"caller_nid": "install_lib_install_lib_get_outputs", "callee": "has_pure_modules", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/install_lib.py", "source_location": "L201"}, {"caller_nid": "install_lib_install_lib_get_outputs", "callee": "has_ext_modules", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/install_lib.py", "source_location": "L212"}, {"caller_nid": "install_lib_install_lib_get_inputs", "callee": "has_pure_modules", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/install_lib.py", "source_location": "L228"}, {"caller_nid": "install_lib_install_lib_get_inputs", "callee": "get_finalized_command", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/install_lib.py", "source_location": "L229"}, {"caller_nid": "install_lib_install_lib_get_inputs", "callee": "extend", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/install_lib.py", "source_location": "L230"}, {"caller_nid": "install_lib_install_lib_get_inputs", "callee": "has_ext_modules", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/install_lib.py", "source_location": "L232"}, {"caller_nid": "install_lib_install_lib_get_inputs", "callee": "get_finalized_command", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/install_lib.py", "source_location": "L233"}, {"caller_nid": "install_lib_install_lib_get_inputs", "callee": "extend", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/install_lib.py", "source_location": "L234"}]} |