1 line
31 KiB
JSON
1 line
31 KiB
JSON
{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_setuptools_distutils_compilers_c_unix_py", "label": "unix.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/unix.py", "source_location": "L1"}, {"id": "unix_split_env", "label": "_split_env()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/unix.py", "source_location": "L55"}, {"id": "unix_split_aix", "label": "_split_aix()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/unix.py", "source_location": "L73"}, {"id": "unix_linker_params", "label": "_linker_params()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/unix.py", "source_location": "L87"}, {"id": "unix_compiler", "label": "Compiler", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/unix.py", "source_location": "L115"}, {"id": "unix_compiler_fix_lib_args", "label": "._fix_lib_args()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/unix.py", "source_location": "L161"}, {"id": "unix_compiler_preprocess", "label": ".preprocess()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/unix.py", "source_location": "L175"}, {"id": "unix_compiler_compile", "label": "._compile()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/unix.py", "source_location": "L212"}, {"id": "unix_compiler_create_static_lib", "label": ".create_static_lib()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/unix.py", "source_location": "L225"}, {"id": "unix_compiler_link", "label": ".link()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/unix.py", "source_location": "L249"}, {"id": "unix_compiler_library_dir_option", "label": ".library_dir_option()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/unix.py", "source_location": "L317"}, {"id": "unix_compiler_is_gcc", "label": "._is_gcc()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/unix.py", "source_location": "L320"}, {"id": "unix_compiler_runtime_library_dir_option", "label": ".runtime_library_dir_option()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/unix.py", "source_location": "L325"}, {"id": "unix_compiler_library_option", "label": ".library_option()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/unix.py", "source_location": "L365"}, {"id": "unix_library_root", "label": "_library_root()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/unix.py", "source_location": "L369"}, {"id": "unix_compiler_find_library_file", "label": ".find_library_file()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/unix.py", "source_location": "L403"}, {"id": "unix_rationale_1", "label": "distutils.unixccompiler Contains the UnixCCompiler class, a subclass of CCompil", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/unix.py", "source_location": "L1"}, {"id": "unix_rationale_56", "label": "For macOS, split command into 'env' portion (if any) and the rest of the lin", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/unix.py", "source_location": "L56"}, {"id": "unix_rationale_74", "label": "AIX platforms prefix the compiler with the ld_so_aix script, so split that f", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/unix.py", "source_location": "L74"}, {"id": "unix_rationale_88", "label": "The linker command usually begins with the compiler command (possibly multip", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/unix.py", "source_location": "L88"}, {"id": "unix_rationale_162", "label": "Remove standard library path from rpath", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/unix.py", "source_location": "L162"}, {"id": "unix_rationale_370", "label": "macOS users can specify an alternate SDK using'-isysroot'. Calculate the", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/unix.py", "source_location": "L370"}, {"id": "unix_rationale_404", "label": "Second-guess the linker with not much hard data to go on: GCC seems to p", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/unix.py", "source_location": "L404"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_setuptools_distutils_compilers_c_unix_py", "target": "itertools", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/unix.py", "source_location": "L18", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_distutils_compilers_c_unix_py", "target": "os", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/unix.py", "source_location": "L19", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_distutils_compilers_c_unix_py", "target": "re", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/unix.py", "source_location": "L20", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_distutils_compilers_c_unix_py", "target": "shlex", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/unix.py", "source_location": "L21", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_distutils_compilers_c_unix_py", "target": "sys", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/unix.py", "source_location": "L22", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_distutils_compilers_c_unix_py", "target": "collections_abc", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/unix.py", "source_location": "L23", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_distutils_compilers_c_unix_py", "target": "backend_venv_lib_python3_12_site_packages_setuptools_distutils_init_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/unix.py", "source_location": "L25", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_distutils_compilers_c_unix_py", "target": "backend_venv_lib_python3_12_site_packages_setuptools_distutils_log_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/unix.py", "source_location": "L26", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_distutils_compilers_c_unix_py", "target": "backend_venv_lib_python3_12_site_packages_setuptools_distutils_macos_compat_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/unix.py", "source_location": "L27", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_distutils_compilers_c_unix_py", "target": "backend_venv_lib_python3_12_site_packages_setuptools_distutils_modified_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/unix.py", "source_location": "L28", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_distutils_compilers_c_unix_py", "target": "backend_venv_lib_python3_12_site_packages_setuptools_distutils_compat_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/unix.py", "source_location": "L29", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_distutils_compilers_c_unix_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/compilers/C/unix.py", "source_location": "L30", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_distutils_compilers_c_unix_py", "target": "backend_venv_lib_python3_12_site_packages_setuptools_distutils_compilers_c_init_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/unix.py", "source_location": "L31", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_distutils_compilers_c_unix_py", "target": "backend_venv_lib_python3_12_site_packages_setuptools_distutils_compilers_c_base_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/unix.py", "source_location": "L32", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_distutils_compilers_c_unix_py", "target": "backend_venv_lib_python3_12_site_packages_setuptools_distutils_compilers_c_errors_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/unix.py", "source_location": "L33", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_distutils_compilers_c_unix_py", "target": "unix_split_env", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/unix.py", "source_location": "L55", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_distutils_compilers_c_unix_py", "target": "unix_split_aix", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/unix.py", "source_location": "L73", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_distutils_compilers_c_unix_py", "target": "unix_linker_params", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/unix.py", "source_location": "L87", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_distutils_compilers_c_unix_py", "target": "unix_compiler", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/unix.py", "source_location": "L115", "weight": 1.0}, {"source": "unix_compiler", "target": "unix_compiler_fix_lib_args", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/unix.py", "source_location": "L161", "weight": 1.0}, {"source": "unix_compiler", "target": "unix_compiler_preprocess", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/unix.py", "source_location": "L175", "weight": 1.0}, {"source": "unix_compiler", "target": "unix_compiler_compile", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/unix.py", "source_location": "L212", "weight": 1.0}, {"source": "unix_compiler", "target": "unix_compiler_create_static_lib", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/unix.py", "source_location": "L225", "weight": 1.0}, {"source": "unix_compiler", "target": "unix_compiler_link", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/unix.py", "source_location": "L249", "weight": 1.0}, {"source": "unix_compiler", "target": "unix_compiler_library_dir_option", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/unix.py", "source_location": "L317", "weight": 1.0}, {"source": "unix_compiler", "target": "unix_compiler_is_gcc", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/unix.py", "source_location": "L320", "weight": 1.0}, {"source": "unix_compiler", "target": "unix_compiler_runtime_library_dir_option", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/unix.py", "source_location": "L325", "weight": 1.0}, {"source": "unix_compiler", "target": "unix_compiler_library_option", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/unix.py", "source_location": "L365", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_distutils_compilers_c_unix_py", "target": "unix_library_root", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/unix.py", "source_location": "L369", "weight": 1.0}, {"source": "unix_compiler", "target": "unix_compiler_find_library_file", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/unix.py", "source_location": "L403", "weight": 1.0}, {"source": "unix_compiler_link", "target": "unix_compiler_fix_lib_args", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/unix.py", "source_location": "L266", "weight": 1.0}, {"source": "unix_compiler_link", "target": "unix_split_env", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/unix.py", "source_location": "L297", "weight": 1.0}, {"source": "unix_compiler_link", "target": "unix_split_aix", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/unix.py", "source_location": "L298", "weight": 1.0}, {"source": "unix_compiler_link", "target": "unix_linker_params", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/unix.py", "source_location": "L302", "weight": 1.0}, {"source": "unix_compiler_runtime_library_dir_option", "target": "unix_compiler_is_gcc", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/unix.py", "source_location": "L350", "weight": 1.0}, {"source": "unix_rationale_1", "target": "backend_venv_lib_python3_12_site_packages_setuptools_distutils_compilers_c_unix_py", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/unix.py", "source_location": "L1", "weight": 1.0}, {"source": "unix_rationale_56", "target": "unix_split_env", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/unix.py", "source_location": "L56", "weight": 1.0}, {"source": "unix_rationale_74", "target": "unix_split_aix", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/unix.py", "source_location": "L74", "weight": 1.0}, {"source": "unix_rationale_88", "target": "unix_linker_params", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/unix.py", "source_location": "L88", "weight": 1.0}, {"source": "unix_rationale_162", "target": "unix_compiler_fix_lib_args", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/unix.py", "source_location": "L162", "weight": 1.0}, {"source": "unix_rationale_370", "target": "unix_compiler_library_root", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/unix.py", "source_location": "L370", "weight": 1.0}, {"source": "unix_rationale_404", "target": "unix_compiler_find_library_file", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/unix.py", "source_location": "L404", "weight": 1.0}], "raw_calls": [{"caller_nid": "unix_split_env", "callee": "basename", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/unix.py", "source_location": "L66"}, {"caller_nid": "unix_split_aix", "callee": "basename", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/unix.py", "source_location": "L83"}, {"caller_nid": "unix_linker_params", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/unix.py", "source_location": "L110"}, {"caller_nid": "unix_compiler_fix_lib_args", "callee": "super", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/unix.py", "source_location": "L163"}, {"caller_nid": "unix_compiler_fix_lib_args", "callee": "get_config_var", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/unix.py", "source_location": "L166"}, {"caller_nid": "unix_compiler_fix_lib_args", "callee": "startswith", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/unix.py", "source_location": "L169"}, {"caller_nid": "unix_compiler_fix_lib_args", "callee": "remove", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/unix.py", "source_location": "L172"}, {"caller_nid": "unix_compiler_preprocess", "callee": "_fix_compile_args", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/unix.py", "source_location": "L184"}, {"caller_nid": "unix_compiler_preprocess", "callee": "gen_preprocess_options", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/unix.py", "source_location": "L186"}, {"caller_nid": "unix_compiler_preprocess", "callee": "extend", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/unix.py", "source_location": "L189"}, {"caller_nid": "unix_compiler_preprocess", "callee": "extend", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/unix.py", "source_location": "L193"}, {"caller_nid": "unix_compiler_preprocess", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/unix.py", "source_location": "L194"}, {"caller_nid": "unix_compiler_preprocess", "callee": "newer", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/unix.py", "source_location": "L200"}, {"caller_nid": "unix_compiler_preprocess", "callee": "mkpath", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/unix.py", "source_location": "L205"}, {"caller_nid": "unix_compiler_preprocess", "callee": "dirname", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/unix.py", "source_location": "L205"}, {"caller_nid": "unix_compiler_preprocess", "callee": "spawn", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/unix.py", "source_location": "L208"}, {"caller_nid": "unix_compiler_preprocess", "callee": "CompileError", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/unix.py", "source_location": "L210"}, {"caller_nid": "unix_compiler_compile", "callee": "compiler_fixup", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/unix.py", "source_location": "L213"}, {"caller_nid": "unix_compiler_compile", "callee": "compiler_fixup", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/unix.py", "source_location": "L214"}, {"caller_nid": "unix_compiler_compile", "callee": "detect_language", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/unix.py", "source_location": "L216"}, {"caller_nid": "unix_compiler_compile", "callee": "spawn", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/unix.py", "source_location": "L217"}, {"caller_nid": "unix_compiler_compile", "callee": "spawn", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/unix.py", "source_location": "L221"}, {"caller_nid": "unix_compiler_compile", "callee": "CompileError", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/unix.py", "source_location": "L223"}, {"caller_nid": "unix_compiler_create_static_lib", "callee": "_fix_object_args", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/unix.py", "source_location": "L228"}, {"caller_nid": "unix_compiler_create_static_lib", "callee": "library_filename", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/unix.py", "source_location": "L230"}, {"caller_nid": "unix_compiler_create_static_lib", "callee": "_need_link", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/unix.py", "source_location": "L232"}, {"caller_nid": "unix_compiler_create_static_lib", "callee": "mkpath", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/unix.py", "source_location": "L233"}, {"caller_nid": "unix_compiler_create_static_lib", "callee": "dirname", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/unix.py", "source_location": "L233"}, {"caller_nid": "unix_compiler_create_static_lib", "callee": "spawn", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/unix.py", "source_location": "L234"}, {"caller_nid": "unix_compiler_create_static_lib", "callee": "spawn", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/unix.py", "source_location": "L243"}, {"caller_nid": "unix_compiler_create_static_lib", "callee": "LibError", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/unix.py", "source_location": "L245"}, {"caller_nid": "unix_compiler_create_static_lib", "callee": "debug", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/unix.py", "source_location": "L247"}, {"caller_nid": "unix_compiler_link", "callee": "_fix_object_args", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/unix.py", "source_location": "L265"}, {"caller_nid": "unix_compiler_link", "callee": "gen_lib_options", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/unix.py", "source_location": "L269"}, {"caller_nid": "unix_compiler_link", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/unix.py", "source_location": "L270"}, {"caller_nid": "unix_compiler_link", "callee": "type", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/unix.py", "source_location": "L270"}, {"caller_nid": "unix_compiler_link", "callee": "TypeError", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/unix.py", "source_location": "L271"}, {"caller_nid": "unix_compiler_link", "callee": "join", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/unix.py", "source_location": "L273"}, {"caller_nid": "unix_compiler_link", "callee": "_need_link", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/unix.py", "source_location": "L275"}, {"caller_nid": "unix_compiler_link", "callee": "extend", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/unix.py", "source_location": "L282"}, {"caller_nid": "unix_compiler_link", "callee": "mkpath", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/unix.py", "source_location": "L283"}, {"caller_nid": "unix_compiler_link", "callee": "dirname", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/unix.py", "source_location": "L283"}, {"caller_nid": "unix_compiler_link", "callee": "compiler_fixup", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/unix.py", "source_location": "L305"}, {"caller_nid": "unix_compiler_link", "callee": "spawn", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/unix.py", "source_location": "L307"}, {"caller_nid": "unix_compiler_link", "callee": "LinkError", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/unix.py", "source_location": "L309"}, {"caller_nid": "unix_compiler_link", "callee": "debug", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/unix.py", "source_location": "L311"}, {"caller_nid": "unix_compiler_is_gcc", "callee": "get_config_var", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/unix.py", "source_location": "L321"}, {"caller_nid": "unix_compiler_is_gcc", "callee": "basename", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/unix.py", "source_location": "L322"}, {"caller_nid": "unix_compiler_is_gcc", "callee": "split", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/unix.py", "source_location": "L322"}, {"caller_nid": "unix_compiler_runtime_library_dir_option", "callee": "get_macosx_target_ver", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/unix.py", "source_location": "L341"}, {"caller_nid": "unix_compiler_runtime_library_dir_option", "callee": "split_version", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/unix.py", "source_location": "L342"}, {"caller_nid": "unix_compiler_runtime_library_dir_option", "callee": "get_config_var", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/unix.py", "source_location": "L356"}, {"caller_nid": "unix_compiler_runtime_library_dir_option", "callee": "consolidate_linker_args", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/unix.py", "source_location": "L357"}, {"caller_nid": "unix_library_root", "callee": "get_config_var", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/unix.py", "source_location": "L389"}, {"caller_nid": "unix_library_root", "callee": "search", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/unix.py", "source_location": "L390"}, {"caller_nid": "unix_library_root", "callee": "startswith", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/unix.py", "source_location": "L396"}, {"caller_nid": "unix_library_root", "callee": "startswith", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/unix.py", "source_location": "L397"}, {"caller_nid": "unix_library_root", "callee": "startswith", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/unix.py", "source_location": "L397"}, {"caller_nid": "unix_library_root", "callee": "join", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/unix.py", "source_location": "L401"}, {"caller_nid": "unix_library_root", "callee": "group", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/unix.py", "source_location": "L401"}, {"caller_nid": "unix_compiler_find_library_file", "callee": "library_filename", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/unix.py", "source_location": "L411"}, {"caller_nid": "unix_compiler_find_library_file", "callee": "split", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/unix.py", "source_location": "L412"}, {"caller_nid": "unix_compiler_find_library_file", "callee": "map", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/unix.py", "source_location": "L415"}, {"caller_nid": "unix_compiler_find_library_file", "callee": "starmap", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/unix.py", "source_location": "L417"}, {"caller_nid": "unix_compiler_find_library_file", "callee": "product", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/unix.py", "source_location": "L417"}, {"caller_nid": "unix_compiler_find_library_file", "callee": "filter", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/unix.py", "source_location": "L419"}, {"caller_nid": "unix_compiler_find_library_file", "callee": "next", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/compilers/C/unix.py", "source_location": "L422"}]} |