Files
tfm_ainventory/graphify-out/cache/8b761aaca26b7e83ee9c1faa1a739117e01f6b8bd45f6ec30710f23580c36b5f.json

1 line
30 KiB
JSON

{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_pytest_tmpdir_py", "label": "tmpdir.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/tmpdir.py", "source_location": "L1"}, {"id": "tmpdir_temppathfactory", "label": "TempPathFactory", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/tmpdir.py", "source_location": "L43"}, {"id": "tmpdir_temppathfactory_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/tmpdir.py", "source_location": "L55"}, {"id": "tmpdir_from_config", "label": "from_config()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/tmpdir.py", "source_location": "L79"}, {"id": "tmpdir_temppathfactory_ensure_relative_to_basetemp", "label": "._ensure_relative_to_basetemp()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/tmpdir.py", "source_location": "L110"}, {"id": "tmpdir_temppathfactory_mktemp", "label": ".mktemp()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/tmpdir.py", "source_location": "L116"}, {"id": "tmpdir_temppathfactory_getbasetemp", "label": ".getbasetemp()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/tmpdir.py", "source_location": "L140"}, {"id": "tmpdir_get_user", "label": "get_user()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/tmpdir.py", "source_location": "L221"}, {"id": "tmpdir_pytest_configure", "label": "pytest_configure()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/tmpdir.py", "source_location": "L233"}, {"id": "tmpdir_pytest_addoption", "label": "pytest_addoption()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/tmpdir.py", "source_location": "L246"}, {"id": "tmpdir_tmp_path_factory", "label": "tmp_path_factory()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/tmpdir.py", "source_location": "L265"}, {"id": "tmpdir_mk_tmp", "label": "_mk_tmp()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/tmpdir.py", "source_location": "L271"}, {"id": "tmpdir_tmp_path", "label": "tmp_path()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/tmpdir.py", "source_location": "L280"}, {"id": "tmpdir_pytest_sessionfinish", "label": "pytest_sessionfinish()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/tmpdir.py", "source_location": "L304"}, {"id": "tmpdir_pytest_runtest_makereport", "label": "pytest_runtest_makereport()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/tmpdir.py", "source_location": "L330"}, {"id": "tmpdir_rationale_44", "label": "Factory for temporary directories under the common base temp directory, as d", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/tmpdir.py", "source_location": "L44"}, {"id": "tmpdir_rationale_85", "label": "Create a factory according to pytest configuration. :meta private:", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/tmpdir.py", "source_location": "L85"}, {"id": "tmpdir_rationale_117", "label": "Create a new temporary directory managed by the factory. :param basenam", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/tmpdir.py", "source_location": "L117"}, {"id": "tmpdir_rationale_141", "label": "Return the base temporary directory, creating it if needed. :returns:", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/tmpdir.py", "source_location": "L141"}, {"id": "tmpdir_rationale_222", "label": "Return the current user name, or None if getuser() does not work in the curr", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/tmpdir.py", "source_location": "L222"}, {"id": "tmpdir_rationale_234", "label": "Create a TempPathFactory and attach it to the config object. This is to com", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/tmpdir.py", "source_location": "L234"}, {"id": "tmpdir_rationale_266", "label": "Return a :class:`pytest.TempPathFactory` instance for the test session.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/tmpdir.py", "source_location": "L266"}, {"id": "tmpdir_rationale_283", "label": "Return a temporary directory (as :class:`pathlib.Path` object) which is uniq", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/tmpdir.py", "source_location": "L283"}, {"id": "tmpdir_rationale_305", "label": "After each session, remove base directory if all the tests passed, the polic", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/tmpdir.py", "source_location": "L305"}, {"id": "tmpdir_rationale_251", "label": "# NOTE: Would have been better as an `int` but can't change it now.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/tmpdir.py", "source_location": "L251"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_pytest_tmpdir_py", "target": "collections_abc", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/tmpdir.py", "source_location": "L6", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pytest_tmpdir_py", "target": "dataclasses", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/tmpdir.py", "source_location": "L7", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pytest_tmpdir_py", "target": "os", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/tmpdir.py", "source_location": "L8", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pytest_tmpdir_py", "target": "pathlib", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/tmpdir.py", "source_location": "L9", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pytest_tmpdir_py", "target": "re", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/tmpdir.py", "source_location": "L10", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pytest_tmpdir_py", "target": "shutil", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/tmpdir.py", "source_location": "L11", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pytest_tmpdir_py", "target": "stat", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/tmpdir.py", "source_location": "L12", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pytest_tmpdir_py", "target": "tempfile", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/tmpdir.py", "source_location": "L13", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pytest_tmpdir_py", "target": "typing", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/tmpdir.py", "source_location": "L14", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pytest_tmpdir_py", "target": "typing", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/tmpdir.py", "source_location": "L15", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pytest_tmpdir_py", "target": "typing", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/tmpdir.py", "source_location": "L16", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pytest_tmpdir_py", "target": "backend_venv_lib_python3_12_site_packages_pytest_pathlib_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/tmpdir.py", "source_location": "L18", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pytest_tmpdir_py", "target": "backend_venv_lib_python3_12_site_packages_pytest_pathlib_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/tmpdir.py", "source_location": "L19", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pytest_tmpdir_py", "target": "backend_venv_lib_python3_12_site_packages_pytest_pathlib_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/tmpdir.py", "source_location": "L20", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pytest_tmpdir_py", "target": "backend_venv_lib_python3_12_site_packages_pytest_pathlib_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/tmpdir.py", "source_location": "L21", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pytest_tmpdir_py", "target": "backend_venv_lib_python3_12_site_packages_pytest_pathlib_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/tmpdir.py", "source_location": "L22", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pytest_tmpdir_py", "target": "pytest_compat", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/tmpdir.py", "source_location": "L23", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pytest_tmpdir_py", "target": "pytest_config", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/tmpdir.py", "source_location": "L24", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pytest_tmpdir_py", "target": "pytest_config", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/tmpdir.py", "source_location": "L25", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pytest_tmpdir_py", "target": "pytest_config", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/tmpdir.py", "source_location": "L26", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pytest_tmpdir_py", "target": "pytest_config_argparsing", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/tmpdir.py", "source_location": "L27", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pytest_tmpdir_py", "target": "pytest_deprecated", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/tmpdir.py", "source_location": "L28", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pytest_tmpdir_py", "target": "pytest_fixtures", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/tmpdir.py", "source_location": "L29", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pytest_tmpdir_py", "target": "pytest_fixtures", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/tmpdir.py", "source_location": "L30", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pytest_tmpdir_py", "target": "pytest_monkeypatch", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/tmpdir.py", "source_location": "L31", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pytest_tmpdir_py", "target": "pytest_nodes", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/tmpdir.py", "source_location": "L32", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pytest_tmpdir_py", "target": "pytest_reports", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/tmpdir.py", "source_location": "L33", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pytest_tmpdir_py", "target": "pytest_stash", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/tmpdir.py", "source_location": "L34", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pytest_tmpdir_py", "target": "tmpdir_temppathfactory", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/tmpdir.py", "source_location": "L43", "weight": 1.0}, {"source": "tmpdir_temppathfactory", "target": "tmpdir_temppathfactory_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/tmpdir.py", "source_location": "L55", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pytest_tmpdir_py", "target": "tmpdir_from_config", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/tmpdir.py", "source_location": "L79", "weight": 1.0}, {"source": "tmpdir_temppathfactory", "target": "tmpdir_temppathfactory_ensure_relative_to_basetemp", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/tmpdir.py", "source_location": "L110", "weight": 1.0}, {"source": "tmpdir_temppathfactory", "target": "tmpdir_temppathfactory_mktemp", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/tmpdir.py", "source_location": "L116", "weight": 1.0}, {"source": "tmpdir_temppathfactory", "target": "tmpdir_temppathfactory_getbasetemp", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/tmpdir.py", "source_location": "L140", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pytest_tmpdir_py", "target": "tmpdir_get_user", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/tmpdir.py", "source_location": "L221", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pytest_tmpdir_py", "target": "tmpdir_pytest_configure", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/tmpdir.py", "source_location": "L233", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pytest_tmpdir_py", "target": "tmpdir_pytest_addoption", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/tmpdir.py", "source_location": "L246", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pytest_tmpdir_py", "target": "tmpdir_tmp_path_factory", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/tmpdir.py", "source_location": "L265", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pytest_tmpdir_py", "target": "tmpdir_mk_tmp", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/tmpdir.py", "source_location": "L271", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pytest_tmpdir_py", "target": "tmpdir_tmp_path", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/tmpdir.py", "source_location": "L280", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pytest_tmpdir_py", "target": "tmpdir_pytest_sessionfinish", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/tmpdir.py", "source_location": "L304", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_pytest_tmpdir_py", "target": "tmpdir_pytest_runtest_makereport", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/tmpdir.py", "source_location": "L330", "weight": 1.0}, {"source": "tmpdir_temppathfactory_ensure_relative_to_basetemp", "target": "tmpdir_temppathfactory_getbasetemp", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/tmpdir.py", "source_location": "L112", "weight": 1.0}, {"source": "tmpdir_temppathfactory_mktemp", "target": "tmpdir_temppathfactory_ensure_relative_to_basetemp", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/tmpdir.py", "source_location": "L131", "weight": 1.0}, {"source": "tmpdir_temppathfactory_mktemp", "target": "tmpdir_temppathfactory_getbasetemp", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/tmpdir.py", "source_location": "L133", "weight": 1.0}, {"source": "tmpdir_temppathfactory_getbasetemp", "target": "tmpdir_get_user", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/tmpdir.py", "source_location": "L158", "weight": 1.0}, {"source": "tmpdir_pytest_configure", "target": "tmpdir_from_config", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/tmpdir.py", "source_location": "L242", "weight": 1.0}, {"source": "tmpdir_mk_tmp", "target": "tmpdir_temppathfactory_mktemp", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/tmpdir.py", "source_location": "L276", "weight": 1.0}, {"source": "tmpdir_tmp_path", "target": "tmpdir_mk_tmp", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/tmpdir.py", "source_location": "L289", "weight": 1.0}, {"source": "tmpdir_rationale_44", "target": "tmpdir_temppathfactory", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/tmpdir.py", "source_location": "L44", "weight": 1.0}, {"source": "tmpdir_rationale_85", "target": "tmpdir_temppathfactory_from_config", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/tmpdir.py", "source_location": "L85", "weight": 1.0}, {"source": "tmpdir_rationale_117", "target": "tmpdir_temppathfactory_mktemp", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/tmpdir.py", "source_location": "L117", "weight": 1.0}, {"source": "tmpdir_rationale_141", "target": "tmpdir_temppathfactory_getbasetemp", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/tmpdir.py", "source_location": "L141", "weight": 1.0}, {"source": "tmpdir_rationale_222", "target": "tmpdir_get_user", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/tmpdir.py", "source_location": "L222", "weight": 1.0}, {"source": "tmpdir_rationale_234", "target": "tmpdir_pytest_configure", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/tmpdir.py", "source_location": "L234", "weight": 1.0}, {"source": "tmpdir_rationale_266", "target": "tmpdir_tmp_path_factory", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/tmpdir.py", "source_location": "L266", "weight": 1.0}, {"source": "tmpdir_rationale_283", "target": "tmpdir_tmp_path", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/tmpdir.py", "source_location": "L283", "weight": 1.0}, {"source": "tmpdir_rationale_305", "target": "tmpdir_pytest_sessionfinish", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/tmpdir.py", "source_location": "L305", "weight": 1.0}, {"source": "tmpdir_rationale_251", "target": "backend_venv_lib_python3_12_site_packages_pytest_tmpdir_py", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/tmpdir.py", "source_location": "L251", "weight": 1.0}], "raw_calls": [{"caller_nid": "tmpdir_temppathfactory_init", "callee": "check_ispytest", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/tmpdir.py", "source_location": "L65"}, {"caller_nid": "tmpdir_temppathfactory_init", "callee": "Path", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/tmpdir.py", "source_location": "L72"}, {"caller_nid": "tmpdir_temppathfactory_init", "callee": "abspath", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/tmpdir.py", "source_location": "L72"}, {"caller_nid": "tmpdir_temppathfactory_init", "callee": "str", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/tmpdir.py", "source_location": "L72"}, {"caller_nid": "tmpdir_from_config", "callee": "check_ispytest", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/tmpdir.py", "source_location": "L89"}, {"caller_nid": "tmpdir_from_config", "callee": "int", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/tmpdir.py", "source_location": "L90"}, {"caller_nid": "tmpdir_from_config", "callee": "getini", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/tmpdir.py", "source_location": "L90"}, {"caller_nid": "tmpdir_from_config", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/tmpdir.py", "source_location": "L92"}, {"caller_nid": "tmpdir_from_config", "callee": "getini", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/tmpdir.py", "source_location": "L96"}, {"caller_nid": "tmpdir_from_config", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/tmpdir.py", "source_location": "L98"}, {"caller_nid": "tmpdir_from_config", "callee": "cls", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/tmpdir.py", "source_location": "L102"}, {"caller_nid": "tmpdir_from_config", "callee": "get", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/tmpdir.py", "source_location": "L104"}, {"caller_nid": "tmpdir_temppathfactory_ensure_relative_to_basetemp", "callee": "normpath", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/tmpdir.py", "source_location": "L111"}, {"caller_nid": "tmpdir_temppathfactory_ensure_relative_to_basetemp", "callee": "resolve", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/tmpdir.py", "source_location": "L112"}, {"caller_nid": "tmpdir_temppathfactory_ensure_relative_to_basetemp", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/tmpdir.py", "source_location": "L113"}, {"caller_nid": "tmpdir_temppathfactory_mktemp", "callee": "joinpath", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/tmpdir.py", "source_location": "L133"}, {"caller_nid": "tmpdir_temppathfactory_mktemp", "callee": "mkdir", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/tmpdir.py", "source_location": "L134"}, {"caller_nid": "tmpdir_temppathfactory_mktemp", "callee": "make_numbered_dir", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/tmpdir.py", "source_location": "L136"}, {"caller_nid": "tmpdir_temppathfactory_mktemp", "callee": "_trace", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/tmpdir.py", "source_location": "L137"}, {"caller_nid": "tmpdir_temppathfactory_getbasetemp", "callee": "exists", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/tmpdir.py", "source_location": "L151"}, {"caller_nid": "tmpdir_temppathfactory_getbasetemp", "callee": "rm_rf", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/tmpdir.py", "source_location": "L152"}, {"caller_nid": "tmpdir_temppathfactory_getbasetemp", "callee": "mkdir", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/tmpdir.py", "source_location": "L153"}, {"caller_nid": "tmpdir_temppathfactory_getbasetemp", "callee": "resolve", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/tmpdir.py", "source_location": "L154"}, {"caller_nid": "tmpdir_temppathfactory_getbasetemp", "callee": "get", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/tmpdir.py", "source_location": "L156"}, {"caller_nid": "tmpdir_temppathfactory_getbasetemp", "callee": "resolve", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/tmpdir.py", "source_location": "L157"}, {"caller_nid": "tmpdir_temppathfactory_getbasetemp", "callee": "Path", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/tmpdir.py", "source_location": "L157"}, {"caller_nid": "tmpdir_temppathfactory_getbasetemp", "callee": "gettempdir", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/tmpdir.py", "source_location": "L157"}, {"caller_nid": "tmpdir_temppathfactory_getbasetemp", "callee": "joinpath", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/tmpdir.py", "source_location": "L161"}, {"caller_nid": "tmpdir_temppathfactory_getbasetemp", "callee": "mkdir", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/tmpdir.py", "source_location": "L163"}, {"caller_nid": "tmpdir_temppathfactory_getbasetemp", "callee": "joinpath", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/tmpdir.py", "source_location": "L166"}, {"caller_nid": "tmpdir_temppathfactory_getbasetemp", "callee": "mkdir", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/tmpdir.py", "source_location": "L167"}, {"caller_nid": "tmpdir_temppathfactory_getbasetemp", "callee": "get_user_id", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/tmpdir.py", "source_location": "L181"}, {"caller_nid": "tmpdir_temppathfactory_getbasetemp", "callee": "stat", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/tmpdir.py", "source_location": "L186"}, {"caller_nid": "tmpdir_temppathfactory_getbasetemp", "callee": "S_ISLNK", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/tmpdir.py", "source_location": "L187"}, {"caller_nid": "tmpdir_temppathfactory_getbasetemp", "callee": "OSError", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/tmpdir.py", "source_location": "L188"}, {"caller_nid": "tmpdir_temppathfactory_getbasetemp", "callee": "OSError", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/tmpdir.py", "source_location": "L193"}, {"caller_nid": "tmpdir_temppathfactory_getbasetemp", "callee": "chmod", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/tmpdir.py", "source_location": "L201"}, {"caller_nid": "tmpdir_temppathfactory_getbasetemp", "callee": "make_numbered_dir_with_cleanup", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/tmpdir.py", "source_location": "L208"}, {"caller_nid": "tmpdir_temppathfactory_getbasetemp", "callee": "_trace", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/tmpdir.py", "source_location": "L217"}, {"caller_nid": "tmpdir_get_user", "callee": "getuser", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/tmpdir.py", "source_location": "L228"}, {"caller_nid": "tmpdir_pytest_configure", "callee": "MonkeyPatch", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/tmpdir.py", "source_location": "L240"}, {"caller_nid": "tmpdir_pytest_configure", "callee": "add_cleanup", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/tmpdir.py", "source_location": "L241"}, {"caller_nid": "tmpdir_pytest_configure", "callee": "setattr", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/tmpdir.py", "source_location": "L243"}, {"caller_nid": "tmpdir_pytest_addoption", "callee": "addini", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/tmpdir.py", "source_location": "L247"}, {"caller_nid": "tmpdir_pytest_addoption", "callee": "addini", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/tmpdir.py", "source_location": "L255"}, {"caller_nid": "tmpdir_mk_tmp", "callee": "sub", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/tmpdir.py", "source_location": "L273"}, {"caller_nid": "tmpdir_tmp_path", "callee": "get", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/tmpdir.py", "source_location": "L296"}, {"caller_nid": "tmpdir_tmp_path", "callee": "rmtree", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/tmpdir.py", "source_location": "L299"}, {"caller_nid": "tmpdir_pytest_sessionfinish", "callee": "is_dir", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/tmpdir.py", "source_location": "L319"}, {"caller_nid": "tmpdir_pytest_sessionfinish", "callee": "rmtree", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/tmpdir.py", "source_location": "L322"}, {"caller_nid": "tmpdir_pytest_sessionfinish", "callee": "is_dir", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/tmpdir.py", "source_location": "L325"}, {"caller_nid": "tmpdir_pytest_sessionfinish", "callee": "cleanup_dead_symlinks", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/tmpdir.py", "source_location": "L326"}, {"caller_nid": "tmpdir_pytest_runtest_makereport", "callee": "setdefault", "source_file": "backend/venv/lib/python3.12/site-packages/_pytest/tmpdir.py", "source_location": "L336"}]}