1 line
34 KiB
JSON
1 line
34 KiB
JSON
{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_setuptools_distutils_fancy_getopt_py", "label": "fancy_getopt.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/fancy_getopt.py", "source_location": "L1"}, {"id": "fancy_getopt_fancygetopt", "label": "FancyGetopt", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/fancy_getopt.py", "source_location": "L37"}, {"id": "fancy_getopt_fancygetopt_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/fancy_getopt.py", "source_location": "L49"}, {"id": "fancy_getopt_fancygetopt_build_index", "label": "._build_index()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/fancy_getopt.py", "source_location": "L89"}, {"id": "fancy_getopt_fancygetopt_set_option_table", "label": ".set_option_table()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/fancy_getopt.py", "source_location": "L94"}, {"id": "fancy_getopt_fancygetopt_add_option", "label": ".add_option()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/fancy_getopt.py", "source_location": "L98"}, {"id": "fancy_getopt_fancygetopt_has_option", "label": ".has_option()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/fancy_getopt.py", "source_location": "L108"}, {"id": "fancy_getopt_fancygetopt_get_attr_name", "label": ".get_attr_name()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/fancy_getopt.py", "source_location": "L113"}, {"id": "fancy_getopt_fancygetopt_check_alias_dict", "label": "._check_alias_dict()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/fancy_getopt.py", "source_location": "L119"}, {"id": "fancy_getopt_fancygetopt_set_aliases", "label": ".set_aliases()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/fancy_getopt.py", "source_location": "L131"}, {"id": "fancy_getopt_fancygetopt_set_negative_aliases", "label": ".set_negative_aliases()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/fancy_getopt.py", "source_location": "L136"}, {"id": "fancy_getopt_fancygetopt_grok_option_table", "label": "._grok_option_table()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/fancy_getopt.py", "source_location": "L144"}, {"id": "fancy_getopt_fancygetopt_getopt", "label": ".getopt()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/fancy_getopt.py", "source_location": "L224"}, {"id": "fancy_getopt_fancygetopt_get_option_order", "label": ".get_option_order()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/fancy_getopt.py", "source_location": "L285"}, {"id": "fancy_getopt_fancygetopt_generate_help", "label": ".generate_help()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/fancy_getopt.py", "source_location": "L295"}, {"id": "fancy_getopt_fancygetopt_print_help", "label": ".print_help()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/fancy_getopt.py", "source_location": "L373"}, {"id": "fancy_getopt_fancy_getopt", "label": "fancy_getopt()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/fancy_getopt.py", "source_location": "L380"}, {"id": "fancy_getopt_wrap_text", "label": "wrap_text()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/fancy_getopt.py", "source_location": "L389"}, {"id": "fancy_getopt_translate_longopt", "label": "translate_longopt()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/fancy_getopt.py", "source_location": "L443"}, {"id": "fancy_getopt_optiondummy", "label": "OptionDummy", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/fancy_getopt.py", "source_location": "L450"}, {"id": "fancy_getopt_optiondummy_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/fancy_getopt.py", "source_location": "L454"}, {"id": "fancy_getopt_rationale_1", "label": "distutils.fancy_getopt Wrapper around the standard getopt module that provides", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/fancy_getopt.py", "source_location": "L1"}, {"id": "fancy_getopt_rationale_38", "label": "Wrapper around the standard 'getopt()' module that provides some handy extra", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/fancy_getopt.py", "source_location": "L38"}, {"id": "fancy_getopt_rationale_109", "label": "Return true if the option table for this parser has an option with long", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/fancy_getopt.py", "source_location": "L109"}, {"id": "fancy_getopt_rationale_114", "label": "Translate long option name 'long_option' to the form it has as an attrib", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/fancy_getopt.py", "source_location": "L114"}, {"id": "fancy_getopt_rationale_132", "label": "Set the aliases for this option parser.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/fancy_getopt.py", "source_location": "L132"}, {"id": "fancy_getopt_rationale_137", "label": "Set the negative aliases for this option parser. 'negative_alias' should", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/fancy_getopt.py", "source_location": "L137"}, {"id": "fancy_getopt_rationale_145", "label": "Populate the various data structures that keep tabs on the option table.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/fancy_getopt.py", "source_location": "L145"}, {"id": "fancy_getopt_rationale_225", "label": "Parse command-line options in args. Store as attributes on object. If '", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/fancy_getopt.py", "source_location": "L225"}, {"id": "fancy_getopt_rationale_286", "label": "Returns the list of (option, value) tuples processed by the previous run", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/fancy_getopt.py", "source_location": "L286"}, {"id": "fancy_getopt_rationale_296", "label": "Generate help text (a list of strings, one per suggested line of output)", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/fancy_getopt.py", "source_location": "L296"}, {"id": "fancy_getopt_rationale_390", "label": "wrap_text(text : string, width : int) -> [string] Split 'text' into multipl", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/fancy_getopt.py", "source_location": "L390"}, {"id": "fancy_getopt_rationale_444", "label": "Convert a long option name to a valid Python identifier by changing \"-\" to \"", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/fancy_getopt.py", "source_location": "L444"}, {"id": "fancy_getopt_rationale_451", "label": "Dummy class just used as a place to hold command-line option values as insta", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/fancy_getopt.py", "source_location": "L451"}, {"id": "fancy_getopt_rationale_455", "label": "Create a new OptionDummy instance. The attributes listed in 'options' w", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/fancy_getopt.py", "source_location": "L455"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_setuptools_distutils_fancy_getopt_py", "target": "getopt", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/fancy_getopt.py", "source_location": "L13", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_distutils_fancy_getopt_py", "target": "re", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/fancy_getopt.py", "source_location": "L14", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_distutils_fancy_getopt_py", "target": "string", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/fancy_getopt.py", "source_location": "L15", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_distutils_fancy_getopt_py", "target": "sys", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/fancy_getopt.py", "source_location": "L16", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_distutils_fancy_getopt_py", "target": "collections_abc", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/fancy_getopt.py", "source_location": "L17", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_distutils_fancy_getopt_py", "target": "typing", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/fancy_getopt.py", "source_location": "L18", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_distutils_fancy_getopt_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/fancy_getopt.py", "source_location": "L20", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_distutils_fancy_getopt_py", "target": "fancy_getopt_fancygetopt", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/fancy_getopt.py", "source_location": "L37", "weight": 1.0}, {"source": "fancy_getopt_fancygetopt", "target": "fancy_getopt_fancygetopt_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/fancy_getopt.py", "source_location": "L49", "weight": 1.0}, {"source": "fancy_getopt_fancygetopt", "target": "fancy_getopt_fancygetopt_build_index", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/fancy_getopt.py", "source_location": "L89", "weight": 1.0}, {"source": "fancy_getopt_fancygetopt", "target": "fancy_getopt_fancygetopt_set_option_table", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/fancy_getopt.py", "source_location": "L94", "weight": 1.0}, {"source": "fancy_getopt_fancygetopt", "target": "fancy_getopt_fancygetopt_add_option", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/fancy_getopt.py", "source_location": "L98", "weight": 1.0}, {"source": "fancy_getopt_fancygetopt", "target": "fancy_getopt_fancygetopt_has_option", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/fancy_getopt.py", "source_location": "L108", "weight": 1.0}, {"source": "fancy_getopt_fancygetopt", "target": "fancy_getopt_fancygetopt_get_attr_name", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/fancy_getopt.py", "source_location": "L113", "weight": 1.0}, {"source": "fancy_getopt_fancygetopt", "target": "fancy_getopt_fancygetopt_check_alias_dict", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/fancy_getopt.py", "source_location": "L119", "weight": 1.0}, {"source": "fancy_getopt_fancygetopt", "target": "fancy_getopt_fancygetopt_set_aliases", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/fancy_getopt.py", "source_location": "L131", "weight": 1.0}, {"source": "fancy_getopt_fancygetopt", "target": "fancy_getopt_fancygetopt_set_negative_aliases", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/fancy_getopt.py", "source_location": "L136", "weight": 1.0}, {"source": "fancy_getopt_fancygetopt", "target": "fancy_getopt_fancygetopt_grok_option_table", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/fancy_getopt.py", "source_location": "L144", "weight": 1.0}, {"source": "fancy_getopt_fancygetopt", "target": "fancy_getopt_fancygetopt_getopt", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/fancy_getopt.py", "source_location": "L224", "weight": 1.0}, {"source": "fancy_getopt_fancygetopt", "target": "fancy_getopt_fancygetopt_get_option_order", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/fancy_getopt.py", "source_location": "L285", "weight": 1.0}, {"source": "fancy_getopt_fancygetopt", "target": "fancy_getopt_fancygetopt_generate_help", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/fancy_getopt.py", "source_location": "L295", "weight": 1.0}, {"source": "fancy_getopt_fancygetopt", "target": "fancy_getopt_fancygetopt_print_help", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/fancy_getopt.py", "source_location": "L373", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_distutils_fancy_getopt_py", "target": "fancy_getopt_fancy_getopt", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/fancy_getopt.py", "source_location": "L380", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_distutils_fancy_getopt_py", "target": "fancy_getopt_wrap_text", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/fancy_getopt.py", "source_location": "L389", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_distutils_fancy_getopt_py", "target": "fancy_getopt_translate_longopt", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/fancy_getopt.py", "source_location": "L443", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_distutils_fancy_getopt_py", "target": "fancy_getopt_optiondummy", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/fancy_getopt.py", "source_location": "L450", "weight": 1.0}, {"source": "fancy_getopt_optiondummy", "target": "fancy_getopt_optiondummy_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/fancy_getopt.py", "source_location": "L454", "weight": 1.0}, {"source": "fancy_getopt_fancygetopt_init", "target": "fancy_getopt_fancygetopt_build_index", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/fancy_getopt.py", "source_location": "L64", "weight": 1.0}, {"source": "fancy_getopt_fancygetopt_set_option_table", "target": "fancy_getopt_fancygetopt_build_index", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/fancy_getopt.py", "source_location": "L96", "weight": 1.0}, {"source": "fancy_getopt_fancygetopt_set_aliases", "target": "fancy_getopt_fancygetopt_check_alias_dict", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/fancy_getopt.py", "source_location": "L133", "weight": 1.0}, {"source": "fancy_getopt_fancygetopt_set_negative_aliases", "target": "fancy_getopt_fancygetopt_check_alias_dict", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/fancy_getopt.py", "source_location": "L141", "weight": 1.0}, {"source": "fancy_getopt_fancygetopt_grok_option_table", "target": "fancy_getopt_fancygetopt_get_attr_name", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/fancy_getopt.py", "source_location": "L219", "weight": 1.0}, {"source": "fancy_getopt_fancygetopt_getopt", "target": "fancy_getopt_optiondummy", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/fancy_getopt.py", "source_location": "L238", "weight": 1.0}, {"source": "fancy_getopt_fancygetopt_getopt", "target": "fancy_getopt_fancygetopt_grok_option_table", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/fancy_getopt.py", "source_location": "L243", "weight": 1.0}, {"source": "fancy_getopt_fancygetopt_generate_help", "target": "fancy_getopt_wrap_text", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/fancy_getopt.py", "source_location": "L349", "weight": 1.0}, {"source": "fancy_getopt_fancygetopt_print_help", "target": "fancy_getopt_fancygetopt_generate_help", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/fancy_getopt.py", "source_location": "L376", "weight": 1.0}, {"source": "fancy_getopt_fancy_getopt", "target": "fancy_getopt_fancygetopt", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/fancy_getopt.py", "source_location": "L381", "weight": 1.0}, {"source": "fancy_getopt_fancy_getopt", "target": "fancy_getopt_fancygetopt_set_negative_aliases", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/fancy_getopt.py", "source_location": "L382", "weight": 1.0}, {"source": "fancy_getopt_fancy_getopt", "target": "fancy_getopt_fancygetopt_getopt", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/fancy_getopt.py", "source_location": "L383", "weight": 1.0}, {"source": "fancy_getopt_rationale_1", "target": "backend_venv_lib_python3_12_site_packages_setuptools_distutils_fancy_getopt_py", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/fancy_getopt.py", "source_location": "L1", "weight": 1.0}, {"source": "fancy_getopt_rationale_38", "target": "fancy_getopt_fancygetopt", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/fancy_getopt.py", "source_location": "L38", "weight": 1.0}, {"source": "fancy_getopt_rationale_109", "target": "fancy_getopt_fancygetopt_has_option", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/fancy_getopt.py", "source_location": "L109", "weight": 1.0}, {"source": "fancy_getopt_rationale_114", "target": "fancy_getopt_fancygetopt_get_attr_name", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/fancy_getopt.py", "source_location": "L114", "weight": 1.0}, {"source": "fancy_getopt_rationale_132", "target": "fancy_getopt_fancygetopt_set_aliases", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/fancy_getopt.py", "source_location": "L132", "weight": 1.0}, {"source": "fancy_getopt_rationale_137", "target": "fancy_getopt_fancygetopt_set_negative_aliases", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/fancy_getopt.py", "source_location": "L137", "weight": 1.0}, {"source": "fancy_getopt_rationale_145", "target": "fancy_getopt_fancygetopt_grok_option_table", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/fancy_getopt.py", "source_location": "L145", "weight": 1.0}, {"source": "fancy_getopt_rationale_225", "target": "fancy_getopt_fancygetopt_getopt", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/fancy_getopt.py", "source_location": "L225", "weight": 1.0}, {"source": "fancy_getopt_rationale_286", "target": "fancy_getopt_fancygetopt_get_option_order", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/fancy_getopt.py", "source_location": "L286", "weight": 1.0}, {"source": "fancy_getopt_rationale_296", "target": "fancy_getopt_fancygetopt_generate_help", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/fancy_getopt.py", "source_location": "L296", "weight": 1.0}, {"source": "fancy_getopt_rationale_390", "target": "fancy_getopt_wrap_text", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/fancy_getopt.py", "source_location": "L390", "weight": 1.0}, {"source": "fancy_getopt_rationale_444", "target": "fancy_getopt_translate_longopt", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/fancy_getopt.py", "source_location": "L444", "weight": 1.0}, {"source": "fancy_getopt_rationale_451", "target": "fancy_getopt_optiondummy", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/fancy_getopt.py", "source_location": "L451", "weight": 1.0}, {"source": "fancy_getopt_rationale_455", "target": "fancy_getopt_optiondummy_init", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/fancy_getopt.py", "source_location": "L455", "weight": 1.0}], "raw_calls": [{"caller_nid": "fancy_getopt_fancygetopt_build_index", "callee": "clear", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/fancy_getopt.py", "source_location": "L90"}, {"caller_nid": "fancy_getopt_fancygetopt_add_option", "callee": "DistutilsGetoptError", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/fancy_getopt.py", "source_location": "L100"}, {"caller_nid": "fancy_getopt_fancygetopt_add_option", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/fancy_getopt.py", "source_location": "L105"}, {"caller_nid": "fancy_getopt_fancygetopt_get_attr_name", "callee": "translate", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/fancy_getopt.py", "source_location": "L117"}, {"caller_nid": "fancy_getopt_fancygetopt_check_alias_dict", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/fancy_getopt.py", "source_location": "L120"}, {"caller_nid": "fancy_getopt_fancygetopt_check_alias_dict", "callee": "items", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/fancy_getopt.py", "source_location": "L121"}, {"caller_nid": "fancy_getopt_fancygetopt_check_alias_dict", "callee": "DistutilsGetoptError", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/fancy_getopt.py", "source_location": "L123"}, {"caller_nid": "fancy_getopt_fancygetopt_check_alias_dict", "callee": "DistutilsGetoptError", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/fancy_getopt.py", "source_location": "L127"}, {"caller_nid": "fancy_getopt_fancygetopt_grok_option_table", "callee": "clear", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/fancy_getopt.py", "source_location": "L151"}, {"caller_nid": "fancy_getopt_fancygetopt_grok_option_table", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/fancy_getopt.py", "source_location": "L155"}, {"caller_nid": "fancy_getopt_fancygetopt_grok_option_table", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/fancy_getopt.py", "source_location": "L158"}, {"caller_nid": "fancy_getopt_fancygetopt_grok_option_table", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/fancy_getopt.py", "source_location": "L163"}, {"caller_nid": "fancy_getopt_fancygetopt_grok_option_table", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/fancy_getopt.py", "source_location": "L166"}, {"caller_nid": "fancy_getopt_fancygetopt_grok_option_table", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/fancy_getopt.py", "source_location": "L166"}, {"caller_nid": "fancy_getopt_fancygetopt_grok_option_table", "callee": "DistutilsGetoptError", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/fancy_getopt.py", "source_location": "L167"}, {"caller_nid": "fancy_getopt_fancygetopt_grok_option_table", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/fancy_getopt.py", "source_location": "L171"}, {"caller_nid": "fancy_getopt_fancygetopt_grok_option_table", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/fancy_getopt.py", "source_location": "L171"}, {"caller_nid": "fancy_getopt_fancygetopt_grok_option_table", "callee": "DistutilsGetoptError", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/fancy_getopt.py", "source_location": "L172"}, {"caller_nid": "fancy_getopt_fancygetopt_grok_option_table", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/fancy_getopt.py", "source_location": "L177"}, {"caller_nid": "fancy_getopt_fancygetopt_grok_option_table", "callee": "get", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/fancy_getopt.py", "source_location": "L187"}, {"caller_nid": "fancy_getopt_fancygetopt_grok_option_table", "callee": "DistutilsGetoptError", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/fancy_getopt.py", "source_location": "L190"}, {"caller_nid": "fancy_getopt_fancygetopt_grok_option_table", "callee": "get", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/fancy_getopt.py", "source_location": "L200"}, {"caller_nid": "fancy_getopt_fancygetopt_grok_option_table", "callee": "DistutilsGetoptError", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/fancy_getopt.py", "source_location": "L203"}, {"caller_nid": "fancy_getopt_fancygetopt_grok_option_table", "callee": "match", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/fancy_getopt.py", "source_location": "L213"}, {"caller_nid": "fancy_getopt_fancygetopt_grok_option_table", "callee": "DistutilsGetoptError", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/fancy_getopt.py", "source_location": "L214"}, {"caller_nid": "fancy_getopt_fancygetopt_grok_option_table", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/fancy_getopt.py", "source_location": "L221"}, {"caller_nid": "fancy_getopt_fancygetopt_getopt", "callee": "join", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/fancy_getopt.py", "source_location": "L245"}, {"caller_nid": "fancy_getopt_fancygetopt_getopt", "callee": "DistutilsArgError", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/fancy_getopt.py", "source_location": "L249"}, {"caller_nid": "fancy_getopt_fancygetopt_getopt", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/fancy_getopt.py", "source_location": "L252"}, {"caller_nid": "fancy_getopt_fancygetopt_getopt", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/fancy_getopt.py", "source_location": "L255"}, {"caller_nid": "fancy_getopt_fancygetopt_getopt", "callee": "get", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/fancy_getopt.py", "source_location": "L258"}, {"caller_nid": "fancy_getopt_fancygetopt_getopt", "callee": "get", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/fancy_getopt.py", "source_location": "L264"}, {"caller_nid": "fancy_getopt_fancygetopt_getopt", "callee": "get", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/fancy_getopt.py", "source_location": "L274"}, {"caller_nid": "fancy_getopt_fancygetopt_getopt", "callee": "getattr", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/fancy_getopt.py", "source_location": "L275"}, {"caller_nid": "fancy_getopt_fancygetopt_getopt", "callee": "setattr", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/fancy_getopt.py", "source_location": "L276"}, {"caller_nid": "fancy_getopt_fancygetopt_getopt", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/fancy_getopt.py", "source_location": "L277"}, {"caller_nid": "fancy_getopt_fancygetopt_get_option_order", "callee": "RuntimeError", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/fancy_getopt.py", "source_location": "L291"}, {"caller_nid": "fancy_getopt_fancygetopt_generate_help", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/fancy_getopt.py", "source_location": "L307"}, {"caller_nid": "fancy_getopt_fancygetopt_generate_help", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/fancy_getopt.py", "source_location": "L356"}, {"caller_nid": "fancy_getopt_fancygetopt_generate_help", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/fancy_getopt.py", "source_location": "L358"}, {"caller_nid": "fancy_getopt_fancygetopt_generate_help", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/fancy_getopt.py", "source_location": "L365"}, {"caller_nid": "fancy_getopt_fancygetopt_generate_help", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/fancy_getopt.py", "source_location": "L367"}, {"caller_nid": "fancy_getopt_fancygetopt_generate_help", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/fancy_getopt.py", "source_location": "L370"}, {"caller_nid": "fancy_getopt_fancygetopt_print_help", "callee": "write", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/fancy_getopt.py", "source_location": "L377"}, {"caller_nid": "fancy_getopt_wrap_text", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/fancy_getopt.py", "source_location": "L397"}, {"caller_nid": "fancy_getopt_wrap_text", "callee": "expandtabs", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/fancy_getopt.py", "source_location": "L400"}, {"caller_nid": "fancy_getopt_wrap_text", "callee": "translate", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/fancy_getopt.py", "source_location": "L401"}, {"caller_nid": "fancy_getopt_wrap_text", "callee": "split", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/fancy_getopt.py", "source_location": "L402"}, {"caller_nid": "fancy_getopt_wrap_text", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/fancy_getopt.py", "source_location": "L411"}, {"caller_nid": "fancy_getopt_wrap_text", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/fancy_getopt.py", "source_location": "L413"}, {"caller_nid": "fancy_getopt_wrap_text", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/fancy_getopt.py", "source_location": "L427"}, {"caller_nid": "fancy_getopt_wrap_text", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/fancy_getopt.py", "source_location": "L438"}, {"caller_nid": "fancy_getopt_wrap_text", "callee": "join", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/fancy_getopt.py", "source_location": "L438"}, {"caller_nid": "fancy_getopt_translate_longopt", "callee": "translate", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/fancy_getopt.py", "source_location": "L447"}, {"caller_nid": "fancy_getopt_optiondummy_init", "callee": "setattr", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_distutils/fancy_getopt.py", "source_location": "L458"}]} |