Files
tfm_ainventory/graphify-out/cache/b1d87aa14bed6dfc176d804f68da36c6fdeb89b5de92dd3288f283313f1f92ad.json

1 line
38 KiB
JSON

{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_setuptools_tests_fixtures_py", "label": "fixtures.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/fixtures.py", "source_location": "L1"}, {"id": "fixtures_user_override", "label": "user_override()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/fixtures.py", "source_location": "L21"}, {"id": "fixtures_tmpdir_cwd", "label": "tmpdir_cwd()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/fixtures.py", "source_location": "L35"}, {"id": "fixtures_workaround_xdist_376", "label": "workaround_xdist_376()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/fixtures.py", "source_location": "L41"}, {"id": "fixtures_sample_project", "label": "sample_project()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/fixtures.py", "source_location": "L58"}, {"id": "fixtures_sample_project_cwd", "label": "sample_project_cwd()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/fixtures.py", "source_location": "L71"}, {"id": "fixtures_build_distributions", "label": "_build_distributions()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/fixtures.py", "source_location": "L84"}, {"id": "fixtures_setuptools_sdist", "label": "setuptools_sdist()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/fixtures.py", "source_location": "L112"}, {"id": "fixtures_setuptools_wheel", "label": "setuptools_wheel()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/fixtures.py", "source_location": "L122"}, {"id": "fixtures_venv", "label": "venv()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/fixtures.py", "source_location": "L132"}, {"id": "fixtures_venv_without_setuptools", "label": "venv_without_setuptools()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/fixtures.py", "source_location": "L154"}, {"id": "fixtures_bare_venv", "label": "bare_venv()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/fixtures.py", "source_location": "L164"}, {"id": "fixtures_make_sdist", "label": "make_sdist()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/fixtures.py", "source_location": "L173"}, {"id": "fixtures_make_trivial_sdist", "label": "make_trivial_sdist()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/fixtures.py", "source_location": "L190"}, {"id": "fixtures_make_nspkg_sdist", "label": "make_nspkg_sdist()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/fixtures.py", "source_location": "L230"}, {"id": "fixtures_make_python_requires_sdist", "label": "make_python_requires_sdist()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/fixtures.py", "source_location": "L266"}, {"id": "fixtures_create_setup_requires_package", "label": "create_setup_requires_package()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/fixtures.py", "source_location": "L290"}, {"id": "fixtures_pbr_package", "label": "pbr_package()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/fixtures.py", "source_location": "L368"}, {"id": "fixtures_rationale_22", "label": "Override site.USER_BASE and site.USER_SITE with temporary directories in a c", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/fixtures.py", "source_location": "L22"}, {"id": "fixtures_rationale_42", "label": "Workaround pytest-dev/pytest-xdist#376 ``pytest-xdist`` tends to inject ''", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/fixtures.py", "source_location": "L42"}, {"id": "fixtures_rationale_59", "label": "Clone the 'sampleproject' and return a path to it.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/fixtures.py", "source_location": "L59"}, {"id": "fixtures_rationale_133", "label": "Virtual env with the version of setuptools under test installed", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/fixtures.py", "source_location": "L133"}, {"id": "fixtures_rationale_155", "label": "Virtual env without any version of setuptools installed", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/fixtures.py", "source_location": "L155"}, {"id": "fixtures_rationale_165", "label": "Virtual env without any common packages installed", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/fixtures.py", "source_location": "L165"}, {"id": "fixtures_rationale_174", "label": "Create a simple sdist tarball at dist_path, containing the files listed in `", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/fixtures.py", "source_location": "L174"}, {"id": "fixtures_rationale_191", "label": "Create a simple sdist tarball at dist_path, containing just a simple setup.p", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/fixtures.py", "source_location": "L191"}, {"id": "fixtures_rationale_231", "label": "Make an sdist tarball with distname and version which also contains one pack", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/fixtures.py", "source_location": "L231"}, {"id": "fixtures_rationale_299", "label": "Creates a source tree under path for a trivial test package that has a singl", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/fixtures.py", "source_location": "L299"}, {"id": "fixtures_rationale_137", "label": "# TODO: Use `--no-wheel` when setuptools implements its own bdist_wheel", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/fixtures.py", "source_location": "L137"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_setuptools_tests_fixtures_py", "target": "contextlib", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/fixtures.py", "source_location": "L1", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_tests_fixtures_py", "target": "io", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/fixtures.py", "source_location": "L2", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_tests_fixtures_py", "target": "os", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/fixtures.py", "source_location": "L3", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_tests_fixtures_py", "target": "subprocess", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/fixtures.py", "source_location": "L4", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_tests_fixtures_py", "target": "sys", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/fixtures.py", "source_location": "L5", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_tests_fixtures_py", "target": "tarfile", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/fixtures.py", "source_location": "L6", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_tests_fixtures_py", "target": "time", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/fixtures.py", "source_location": "L7", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_tests_fixtures_py", "target": "pathlib", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/fixtures.py", "source_location": "L8", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_tests_fixtures_py", "target": "jaraco_path", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/fixtures.py", "source_location": "L10", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_tests_fixtures_py", "target": "path", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/fixtures.py", "source_location": "L11", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_tests_fixtures_py", "target": "pytest", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/fixtures.py", "source_location": "L12", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_tests_fixtures_py", "target": "setuptools_normalization", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/fixtures.py", "source_location": "L14", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_tests_fixtures_py", "target": "backend_venv_lib_python3_12_site_packages_setuptools_tests_init_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/fixtures.py", "source_location": "L16", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_tests_fixtures_py", "target": "backend_venv_lib_python3_12_site_packages_setuptools_tests_textwrap_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/fixtures.py", "source_location": "L17", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_tests_fixtures_py", "target": "fixtures_user_override", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/fixtures.py", "source_location": "L21", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_tests_fixtures_py", "target": "fixtures_tmpdir_cwd", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/fixtures.py", "source_location": "L35", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_tests_fixtures_py", "target": "fixtures_workaround_xdist_376", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/fixtures.py", "source_location": "L41", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_tests_fixtures_py", "target": "fixtures_sample_project", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/fixtures.py", "source_location": "L58", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_tests_fixtures_py", "target": "fixtures_sample_project_cwd", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/fixtures.py", "source_location": "L71", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_tests_fixtures_py", "target": "fixtures_build_distributions", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/fixtures.py", "source_location": "L84", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_tests_fixtures_py", "target": "fixtures_setuptools_sdist", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/fixtures.py", "source_location": "L112", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_tests_fixtures_py", "target": "fixtures_setuptools_wheel", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/fixtures.py", "source_location": "L122", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_tests_fixtures_py", "target": "fixtures_venv", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/fixtures.py", "source_location": "L132", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_tests_fixtures_py", "target": "fixtures_venv_without_setuptools", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/fixtures.py", "source_location": "L154", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_tests_fixtures_py", "target": "fixtures_bare_venv", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/fixtures.py", "source_location": "L164", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_tests_fixtures_py", "target": "fixtures_make_sdist", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/fixtures.py", "source_location": "L173", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_tests_fixtures_py", "target": "fixtures_make_trivial_sdist", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/fixtures.py", "source_location": "L190", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_tests_fixtures_py", "target": "fixtures_make_nspkg_sdist", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/fixtures.py", "source_location": "L230", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_tests_fixtures_py", "target": "fixtures_make_python_requires_sdist", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/fixtures.py", "source_location": "L266", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_tests_fixtures_py", "target": "fixtures_create_setup_requires_package", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/fixtures.py", "source_location": "L290", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_tests_fixtures_py", "target": "fixtures_pbr_package", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/fixtures.py", "source_location": "L368", "weight": 1.0}, {"source": "fixtures_setuptools_sdist", "target": "fixtures_build_distributions", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/fixtures.py", "source_location": "L117", "weight": 1.0}, {"source": "fixtures_setuptools_wheel", "target": "fixtures_build_distributions", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/fixtures.py", "source_location": "L127", "weight": 1.0}, {"source": "fixtures_make_trivial_sdist", "target": "fixtures_make_sdist", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/fixtures.py", "source_location": "L227", "weight": 1.0}, {"source": "fixtures_make_nspkg_sdist", "target": "fixtures_make_sdist", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/fixtures.py", "source_location": "L263", "weight": 1.0}, {"source": "fixtures_make_python_requires_sdist", "target": "fixtures_make_sdist", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/fixtures.py", "source_location": "L267", "weight": 1.0}, {"source": "fixtures_rationale_22", "target": "fixtures_user_override", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/fixtures.py", "source_location": "L22", "weight": 1.0}, {"source": "fixtures_rationale_42", "target": "fixtures_workaround_xdist_376", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/fixtures.py", "source_location": "L42", "weight": 1.0}, {"source": "fixtures_rationale_59", "target": "fixtures_sample_project", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/fixtures.py", "source_location": "L59", "weight": 1.0}, {"source": "fixtures_rationale_133", "target": "fixtures_venv", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/fixtures.py", "source_location": "L133", "weight": 1.0}, {"source": "fixtures_rationale_155", "target": "fixtures_venv_without_setuptools", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/fixtures.py", "source_location": "L155", "weight": 1.0}, {"source": "fixtures_rationale_165", "target": "fixtures_bare_venv", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/fixtures.py", "source_location": "L165", "weight": 1.0}, {"source": "fixtures_rationale_174", "target": "fixtures_make_sdist", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/fixtures.py", "source_location": "L174", "weight": 1.0}, {"source": "fixtures_rationale_191", "target": "fixtures_make_trivial_sdist", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/fixtures.py", "source_location": "L191", "weight": 1.0}, {"source": "fixtures_rationale_231", "target": "fixtures_make_nspkg_sdist", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/fixtures.py", "source_location": "L231", "weight": 1.0}, {"source": "fixtures_rationale_299", "target": "fixtures_create_setup_requires_package", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/fixtures.py", "source_location": "L299", "weight": 1.0}, {"source": "fixtures_rationale_137", "target": "backend_venv_lib_python3_12_site_packages_setuptools_tests_fixtures_py", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/fixtures.py", "source_location": "L137", "weight": 1.0}], "raw_calls": [{"caller_nid": "fixtures_user_override", "callee": "tempdir", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/fixtures.py", "source_location": "L26"}, {"caller_nid": "fixtures_user_override", "callee": "setattr", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/fixtures.py", "source_location": "L27"}, {"caller_nid": "fixtures_user_override", "callee": "tempdir", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/fixtures.py", "source_location": "L28"}, {"caller_nid": "fixtures_user_override", "callee": "setattr", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/fixtures.py", "source_location": "L29"}, {"caller_nid": "fixtures_user_override", "callee": "save_user_site_setting", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/fixtures.py", "source_location": "L30"}, {"caller_nid": "fixtures_tmpdir_cwd", "callee": "as_cwd", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/fixtures.py", "source_location": "L36"}, {"caller_nid": "fixtures_workaround_xdist_376", "callee": "has_plugin", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/fixtures.py", "source_location": "L50"}, {"caller_nid": "fixtures_workaround_xdist_376", "callee": "suppress", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/fixtures.py", "source_location": "L53"}, {"caller_nid": "fixtures_workaround_xdist_376", "callee": "remove", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/fixtures.py", "source_location": "L54"}, {"caller_nid": "fixtures_sample_project", "callee": "check_call", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/fixtures.py", "source_location": "L64"}, {"caller_nid": "fixtures_sample_project", "callee": "str", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/fixtures.py", "source_location": "L64"}, {"caller_nid": "fixtures_sample_project", "callee": "skip", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/fixtures.py", "source_location": "L66"}, {"caller_nid": "fixtures_sample_project_cwd", "callee": "Path", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/fixtures.py", "source_location": "L72"}, {"caller_nid": "fixtures_build_distributions", "callee": "session_locked_tmp_dir", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/fixtures.py", "source_location": "L85"}, {"caller_nid": "fixtures_build_distributions", "callee": "next", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/fixtures.py", "source_location": "L88"}, {"caller_nid": "fixtures_build_distributions", "callee": "glob", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/fixtures.py", "source_location": "L88"}, {"caller_nid": "fixtures_build_distributions", "callee": "next", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/fixtures.py", "source_location": "L89"}, {"caller_nid": "fixtures_build_distributions", "callee": "glob", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/fixtures.py", "source_location": "L89"}, {"caller_nid": "fixtures_build_distributions", "callee": "exists", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/fixtures.py", "source_location": "L94"}, {"caller_nid": "fixtures_build_distributions", "callee": "Path", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/fixtures.py", "source_location": "L94"}, {"caller_nid": "fixtures_build_distributions", "callee": "check_output", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/fixtures.py", "source_location": "L96"}, {"caller_nid": "fixtures_build_distributions", "callee": "str", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/fixtures.py", "source_location": "L101"}, {"caller_nid": "fixtures_build_distributions", "callee": "str", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/fixtures.py", "source_location": "L102"}, {"caller_nid": "fixtures_build_distributions", "callee": "exists", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/fixtures.py", "source_location": "L106"}, {"caller_nid": "fixtures_build_distributions", "callee": "Path", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/fixtures.py", "source_location": "L106"}, {"caller_nid": "fixtures_build_distributions", "callee": "next", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/fixtures.py", "source_location": "L108"}, {"caller_nid": "fixtures_build_distributions", "callee": "glob", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/fixtures.py", "source_location": "L108"}, {"caller_nid": "fixtures_build_distributions", "callee": "next", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/fixtures.py", "source_location": "L108"}, {"caller_nid": "fixtures_build_distributions", "callee": "glob", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/fixtures.py", "source_location": "L108"}, {"caller_nid": "fixtures_setuptools_sdist", "callee": "getenv", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/fixtures.py", "source_location": "L113"}, {"caller_nid": "fixtures_setuptools_sdist", "callee": "exists", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/fixtures.py", "source_location": "L114"}, {"caller_nid": "fixtures_setuptools_sdist", "callee": "resolve", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/fixtures.py", "source_location": "L115"}, {"caller_nid": "fixtures_setuptools_sdist", "callee": "Path", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/fixtures.py", "source_location": "L115"}, {"caller_nid": "fixtures_setuptools_wheel", "callee": "getenv", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/fixtures.py", "source_location": "L123"}, {"caller_nid": "fixtures_setuptools_wheel", "callee": "exists", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/fixtures.py", "source_location": "L124"}, {"caller_nid": "fixtures_setuptools_wheel", "callee": "resolve", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/fixtures.py", "source_location": "L125"}, {"caller_nid": "fixtures_setuptools_wheel", "callee": "Path", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/fixtures.py", "source_location": "L125"}, {"caller_nid": "fixtures_venv", "callee": "VirtualEnv", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/fixtures.py", "source_location": "L134"}, {"caller_nid": "fixtures_venv", "callee": "Path", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/fixtures.py", "source_location": "L135"}, {"caller_nid": "fixtures_venv", "callee": "str", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/fixtures.py", "source_location": "L138"}, {"caller_nid": "fixtures_venv", "callee": "environment", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/fixtures.py", "source_location": "L149"}, {"caller_nid": "fixtures_venv", "callee": "create", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/fixtures.py", "source_location": "L150"}, {"caller_nid": "fixtures_venv_without_setuptools", "callee": "VirtualEnv", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/fixtures.py", "source_location": "L156"}, {"caller_nid": "fixtures_venv_without_setuptools", "callee": "Path", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/fixtures.py", "source_location": "L157"}, {"caller_nid": "fixtures_venv_without_setuptools", "callee": "ensure_env", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/fixtures.py", "source_location": "L159"}, {"caller_nid": "fixtures_bare_venv", "callee": "VirtualEnv", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/fixtures.py", "source_location": "L166"}, {"caller_nid": "fixtures_bare_venv", "callee": "Path", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/fixtures.py", "source_location": "L167"}, {"caller_nid": "fixtures_bare_venv", "callee": "ensure_env", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/fixtures.py", "source_location": "L169"}, {"caller_nid": "fixtures_make_sdist", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/fixtures.py", "source_location": "L180"}, {"caller_nid": "fixtures_make_sdist", "callee": "open", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/fixtures.py", "source_location": "L181"}, {"caller_nid": "fixtures_make_sdist", "callee": "BytesIO", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/fixtures.py", "source_location": "L183"}, {"caller_nid": "fixtures_make_sdist", "callee": "encode", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/fixtures.py", "source_location": "L183"}, {"caller_nid": "fixtures_make_sdist", "callee": "TarInfo", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/fixtures.py", "source_location": "L184"}, {"caller_nid": "fixtures_make_sdist", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/fixtures.py", "source_location": "L185"}, {"caller_nid": "fixtures_make_sdist", "callee": "getvalue", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/fixtures.py", "source_location": "L185"}, {"caller_nid": "fixtures_make_sdist", "callee": "int", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/fixtures.py", "source_location": "L186"}, {"caller_nid": "fixtures_make_sdist", "callee": "time", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/fixtures.py", "source_location": "L186"}, {"caller_nid": "fixtures_make_sdist", "callee": "addfile", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/fixtures.py", "source_location": "L187"}, {"caller_nid": "fixtures_make_trivial_sdist", "callee": "DALS", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/fixtures.py", "source_location": "L202"}, {"caller_nid": "fixtures_make_trivial_sdist", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/fixtures.py", "source_location": "L216"}, {"caller_nid": "fixtures_make_trivial_sdist", "callee": "DALS", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/fixtures.py", "source_location": "L218"}, {"caller_nid": "fixtures_make_trivial_sdist", "callee": "as_uri", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/fixtures.py", "source_location": "L221"}, {"caller_nid": "fixtures_make_nspkg_sdist", "callee": "split", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/fixtures.py", "source_location": "L239"}, {"caller_nid": "fixtures_make_nspkg_sdist", "callee": "join", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/fixtures.py", "source_location": "L242"}, {"caller_nid": "fixtures_make_nspkg_sdist", "callee": "range", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/fixtures.py", "source_location": "L242"}, {"caller_nid": "fixtures_make_nspkg_sdist", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/fixtures.py", "source_location": "L242"}, {"caller_nid": "fixtures_make_nspkg_sdist", "callee": "DALS", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/fixtures.py", "source_location": "L244"}, {"caller_nid": "fixtures_make_nspkg_sdist", "callee": "join", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/fixtures.py", "source_location": "L258"}, {"caller_nid": "fixtures_make_nspkg_sdist", "callee": "join", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/fixtures.py", "source_location": "L260"}, {"caller_nid": "fixtures_make_nspkg_sdist", "callee": "split", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/fixtures.py", "source_location": "L260"}, {"caller_nid": "fixtures_make_nspkg_sdist", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/fixtures.py", "source_location": "L261"}, {"caller_nid": "fixtures_make_python_requires_sdist", "callee": "format", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/fixtures.py", "source_location": "L272"}, {"caller_nid": "fixtures_make_python_requires_sdist", "callee": "DALS", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/fixtures.py", "source_location": "L272"}, {"caller_nid": "fixtures_create_setup_requires_package", "callee": "safer_name", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/fixtures.py", "source_location": "L308"}, {"caller_nid": "fixtures_create_setup_requires_package", "callee": "abspath", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/fixtures.py", "source_location": "L313"}, {"caller_nid": "fixtures_create_setup_requires_package", "callee": "update", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/fixtures.py", "source_location": "L316"}, {"caller_nid": "fixtures_create_setup_requires_package", "callee": "join", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/fixtures.py", "source_location": "L318"}, {"caller_nid": "fixtures_create_setup_requires_package", "callee": "mkdir", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/fixtures.py", "source_location": "L319"}, {"caller_nid": "fixtures_create_setup_requires_package", "callee": "pop", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/fixtures.py", "source_location": "L326"}, {"caller_nid": "fixtures_create_setup_requires_package", "callee": "split", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/fixtures.py", "source_location": "L327"}, {"caller_nid": "fixtures_create_setup_requires_package", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/fixtures.py", "source_location": "L331"}, {"caller_nid": "fixtures_create_setup_requires_package", "callee": "join", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/fixtures.py", "source_location": "L332"}, {"caller_nid": "fixtures_create_setup_requires_package", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/fixtures.py", "source_location": "L333"}, {"caller_nid": "fixtures_create_setup_requires_package", "callee": "format", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/fixtures.py", "source_location": "L334"}, {"caller_nid": "fixtures_create_setup_requires_package", "callee": "DALS", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/fixtures.py", "source_location": "L334"}, {"caller_nid": "fixtures_create_setup_requires_package", "callee": "join", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/fixtures.py", "source_location": "L342"}, {"caller_nid": "fixtures_create_setup_requires_package", "callee": "join", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/fixtures.py", "source_location": "L343"}, {"caller_nid": "fixtures_create_setup_requires_package", "callee": "open", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/fixtures.py", "source_location": "L347"}, {"caller_nid": "fixtures_create_setup_requires_package", "callee": "join", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/fixtures.py", "source_location": "L347"}, {"caller_nid": "fixtures_create_setup_requires_package", "callee": "write", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/fixtures.py", "source_location": "L348"}, {"caller_nid": "fixtures_create_setup_requires_package", "callee": "DALS", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/fixtures.py", "source_location": "L352"}, {"caller_nid": "fixtures_create_setup_requires_package", "callee": "open", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/fixtures.py", "source_location": "L358"}, {"caller_nid": "fixtures_create_setup_requires_package", "callee": "join", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/fixtures.py", "source_location": "L358"}, {"caller_nid": "fixtures_create_setup_requires_package", "callee": "write", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/fixtures.py", "source_location": "L359"}, {"caller_nid": "fixtures_create_setup_requires_package", "callee": "join", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/fixtures.py", "source_location": "L361"}, {"caller_nid": "fixtures_create_setup_requires_package", "callee": "make_package", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/fixtures.py", "source_location": "L362"}, {"caller_nid": "fixtures_pbr_package", "callee": "DALS", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/fixtures.py", "source_location": "L370"}, {"caller_nid": "fixtures_pbr_package", "callee": "DALS", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/fixtures.py", "source_location": "L377"}, {"caller_nid": "fixtures_pbr_package", "callee": "DALS", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/fixtures.py", "source_location": "L385"}, {"caller_nid": "fixtures_pbr_package", "callee": "run", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/fixtures.py", "source_location": "L401"}, {"caller_nid": "fixtures_pbr_package", "callee": "mkdir", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/fixtures.py", "source_location": "L403"}, {"caller_nid": "fixtures_pbr_package", "callee": "build", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/fixtures.py", "source_location": "L404"}, {"caller_nid": "fixtures_pbr_package", "callee": "setenv", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/tests/fixtures.py", "source_location": "L405"}]}