Files
tfm_ainventory/graphify-out/cache/bfa5b8b94f1b2f5996213dff7949afc3dc55cd14a3acf6024072c9d40a9a435b.json
2026-04-26 12:03:59 +03:00

1 line
34 KiB
JSON

{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_setuptools_distutils_command_config_py", "label": "config.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/config.py", "source_location": "L1"}, {"id": "config_config", "label": "config", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/config.py", "source_location": "L28"}, {"id": "command", "label": "Command", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "config_config_initialize_options", "label": ".initialize_options()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/config.py", "source_location": "L50"}, {"id": "config_config_finalize_options", "label": ".finalize_options()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/config.py", "source_location": "L65"}, {"id": "config_config_run", "label": ".run()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/config.py", "source_location": "L81"}, {"id": "config_config_check_compiler", "label": "._check_compiler()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/config.py", "source_location": "L88"}, {"id": "config_config_gen_temp_sourcefile", "label": "._gen_temp_sourcefile()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/config.py", "source_location": "L102"}, {"id": "config_config_preprocess", "label": "._preprocess()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/config.py", "source_location": "L114"}, {"id": "config_config_compile", "label": "._compile()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/config.py", "source_location": "L121"}, {"id": "config_config_link", "label": "._link()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/config.py", "source_location": "L130"}, {"id": "config_config_clean", "label": "._clean()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/config.py", "source_location": "L147"}, {"id": "config_config_try_cpp", "label": ".try_cpp()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/config.py", "source_location": "L160"}, {"id": "config_config_search_cpp", "label": ".search_cpp()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/config.py", "source_location": "L177"}, {"id": "config_config_try_compile", "label": ".try_compile()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/config.py", "source_location": "L197"}, {"id": "config_config_try_link", "label": ".try_link()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/config.py", "source_location": "L212"}, {"id": "config_config_try_run", "label": ".try_run()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/config.py", "source_location": "L236"}, {"id": "config_config_check_func", "label": ".check_func()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/config.py", "source_location": "L267"}, {"id": "config_config_check_lib", "label": ".check_lib()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/config.py", "source_location": "L304"}, {"id": "config_config_check_header", "label": ".check_header()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/config.py", "source_location": "L329"}, {"id": "config_dump_file", "label": "dump_file()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/config.py", "source_location": "L339"}, {"id": "config_rationale_1", "label": "distutils.command.config Implements the Distutils 'config' command, a (mostly)", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/config.py", "source_location": "L1"}, {"id": "config_rationale_89", "label": "Check that 'self.compiler' really is a CCompiler object; if not, make it", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/config.py", "source_location": "L89"}, {"id": "config_rationale_161", "label": "Construct a source file from 'body' (a string containing lines of C/C++", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/config.py", "source_location": "L161"}, {"id": "config_rationale_178", "label": "Construct a source file (just like 'try_cpp()'), run it through the prep", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/config.py", "source_location": "L178"}, {"id": "config_rationale_198", "label": "Try to compile a source file built from 'body' and 'headers'. Return tru", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/config.py", "source_location": "L198"}, {"id": "config_rationale_221", "label": "Try to compile and link a source file, built from 'body' and 'headers',", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/config.py", "source_location": "L221"}, {"id": "config_rationale_245", "label": "Try to compile, link to an executable, and run a program built from 'bod", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/config.py", "source_location": "L245"}, {"id": "config_rationale_277", "label": "Determine if function 'func' is available by constructing a source file", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/config.py", "source_location": "L277"}, {"id": "config_rationale_312", "label": "Determine if 'library' is available to be linked against, without actual", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/config.py", "source_location": "L312"}, {"id": "config_rationale_330", "label": "Determine if the system header file named by 'header_file' exists and ca", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/config.py", "source_location": "L330"}, {"id": "config_rationale_340", "label": "Dumps a file content into log.info. If head is not None, will be dumped bef", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/config.py", "source_location": "L340"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_setuptools_distutils_command_config_py", "target": "os", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/config.py", "source_location": "L14", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_distutils_command_config_py", "target": "pathlib", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/config.py", "source_location": "L15", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_distutils_command_config_py", "target": "re", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/config.py", "source_location": "L16", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_distutils_command_config_py", "target": "collections_abc", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/config.py", "source_location": "L17", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_distutils_command_config_py", "target": "distutils_log", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/config.py", "source_location": "L18", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_distutils_command_config_py", "target": "backend_venv_lib_python3_12_site_packages_setuptools_distutils_ccompiler_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/config.py", "source_location": "L20", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_distutils_command_config_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/config.py", "source_location": "L21", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_distutils_command_config_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/config.py", "source_location": "L22", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_distutils_command_config_py", "target": "backend_venv_lib_python3_12_site_packages_setuptools_distutils_sysconfig_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/config.py", "source_location": "L23", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_distutils_command_config_py", "target": "config_config", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/config.py", "source_location": "L28", "weight": 1.0}, {"source": "config_config", "target": "command", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/config.py", "source_location": "L28", "weight": 1.0}, {"source": "config_config", "target": "config_config_initialize_options", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/config.py", "source_location": "L50", "weight": 1.0}, {"source": "config_config", "target": "config_config_finalize_options", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/config.py", "source_location": "L65", "weight": 1.0}, {"source": "config_config", "target": "config_config_run", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/config.py", "source_location": "L81", "weight": 1.0}, {"source": "config_config", "target": "config_config_check_compiler", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/config.py", "source_location": "L88", "weight": 1.0}, {"source": "config_config", "target": "config_config_gen_temp_sourcefile", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/config.py", "source_location": "L102", "weight": 1.0}, {"source": "config_config", "target": "config_config_preprocess", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/config.py", "source_location": "L114", "weight": 1.0}, {"source": "config_config", "target": "config_config_compile", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/config.py", "source_location": "L121", "weight": 1.0}, {"source": "config_config", "target": "config_config_link", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/config.py", "source_location": "L130", "weight": 1.0}, {"source": "config_config", "target": "config_config_clean", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/config.py", "source_location": "L147", "weight": 1.0}, {"source": "config_config", "target": "config_config_try_cpp", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/config.py", "source_location": "L160", "weight": 1.0}, {"source": "config_config", "target": "config_config_search_cpp", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/config.py", "source_location": "L177", "weight": 1.0}, {"source": "config_config", "target": "config_config_try_compile", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/config.py", "source_location": "L197", "weight": 1.0}, {"source": "config_config", "target": "config_config_try_link", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/config.py", "source_location": "L212", "weight": 1.0}, {"source": "config_config", "target": "config_config_try_run", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/config.py", "source_location": "L236", "weight": 1.0}, {"source": "config_config", "target": "config_config_check_func", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/config.py", "source_location": "L267", "weight": 1.0}, {"source": "config_config", "target": "config_config_check_lib", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/config.py", "source_location": "L304", "weight": 1.0}, {"source": "config_config", "target": "config_config_check_header", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/config.py", "source_location": "L329", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_distutils_command_config_py", "target": "config_dump_file", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/config.py", "source_location": "L339", "weight": 1.0}, {"source": "config_config_preprocess", "target": "config_config_gen_temp_sourcefile", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/config.py", "source_location": "L115", "weight": 1.0}, {"source": "config_config_compile", "target": "config_config_gen_temp_sourcefile", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/config.py", "source_location": "L122", "weight": 1.0}, {"source": "config_config_compile", "target": "config_dump_file", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/config.py", "source_location": "L124", "weight": 1.0}, {"source": "config_config_link", "target": "config_config_compile", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/config.py", "source_location": "L131", "weight": 1.0}, {"source": "config_config_try_cpp", "target": "config_config_check_compiler", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/config.py", "source_location": "L167", "weight": 1.0}, {"source": "config_config_try_cpp", "target": "config_config_preprocess", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/config.py", "source_location": "L170", "weight": 1.0}, {"source": "config_config_try_cpp", "target": "config_config_clean", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/config.py", "source_location": "L174", "weight": 1.0}, {"source": "config_config_search_cpp", "target": "config_config_check_compiler", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/config.py", "source_location": "L185", "weight": 1.0}, {"source": "config_config_search_cpp", "target": "config_config_preprocess", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/config.py", "source_location": "L186", "weight": 1.0}, {"source": "config_config_search_cpp", "target": "config_config_clean", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/config.py", "source_location": "L194", "weight": 1.0}, {"source": "config_config_try_compile", "target": "config_config_check_compiler", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/config.py", "source_location": "L201", "weight": 1.0}, {"source": "config_config_try_compile", "target": "config_config_compile", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/config.py", "source_location": "L203", "weight": 1.0}, {"source": "config_config_try_compile", "target": "config_config_clean", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/config.py", "source_location": "L209", "weight": 1.0}, {"source": "config_config_try_link", "target": "config_config_check_compiler", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/config.py", "source_location": "L225", "weight": 1.0}, {"source": "config_config_try_link", "target": "config_config_link", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/config.py", "source_location": "L227", "weight": 1.0}, {"source": "config_config_try_link", "target": "config_config_clean", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/config.py", "source_location": "L233", "weight": 1.0}, {"source": "config_config_try_run", "target": "config_config_check_compiler", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/config.py", "source_location": "L249", "weight": 1.0}, {"source": "config_config_try_run", "target": "config_config_link", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/config.py", "source_location": "L251", "weight": 1.0}, {"source": "config_config_try_run", "target": "config_config_clean", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/config.py", "source_location": "L260", "weight": 1.0}, {"source": "config_config_check_func", "target": "config_config_check_compiler", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/config.py", "source_location": "L290", "weight": 1.0}, {"source": "config_config_check_func", "target": "config_config_try_link", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/config.py", "source_location": "L302", "weight": 1.0}, {"source": "config_config_check_lib", "target": "config_config_check_compiler", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/config.py", "source_location": "L320", "weight": 1.0}, {"source": "config_config_check_lib", "target": "config_config_try_link", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/config.py", "source_location": "L321", "weight": 1.0}, {"source": "config_config_check_header", "target": "config_config_try_cpp", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/config.py", "source_location": "L334", "weight": 1.0}, {"source": "config_rationale_1", "target": "backend_venv_lib_python3_12_site_packages_setuptools_distutils_command_config_py", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/config.py", "source_location": "L1", "weight": 1.0}, {"source": "config_rationale_89", "target": "config_config_check_compiler", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/config.py", "source_location": "L89", "weight": 1.0}, {"source": "config_rationale_161", "target": "config_config_try_cpp", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/config.py", "source_location": "L161", "weight": 1.0}, {"source": "config_rationale_178", "target": "config_config_search_cpp", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/config.py", "source_location": "L178", "weight": 1.0}, {"source": "config_rationale_198", "target": "config_config_try_compile", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/config.py", "source_location": "L198", "weight": 1.0}, {"source": "config_rationale_221", "target": "config_config_try_link", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/config.py", "source_location": "L221", "weight": 1.0}, {"source": "config_rationale_245", "target": "config_config_try_run", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/config.py", "source_location": "L245", "weight": 1.0}, {"source": "config_rationale_277", "target": "config_config_check_func", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/config.py", "source_location": "L277", "weight": 1.0}, {"source": "config_rationale_312", "target": "config_config_check_lib", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/config.py", "source_location": "L312", "weight": 1.0}, {"source": "config_rationale_330", "target": "config_config_check_header", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/config.py", "source_location": "L330", "weight": 1.0}, {"source": "config_rationale_340", "target": "config_dump_file", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/config.py", "source_location": "L340", "weight": 1.0}], "raw_calls": [{"caller_nid": "config_config_finalize_options", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/config.py", "source_location": "L68"}, {"caller_nid": "config_config_finalize_options", "callee": "split", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/config.py", "source_location": "L69"}, {"caller_nid": "config_config_finalize_options", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/config.py", "source_location": "L73"}, {"caller_nid": "config_config_finalize_options", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/config.py", "source_location": "L78"}, {"caller_nid": "config_config_finalize_options", "callee": "split", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/config.py", "source_location": "L79"}, {"caller_nid": "config_config_check_compiler", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/config.py", "source_location": "L92"}, {"caller_nid": "config_config_check_compiler", "callee": "new_compiler", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/config.py", "source_location": "L93"}, {"caller_nid": "config_config_check_compiler", "callee": "customize_compiler", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/config.py", "source_location": "L94"}, {"caller_nid": "config_config_check_compiler", "callee": "set_include_dirs", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/config.py", "source_location": "L96"}, {"caller_nid": "config_config_check_compiler", "callee": "set_libraries", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/config.py", "source_location": "L98"}, {"caller_nid": "config_config_check_compiler", "callee": "set_library_dirs", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/config.py", "source_location": "L100"}, {"caller_nid": "config_config_gen_temp_sourcefile", "callee": "open", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/config.py", "source_location": "L104"}, {"caller_nid": "config_config_gen_temp_sourcefile", "callee": "write", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/config.py", "source_location": "L107"}, {"caller_nid": "config_config_gen_temp_sourcefile", "callee": "write", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/config.py", "source_location": "L108"}, {"caller_nid": "config_config_gen_temp_sourcefile", "callee": "write", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/config.py", "source_location": "L109"}, {"caller_nid": "config_config_gen_temp_sourcefile", "callee": "write", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/config.py", "source_location": "L111"}, {"caller_nid": "config_config_preprocess", "callee": "extend", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/config.py", "source_location": "L117"}, {"caller_nid": "config_config_preprocess", "callee": "preprocess", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/config.py", "source_location": "L118"}, {"caller_nid": "config_config_compile", "callee": "object_filenames", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/config.py", "source_location": "L125"}, {"caller_nid": "config_config_compile", "callee": "extend", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/config.py", "source_location": "L126"}, {"caller_nid": "config_config_compile", "callee": "compile", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/config.py", "source_location": "L127"}, {"caller_nid": "config_config_link", "callee": "splitext", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/config.py", "source_location": "L132"}, {"caller_nid": "config_config_link", "callee": "basename", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/config.py", "source_location": "L132"}, {"caller_nid": "config_config_link", "callee": "link_executable", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/config.py", "source_location": "L133"}, {"caller_nid": "config_config_link", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/config.py", "source_location": "L143"}, {"caller_nid": "config_config_clean", "callee": "info", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/config.py", "source_location": "L151"}, {"caller_nid": "config_config_clean", "callee": "join", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/config.py", "source_location": "L151"}, {"caller_nid": "config_config_clean", "callee": "remove", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/config.py", "source_location": "L154"}, {"caller_nid": "config_config_search_cpp", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/config.py", "source_location": "L188"}, {"caller_nid": "config_config_search_cpp", "callee": "compile", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/config.py", "source_location": "L189"}, {"caller_nid": "config_config_search_cpp", "callee": "open", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/config.py", "source_location": "L191"}, {"caller_nid": "config_config_search_cpp", "callee": "any", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/config.py", "source_location": "L192"}, {"caller_nid": "config_config_search_cpp", "callee": "search", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/config.py", "source_location": "L192"}, {"caller_nid": "config_config_try_compile", "callee": "info", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/config.py", "source_location": "L208"}, {"caller_nid": "config_config_try_link", "callee": "info", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/config.py", "source_location": "L232"}, {"caller_nid": "config_config_try_run", "callee": "spawn", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/config.py", "source_location": "L254"}, {"caller_nid": "config_config_try_run", "callee": "info", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/config.py", "source_location": "L259"}, {"caller_nid": "config_config_check_func", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/config.py", "source_location": "L293"}, {"caller_nid": "config_config_check_func", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/config.py", "source_location": "L294"}, {"caller_nid": "config_config_check_func", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/config.py", "source_location": "L296"}, {"caller_nid": "config_config_check_func", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/config.py", "source_location": "L298"}, {"caller_nid": "config_config_check_func", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/config.py", "source_location": "L299"}, {"caller_nid": "config_config_check_func", "callee": "join", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/config.py", "source_location": "L300"}, {"caller_nid": "config_config_check_lib", "callee": "list", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/config.py", "source_location": "L325"}, {"caller_nid": "config_dump_file", "callee": "info", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/config.py", "source_location": "L345"}, {"caller_nid": "config_dump_file", "callee": "info", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/config.py", "source_location": "L347"}, {"caller_nid": "config_dump_file", "callee": "info", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/config.py", "source_location": "L348"}, {"caller_nid": "config_dump_file", "callee": "read_text", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/config.py", "source_location": "L348"}, {"caller_nid": "config_dump_file", "callee": "Path", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/command/config.py", "source_location": "L348"}]}