1 line
37 KiB
JSON
1 line
37 KiB
JSON
{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_setuptools_distutils_filelist_py", "label": "filelist.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/filelist.py", "source_location": "L1"}, {"id": "filelist_filelist", "label": "FileList", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/filelist.py", "source_location": "L21"}, {"id": "filelist_filelist_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/filelist.py", "source_location": "L36"}, {"id": "filelist_filelist_set_allfiles", "label": ".set_allfiles()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/filelist.py", "source_location": "L42"}, {"id": "filelist_filelist_findall", "label": ".findall()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/filelist.py", "source_location": "L45"}, {"id": "filelist_filelist_debug_print", "label": ".debug_print()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/filelist.py", "source_location": "L48"}, {"id": "filelist_filelist_append", "label": ".append()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/filelist.py", "source_location": "L59"}, {"id": "filelist_filelist_extend", "label": ".extend()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/filelist.py", "source_location": "L62"}, {"id": "filelist_filelist_sort", "label": ".sort()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/filelist.py", "source_location": "L65"}, {"id": "filelist_filelist_remove_duplicates", "label": ".remove_duplicates()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/filelist.py", "source_location": "L74"}, {"id": "filelist_filelist_parse_template_line", "label": "._parse_template_line()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/filelist.py", "source_location": "L82"}, {"id": "filelist_filelist_process_template_line", "label": ".process_template_line()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/filelist.py", "source_location": "L112"}, {"id": "filelist_include_pattern", "label": "include_pattern()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/filelist.py", "source_location": "L201"}, {"id": "filelist_filelist_include_pattern", "label": ".include_pattern()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/filelist.py", "source_location": "L225"}, {"id": "filelist_exclude_pattern", "label": "exclude_pattern()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/filelist.py", "source_location": "L273"}, {"id": "filelist_filelist_exclude_pattern", "label": ".exclude_pattern()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/filelist.py", "source_location": "L297"}, {"id": "filelist_find_all_simple", "label": "_find_all_simple()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/filelist.py", "source_location": "L324"}, {"id": "filelist_uniquedirs", "label": "_UniqueDirs", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/filelist.py", "source_location": "L335"}, {"id": "set", "label": "set", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "filelist_uniquedirs_call", "label": ".__call__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/filelist.py", "source_location": "L342"}, {"id": "filelist_filter", "label": "filter()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/filelist.py", "source_location": "L358"}, {"id": "filelist_findall", "label": "findall()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/filelist.py", "source_location": "L362"}, {"id": "filelist_glob_to_re", "label": "glob_to_re()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/filelist.py", "source_location": "L374"}, {"id": "filelist_translate_pattern", "label": "translate_pattern()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/filelist.py", "source_location": "L397"}, {"id": "filelist_rationale_1", "label": "distutils.filelist Provides the FileList class, used for poking about the files", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/filelist.py", "source_location": "L1"}, {"id": "filelist_rationale_22", "label": "A list of files built by on exploring the filesystem and filtered by applyin", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/filelist.py", "source_location": "L22"}, {"id": "filelist_rationale_49", "label": "Print 'msg' to stdout if the global DEBUG (taken from the DISTUTILS_DEBU", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/filelist.py", "source_location": "L49"}, {"id": "filelist_rationale_232", "label": "Select strings (presumably filenames) from 'self.files' that match 'patt", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/filelist.py", "source_location": "L232"}, {"id": "filelist_rationale_304", "label": "Remove strings (presumably filenames) from 'files' that match 'pattern'.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/filelist.py", "source_location": "L304"}, {"id": "filelist_rationale_325", "label": "Find all files under 'path'", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/filelist.py", "source_location": "L325"}, {"id": "filelist_rationale_336", "label": "Exclude previously-seen dirs from walk results, avoiding infinite recursion.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/filelist.py", "source_location": "L336"}, {"id": "filelist_rationale_343", "label": "Given an item from an os.walk result, determine if the item represents a", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/filelist.py", "source_location": "L343"}, {"id": "filelist_rationale_363", "label": "Find all files under 'dir' and return the list of full filenames. Unless dir", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/filelist.py", "source_location": "L363"}, {"id": "filelist_rationale_375", "label": "Translate a shell-like glob pattern to a regular expression; return a string", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/filelist.py", "source_location": "L375"}, {"id": "filelist_rationale_398", "label": "Translate a shell-like wildcard pattern to a compiled regular expression. R", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/filelist.py", "source_location": "L398"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_setuptools_distutils_filelist_py", "target": "fnmatch", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/filelist.py", "source_location": "L9", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_distutils_filelist_py", "target": "functools", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/filelist.py", "source_location": "L10", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_distutils_filelist_py", "target": "os", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/filelist.py", "source_location": "L11", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_distutils_filelist_py", "target": "re", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/filelist.py", "source_location": "L12", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_distutils_filelist_py", "target": "collections_abc", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/filelist.py", "source_location": "L13", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_distutils_filelist_py", "target": "typing", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/filelist.py", "source_location": "L14", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_distutils_filelist_py", "target": "backend_venv_lib_python3_12_site_packages_setuptools_distutils_log_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/filelist.py", "source_location": "L16", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_distutils_filelist_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/filelist.py", "source_location": "L17", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_distutils_filelist_py", "target": "backend_venv_lib_python3_12_site_packages_setuptools_distutils_util_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/filelist.py", "source_location": "L18", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_distutils_filelist_py", "target": "filelist_filelist", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/filelist.py", "source_location": "L21", "weight": 1.0}, {"source": "filelist_filelist", "target": "filelist_filelist_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/filelist.py", "source_location": "L36", "weight": 1.0}, {"source": "filelist_filelist", "target": "filelist_filelist_set_allfiles", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/filelist.py", "source_location": "L42", "weight": 1.0}, {"source": "filelist_filelist", "target": "filelist_filelist_findall", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/filelist.py", "source_location": "L45", "weight": 1.0}, {"source": "filelist_filelist", "target": "filelist_filelist_debug_print", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/filelist.py", "source_location": "L48", "weight": 1.0}, {"source": "filelist_filelist", "target": "filelist_filelist_append", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/filelist.py", "source_location": "L59", "weight": 1.0}, {"source": "filelist_filelist", "target": "filelist_filelist_extend", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/filelist.py", "source_location": "L62", "weight": 1.0}, {"source": "filelist_filelist", "target": "filelist_filelist_sort", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/filelist.py", "source_location": "L65", "weight": 1.0}, {"source": "filelist_filelist", "target": "filelist_filelist_remove_duplicates", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/filelist.py", "source_location": "L74", "weight": 1.0}, {"source": "filelist_filelist", "target": "filelist_filelist_parse_template_line", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/filelist.py", "source_location": "L82", "weight": 1.0}, {"source": "filelist_filelist", "target": "filelist_filelist_process_template_line", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/filelist.py", "source_location": "L112", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_distutils_filelist_py", "target": "filelist_include_pattern", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/filelist.py", "source_location": "L201", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_distutils_filelist_py", "target": "filelist_include_pattern", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/filelist.py", "source_location": "L209", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_distutils_filelist_py", "target": "filelist_include_pattern", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/filelist.py", "source_location": "L218", "weight": 1.0}, {"source": "filelist_filelist", "target": "filelist_filelist_include_pattern", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/filelist.py", "source_location": "L225", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_distutils_filelist_py", "target": "filelist_exclude_pattern", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/filelist.py", "source_location": "L273", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_distutils_filelist_py", "target": "filelist_exclude_pattern", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/filelist.py", "source_location": "L281", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_distutils_filelist_py", "target": "filelist_exclude_pattern", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/filelist.py", "source_location": "L290", "weight": 1.0}, {"source": "filelist_filelist", "target": "filelist_filelist_exclude_pattern", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/filelist.py", "source_location": "L297", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_distutils_filelist_py", "target": "filelist_find_all_simple", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/filelist.py", "source_location": "L324", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_distutils_filelist_py", "target": "filelist_uniquedirs", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/filelist.py", "source_location": "L335", "weight": 1.0}, {"source": "filelist_uniquedirs", "target": "set", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/filelist.py", "source_location": "L335", "weight": 1.0}, {"source": "filelist_uniquedirs", "target": "filelist_uniquedirs_call", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/filelist.py", "source_location": "L342", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_distutils_filelist_py", "target": "filelist_filter", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/filelist.py", "source_location": "L358", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_distutils_filelist_py", "target": "filelist_findall", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/filelist.py", "source_location": "L362", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_distutils_filelist_py", "target": "filelist_glob_to_re", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/filelist.py", "source_location": "L374", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_distutils_filelist_py", "target": "filelist_translate_pattern", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/filelist.py", "source_location": "L397", "weight": 1.0}, {"source": "filelist_filelist_findall", "target": "filelist_findall", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/filelist.py", "source_location": "L46", "weight": 1.0}, {"source": "filelist_filelist_sort", "target": "filelist_filelist_append", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/filelist.py", "source_location": "L70", "weight": 1.0}, {"source": "filelist_filelist_process_template_line", "target": "filelist_filelist_parse_template_line", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/filelist.py", "source_location": "L118", "weight": 1.0}, {"source": "filelist_filelist_process_template_line", "target": "filelist_filelist_debug_print", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/filelist.py", "source_location": "L124", "weight": 1.0}, {"source": "filelist_filelist_process_template_line", "target": "filelist_filelist_include_pattern", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/filelist.py", "source_location": "L126", "weight": 1.0}, {"source": "filelist_filelist_process_template_line", "target": "filelist_filelist_exclude_pattern", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/filelist.py", "source_location": "L132", "weight": 1.0}, {"source": "filelist_filelist_include_pattern", "target": "filelist_translate_pattern", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/filelist.py", "source_location": "L258", "weight": 1.0}, {"source": "filelist_filelist_include_pattern", "target": "filelist_filelist_debug_print", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/filelist.py", "source_location": "L259", "weight": 1.0}, {"source": "filelist_filelist_include_pattern", "target": "filelist_findall", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/filelist.py", "source_location": "L263", "weight": 1.0}, {"source": "filelist_filelist_include_pattern", "target": "filelist_filelist_append", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/filelist.py", "source_location": "L268", "weight": 1.0}, {"source": "filelist_filelist_exclude_pattern", "target": "filelist_translate_pattern", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/filelist.py", "source_location": "L311", "weight": 1.0}, {"source": "filelist_filelist_exclude_pattern", "target": "filelist_filelist_debug_print", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/filelist.py", "source_location": "L312", "weight": 1.0}, {"source": "filelist_find_all_simple", "target": "filelist_filter", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/filelist.py", "source_location": "L328", "weight": 1.0}, {"source": "filelist_findall", "target": "filelist_find_all_simple", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/filelist.py", "source_location": "L367", "weight": 1.0}, {"source": "filelist_translate_pattern", "target": "filelist_glob_to_re", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/filelist.py", "source_location": "L410", "weight": 1.0}, {"source": "filelist_rationale_1", "target": "backend_venv_lib_python3_12_site_packages_setuptools_distutils_filelist_py", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/filelist.py", "source_location": "L1", "weight": 1.0}, {"source": "filelist_rationale_22", "target": "filelist_filelist", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/filelist.py", "source_location": "L22", "weight": 1.0}, {"source": "filelist_rationale_49", "target": "filelist_filelist_debug_print", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/filelist.py", "source_location": "L49", "weight": 1.0}, {"source": "filelist_rationale_232", "target": "filelist_filelist_include_pattern", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/filelist.py", "source_location": "L232", "weight": 1.0}, {"source": "filelist_rationale_304", "target": "filelist_filelist_exclude_pattern", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/filelist.py", "source_location": "L304", "weight": 1.0}, {"source": "filelist_rationale_325", "target": "filelist_find_all_simple", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/filelist.py", "source_location": "L325", "weight": 1.0}, {"source": "filelist_rationale_336", "target": "filelist_uniquedirs", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/filelist.py", "source_location": "L336", "weight": 1.0}, {"source": "filelist_rationale_343", "target": "filelist_uniquedirs_call", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/filelist.py", "source_location": "L343", "weight": 1.0}, {"source": "filelist_rationale_363", "target": "filelist_findall", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/filelist.py", "source_location": "L363", "weight": 1.0}, {"source": "filelist_rationale_375", "target": "filelist_glob_to_re", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/filelist.py", "source_location": "L375", "weight": 1.0}, {"source": "filelist_rationale_398", "target": "filelist_translate_pattern", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/filelist.py", "source_location": "L398", "weight": 1.0}], "raw_calls": [{"caller_nid": "filelist_filelist_debug_print", "callee": "print", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/filelist.py", "source_location": "L55"}, {"caller_nid": "filelist_filelist_sort", "callee": "sorted", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/filelist.py", "source_location": "L67"}, {"caller_nid": "filelist_filelist_sort", "callee": "map", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/filelist.py", "source_location": "L67"}, {"caller_nid": "filelist_filelist_sort", "callee": "join", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/filelist.py", "source_location": "L70"}, {"caller_nid": "filelist_filelist_remove_duplicates", "callee": "range", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/filelist.py", "source_location": "L76"}, {"caller_nid": "filelist_filelist_remove_duplicates", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/filelist.py", "source_location": "L76"}, {"caller_nid": "filelist_filelist_parse_template_line", "callee": "split", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/filelist.py", "source_location": "L83"}, {"caller_nid": "filelist_filelist_parse_template_line", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/filelist.py", "source_location": "L89"}, {"caller_nid": "filelist_filelist_parse_template_line", "callee": "DistutilsTemplateError", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/filelist.py", "source_location": "L90"}, {"caller_nid": "filelist_filelist_parse_template_line", "callee": "convert_path", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/filelist.py", "source_location": "L93"}, {"caller_nid": "filelist_filelist_parse_template_line", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/filelist.py", "source_location": "L95"}, {"caller_nid": "filelist_filelist_parse_template_line", "callee": "DistutilsTemplateError", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/filelist.py", "source_location": "L96"}, {"caller_nid": "filelist_filelist_parse_template_line", "callee": "convert_path", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/filelist.py", "source_location": "L99"}, {"caller_nid": "filelist_filelist_parse_template_line", "callee": "convert_path", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/filelist.py", "source_location": "L100"}, {"caller_nid": "filelist_filelist_parse_template_line", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/filelist.py", "source_location": "L102"}, {"caller_nid": "filelist_filelist_parse_template_line", "callee": "DistutilsTemplateError", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/filelist.py", "source_location": "L103"}, {"caller_nid": "filelist_filelist_parse_template_line", "callee": "convert_path", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/filelist.py", "source_location": "L106"}, {"caller_nid": "filelist_filelist_parse_template_line", "callee": "DistutilsTemplateError", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/filelist.py", "source_location": "L108"}, {"caller_nid": "filelist_filelist_process_template_line", "callee": "join", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/filelist.py", "source_location": "L124"}, {"caller_nid": "filelist_filelist_process_template_line", "callee": "warning", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/filelist.py", "source_location": "L127"}, {"caller_nid": "filelist_filelist_process_template_line", "callee": "join", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/filelist.py", "source_location": "L130"}, {"caller_nid": "filelist_filelist_process_template_line", "callee": "warning", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/filelist.py", "source_location": "L133"}, {"caller_nid": "filelist_filelist_process_template_line", "callee": "join", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/filelist.py", "source_location": "L139"}, {"caller_nid": "filelist_filelist_process_template_line", "callee": "warning", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/filelist.py", "source_location": "L142"}, {"caller_nid": "filelist_filelist_process_template_line", "callee": "join", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/filelist.py", "source_location": "L151"}, {"caller_nid": "filelist_filelist_process_template_line", "callee": "warning", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/filelist.py", "source_location": "L154"}, {"caller_nid": "filelist_filelist_process_template_line", "callee": "format", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/filelist.py", "source_location": "L163"}, {"caller_nid": "filelist_filelist_process_template_line", "callee": "join", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/filelist.py", "source_location": "L163"}, {"caller_nid": "filelist_filelist_process_template_line", "callee": "warning", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/filelist.py", "source_location": "L167"}, {"caller_nid": "filelist_filelist_process_template_line", "callee": "format", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/filelist.py", "source_location": "L170"}, {"caller_nid": "filelist_filelist_process_template_line", "callee": "join", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/filelist.py", "source_location": "L170"}, {"caller_nid": "filelist_filelist_process_template_line", "callee": "warning", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/filelist.py", "source_location": "L173"}, {"caller_nid": "filelist_filelist_process_template_line", "callee": "warning", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/filelist.py", "source_location": "L185"}, {"caller_nid": "filelist_filelist_process_template_line", "callee": "warning", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/filelist.py", "source_location": "L190"}, {"caller_nid": "filelist_filelist_process_template_line", "callee": "DistutilsInternalError", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/filelist.py", "source_location": "L195"}, {"caller_nid": "filelist_filelist_include_pattern", "callee": "search", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/filelist.py", "source_location": "L266"}, {"caller_nid": "filelist_filelist_exclude_pattern", "callee": "range", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/filelist.py", "source_location": "L313"}, {"caller_nid": "filelist_filelist_exclude_pattern", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/filelist.py", "source_location": "L313"}, {"caller_nid": "filelist_filelist_exclude_pattern", "callee": "search", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/filelist.py", "source_location": "L314"}, {"caller_nid": "filelist_find_all_simple", "callee": "walk", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/filelist.py", "source_location": "L328"}, {"caller_nid": "filelist_find_all_simple", "callee": "join", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/filelist.py", "source_location": "L330"}, {"caller_nid": "filelist_uniquedirs_call", "callee": "stat", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/filelist.py", "source_location": "L349"}, {"caller_nid": "filelist_uniquedirs_call", "callee": "add", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/filelist.py", "source_location": "L354"}, {"caller_nid": "filelist_filter", "callee": "cls", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/filelist.py", "source_location": "L359"}, {"caller_nid": "filelist_findall", "callee": "partial", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/filelist.py", "source_location": "L369"}, {"caller_nid": "filelist_findall", "callee": "map", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/filelist.py", "source_location": "L370"}, {"caller_nid": "filelist_findall", "callee": "list", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/filelist.py", "source_location": "L371"}, {"caller_nid": "filelist_glob_to_re", "callee": "translate", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/filelist.py", "source_location": "L380"}, {"caller_nid": "filelist_glob_to_re", "callee": "sub", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/filelist.py", "source_location": "L393"}, {"caller_nid": "filelist_translate_pattern", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/filelist.py", "source_location": "L404"}, {"caller_nid": "filelist_translate_pattern", "callee": "compile", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/filelist.py", "source_location": "L405"}, {"caller_nid": "filelist_translate_pattern", "callee": "partition", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/filelist.py", "source_location": "L410"}, {"caller_nid": "filelist_translate_pattern", "callee": "startswith", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/filelist.py", "source_location": "L414"}, {"caller_nid": "filelist_translate_pattern", "callee": "endswith", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/filelist.py", "source_location": "L414"}, {"caller_nid": "filelist_translate_pattern", "callee": "startswith", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/filelist.py", "source_location": "L420"}, {"caller_nid": "filelist_translate_pattern", "callee": "endswith", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/filelist.py", "source_location": "L420"}, {"caller_nid": "filelist_translate_pattern", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/filelist.py", "source_location": "L421"}, {"caller_nid": "filelist_translate_pattern", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/filelist.py", "source_location": "L421"}, {"caller_nid": "filelist_translate_pattern", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/filelist.py", "source_location": "L421"}, {"caller_nid": "filelist_translate_pattern", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/filelist.py", "source_location": "L425"}, {"caller_nid": "filelist_translate_pattern", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/filelist.py", "source_location": "L425"}, {"caller_nid": "filelist_translate_pattern", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/filelist.py", "source_location": "L425"}, {"caller_nid": "filelist_translate_pattern", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/filelist.py", "source_location": "L429"}, {"caller_nid": "filelist_translate_pattern", "callee": "compile", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/filelist.py", "source_location": "L431"}]} |