1 line
28 KiB
JSON
1 line
28 KiB
JSON
{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_click_formatting_py", "label": "formatting.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/click/formatting.py", "source_location": "L1"}, {"id": "formatting_measure_table", "label": "measure_table()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/click/formatting.py", "source_location": "L14"}, {"id": "formatting_iter_rows", "label": "iter_rows()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/click/formatting.py", "source_location": "L24"}, {"id": "formatting_wrap_text", "label": "wrap_text()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/click/formatting.py", "source_location": "L31"}, {"id": "formatting_helpformatter", "label": "HelpFormatter", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/click/formatting.py", "source_location": "L104"}, {"id": "formatting_helpformatter_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/click/formatting.py", "source_location": "L116"}, {"id": "formatting_helpformatter_write", "label": ".write()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/click/formatting.py", "source_location": "L135"}, {"id": "formatting_helpformatter_indent", "label": ".indent()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/click/formatting.py", "source_location": "L139"}, {"id": "formatting_helpformatter_dedent", "label": ".dedent()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/click/formatting.py", "source_location": "L143"}, {"id": "formatting_helpformatter_write_usage", "label": ".write_usage()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/click/formatting.py", "source_location": "L147"}, {"id": "formatting_helpformatter_write_heading", "label": ".write_heading()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/click/formatting.py", "source_location": "L185"}, {"id": "formatting_helpformatter_write_paragraph", "label": ".write_paragraph()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/click/formatting.py", "source_location": "L189"}, {"id": "formatting_helpformatter_write_text", "label": ".write_text()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/click/formatting.py", "source_location": "L194"}, {"id": "formatting_helpformatter_write_dl", "label": ".write_dl()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/click/formatting.py", "source_location": "L210"}, {"id": "formatting_section", "label": "section()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/click/formatting.py", "source_location": "L255"}, {"id": "formatting_indentation", "label": "indentation()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/click/formatting.py", "source_location": "L270"}, {"id": "formatting_helpformatter_getvalue", "label": ".getvalue()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/click/formatting.py", "source_location": "L278"}, {"id": "formatting_join_options", "label": "join_options()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/click/formatting.py", "source_location": "L283"}, {"id": "formatting_rationale_38", "label": "A helper function that intelligently wraps text. By default, it assumes tha", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/click/formatting.py", "source_location": "L38"}, {"id": "formatting_rationale_105", "label": "This class helps with formatting text-based help pages. It's usually just n", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/click/formatting.py", "source_location": "L105"}, {"id": "formatting_rationale_136", "label": "Writes a unicode string into the internal buffer.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/click/formatting.py", "source_location": "L136"}, {"id": "formatting_rationale_140", "label": "Increases the indentation.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/click/formatting.py", "source_location": "L140"}, {"id": "formatting_rationale_144", "label": "Decreases the indentation.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/click/formatting.py", "source_location": "L144"}, {"id": "formatting_rationale_148", "label": "Writes a usage line into the buffer. :param prog: the program name.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/click/formatting.py", "source_location": "L148"}, {"id": "formatting_rationale_186", "label": "Writes a heading into the buffer.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/click/formatting.py", "source_location": "L186"}, {"id": "formatting_rationale_190", "label": "Writes a paragraph into the buffer.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/click/formatting.py", "source_location": "L190"}, {"id": "formatting_rationale_195", "label": "Writes re-indented text into the buffer. This rewraps and preserves par", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/click/formatting.py", "source_location": "L195"}, {"id": "formatting_rationale_216", "label": "Writes a definition list into the buffer. This is how options and comma", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/click/formatting.py", "source_location": "L216"}, {"id": "formatting_rationale_256", "label": "Helpful context manager that writes a paragraph, a heading, and the inde", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/click/formatting.py", "source_location": "L256"}, {"id": "formatting_rationale_271", "label": "A context manager that increases the indentation.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/click/formatting.py", "source_location": "L271"}, {"id": "formatting_rationale_279", "label": "Returns the buffer contents.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/click/formatting.py", "source_location": "L279"}, {"id": "formatting_rationale_284", "label": "Given a list of option strings this joins them in the most appropriate way a", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/click/formatting.py", "source_location": "L284"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_click_formatting_py", "target": "collections_abc", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/click/formatting.py", "source_location": "L3", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_click_formatting_py", "target": "contextlib", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/click/formatting.py", "source_location": "L4", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_click_formatting_py", "target": "gettext", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/click/formatting.py", "source_location": "L5", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_click_formatting_py", "target": "backend_venv_lib_python3_12_site_packages_click_compat_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/click/formatting.py", "source_location": "L7", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_click_formatting_py", "target": "backend_venv_lib_python3_12_site_packages_click_parser_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/click/formatting.py", "source_location": "L8", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_click_formatting_py", "target": "formatting_measure_table", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/click/formatting.py", "source_location": "L14", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_click_formatting_py", "target": "formatting_iter_rows", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/click/formatting.py", "source_location": "L24", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_click_formatting_py", "target": "formatting_wrap_text", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/click/formatting.py", "source_location": "L31", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_click_formatting_py", "target": "formatting_helpformatter", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/click/formatting.py", "source_location": "L104", "weight": 1.0}, {"source": "formatting_helpformatter", "target": "formatting_helpformatter_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/click/formatting.py", "source_location": "L116", "weight": 1.0}, {"source": "formatting_helpformatter", "target": "formatting_helpformatter_write", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/click/formatting.py", "source_location": "L135", "weight": 1.0}, {"source": "formatting_helpformatter", "target": "formatting_helpformatter_indent", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/click/formatting.py", "source_location": "L139", "weight": 1.0}, {"source": "formatting_helpformatter", "target": "formatting_helpformatter_dedent", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/click/formatting.py", "source_location": "L143", "weight": 1.0}, {"source": "formatting_helpformatter", "target": "formatting_helpformatter_write_usage", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/click/formatting.py", "source_location": "L147", "weight": 1.0}, {"source": "formatting_helpformatter", "target": "formatting_helpformatter_write_heading", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/click/formatting.py", "source_location": "L185", "weight": 1.0}, {"source": "formatting_helpformatter", "target": "formatting_helpformatter_write_paragraph", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/click/formatting.py", "source_location": "L189", "weight": 1.0}, {"source": "formatting_helpformatter", "target": "formatting_helpformatter_write_text", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/click/formatting.py", "source_location": "L194", "weight": 1.0}, {"source": "formatting_helpformatter", "target": "formatting_helpformatter_write_dl", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/click/formatting.py", "source_location": "L210", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_click_formatting_py", "target": "formatting_section", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/click/formatting.py", "source_location": "L255", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_click_formatting_py", "target": "formatting_indentation", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/click/formatting.py", "source_location": "L270", "weight": 1.0}, {"source": "formatting_helpformatter", "target": "formatting_helpformatter_getvalue", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/click/formatting.py", "source_location": "L278", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_click_formatting_py", "target": "formatting_join_options", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/click/formatting.py", "source_location": "L283", "weight": 1.0}, {"source": "formatting_helpformatter_write_usage", "target": "formatting_helpformatter_write", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/click/formatting.py", "source_location": "L164", "weight": 1.0}, {"source": "formatting_helpformatter_write_usage", "target": "formatting_wrap_text", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/click/formatting.py", "source_location": "L165", "weight": 1.0}, {"source": "formatting_helpformatter_write_heading", "target": "formatting_helpformatter_write", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/click/formatting.py", "source_location": "L187", "weight": 1.0}, {"source": "formatting_helpformatter_write_paragraph", "target": "formatting_helpformatter_write", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/click/formatting.py", "source_location": "L192", "weight": 1.0}, {"source": "formatting_helpformatter_write_text", "target": "formatting_helpformatter_write", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/click/formatting.py", "source_location": "L199", "weight": 1.0}, {"source": "formatting_helpformatter_write_text", "target": "formatting_wrap_text", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/click/formatting.py", "source_location": "L200", "weight": 1.0}, {"source": "formatting_helpformatter_write_dl", "target": "formatting_measure_table", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/click/formatting.py", "source_location": "L225", "weight": 1.0}, {"source": "formatting_helpformatter_write_dl", "target": "formatting_iter_rows", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/click/formatting.py", "source_location": "L231", "weight": 1.0}, {"source": "formatting_helpformatter_write_dl", "target": "formatting_helpformatter_write", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/click/formatting.py", "source_location": "L232", "weight": 1.0}, {"source": "formatting_helpformatter_write_dl", "target": "formatting_wrap_text", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/click/formatting.py", "source_location": "L243", "weight": 1.0}, {"source": "formatting_section", "target": "formatting_helpformatter_write_paragraph", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/click/formatting.py", "source_location": "L261", "weight": 1.0}, {"source": "formatting_section", "target": "formatting_helpformatter_write_heading", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/click/formatting.py", "source_location": "L262", "weight": 1.0}, {"source": "formatting_section", "target": "formatting_helpformatter_indent", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/click/formatting.py", "source_location": "L263", "weight": 1.0}, {"source": "formatting_section", "target": "formatting_helpformatter_dedent", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/click/formatting.py", "source_location": "L267", "weight": 1.0}, {"source": "formatting_indentation", "target": "formatting_helpformatter_indent", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/click/formatting.py", "source_location": "L272", "weight": 1.0}, {"source": "formatting_indentation", "target": "formatting_helpformatter_dedent", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/click/formatting.py", "source_location": "L276", "weight": 1.0}, {"source": "formatting_rationale_38", "target": "formatting_wrap_text", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/click/formatting.py", "source_location": "L38", "weight": 1.0}, {"source": "formatting_rationale_105", "target": "formatting_helpformatter", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/click/formatting.py", "source_location": "L105", "weight": 1.0}, {"source": "formatting_rationale_136", "target": "formatting_helpformatter_write", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/click/formatting.py", "source_location": "L136", "weight": 1.0}, {"source": "formatting_rationale_140", "target": "formatting_helpformatter_indent", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/click/formatting.py", "source_location": "L140", "weight": 1.0}, {"source": "formatting_rationale_144", "target": "formatting_helpformatter_dedent", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/click/formatting.py", "source_location": "L144", "weight": 1.0}, {"source": "formatting_rationale_148", "target": "formatting_helpformatter_write_usage", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/click/formatting.py", "source_location": "L148", "weight": 1.0}, {"source": "formatting_rationale_186", "target": "formatting_helpformatter_write_heading", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/click/formatting.py", "source_location": "L186", "weight": 1.0}, {"source": "formatting_rationale_190", "target": "formatting_helpformatter_write_paragraph", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/click/formatting.py", "source_location": "L190", "weight": 1.0}, {"source": "formatting_rationale_195", "target": "formatting_helpformatter_write_text", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/click/formatting.py", "source_location": "L195", "weight": 1.0}, {"source": "formatting_rationale_216", "target": "formatting_helpformatter_write_dl", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/click/formatting.py", "source_location": "L216", "weight": 1.0}, {"source": "formatting_rationale_256", "target": "formatting_helpformatter_section", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/click/formatting.py", "source_location": "L256", "weight": 1.0}, {"source": "formatting_rationale_271", "target": "formatting_helpformatter_indentation", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/click/formatting.py", "source_location": "L271", "weight": 1.0}, {"source": "formatting_rationale_279", "target": "formatting_helpformatter_getvalue", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/click/formatting.py", "source_location": "L279", "weight": 1.0}, {"source": "formatting_rationale_284", "target": "formatting_join_options", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/click/formatting.py", "source_location": "L284", "weight": 1.0}], "raw_calls": [{"caller_nid": "formatting_measure_table", "callee": "enumerate", "source_file": "backend/venv/lib/python3.12/site-packages/click/formatting.py", "source_location": "L18"}, {"caller_nid": "formatting_measure_table", "callee": "max", "source_file": "backend/venv/lib/python3.12/site-packages/click/formatting.py", "source_location": "L19"}, {"caller_nid": "formatting_measure_table", "callee": "get", "source_file": "backend/venv/lib/python3.12/site-packages/click/formatting.py", "source_location": "L19"}, {"caller_nid": "formatting_measure_table", "callee": "term_len", "source_file": "backend/venv/lib/python3.12/site-packages/click/formatting.py", "source_location": "L19"}, {"caller_nid": "formatting_measure_table", "callee": "tuple", "source_file": "backend/venv/lib/python3.12/site-packages/click/formatting.py", "source_location": "L21"}, {"caller_nid": "formatting_measure_table", "callee": "sorted", "source_file": "backend/venv/lib/python3.12/site-packages/click/formatting.py", "source_location": "L21"}, {"caller_nid": "formatting_measure_table", "callee": "items", "source_file": "backend/venv/lib/python3.12/site-packages/click/formatting.py", "source_location": "L21"}, {"caller_nid": "formatting_iter_rows", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/click/formatting.py", "source_location": "L28"}, {"caller_nid": "formatting_wrap_text", "callee": "expandtabs", "source_file": "backend/venv/lib/python3.12/site-packages/click/formatting.py", "source_location": "L58"}, {"caller_nid": "formatting_wrap_text", "callee": "TextWrapper", "source_file": "backend/venv/lib/python3.12/site-packages/click/formatting.py", "source_location": "L59"}, {"caller_nid": "formatting_wrap_text", "callee": "fill", "source_file": "backend/venv/lib/python3.12/site-packages/click/formatting.py", "source_location": "L66"}, {"caller_nid": "formatting_wrap_text", "callee": "splitlines", "source_file": "backend/venv/lib/python3.12/site-packages/click/formatting.py", "source_location": "L81"}, {"caller_nid": "formatting_wrap_text", "callee": "_flush_par", "source_file": "backend/venv/lib/python3.12/site-packages/click/formatting.py", "source_location": "L83"}, {"caller_nid": "formatting_wrap_text", "callee": "term_len", "source_file": "backend/venv/lib/python3.12/site-packages/click/formatting.py", "source_location": "L87"}, {"caller_nid": "formatting_wrap_text", "callee": "lstrip", "source_file": "backend/venv/lib/python3.12/site-packages/click/formatting.py", "source_location": "L88"}, {"caller_nid": "formatting_wrap_text", "callee": "term_len", "source_file": "backend/venv/lib/python3.12/site-packages/click/formatting.py", "source_location": "L89"}, {"caller_nid": "formatting_wrap_text", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/click/formatting.py", "source_location": "L90"}, {"caller_nid": "formatting_wrap_text", "callee": "_flush_par", "source_file": "backend/venv/lib/python3.12/site-packages/click/formatting.py", "source_location": "L91"}, {"caller_nid": "formatting_wrap_text", "callee": "extra_indent", "source_file": "backend/venv/lib/python3.12/site-packages/click/formatting.py", "source_location": "L95"}, {"caller_nid": "formatting_wrap_text", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/click/formatting.py", "source_location": "L97"}, {"caller_nid": "formatting_wrap_text", "callee": "indent_only", "source_file": "backend/venv/lib/python3.12/site-packages/click/formatting.py", "source_location": "L97"}, {"caller_nid": "formatting_wrap_text", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/click/formatting.py", "source_location": "L99"}, {"caller_nid": "formatting_wrap_text", "callee": "fill", "source_file": "backend/venv/lib/python3.12/site-packages/click/formatting.py", "source_location": "L99"}, {"caller_nid": "formatting_wrap_text", "callee": "join", "source_file": "backend/venv/lib/python3.12/site-packages/click/formatting.py", "source_location": "L101"}, {"caller_nid": "formatting_helpformatter_init", "callee": "max", "source_file": "backend/venv/lib/python3.12/site-packages/click/formatting.py", "source_location": "L130"}, {"caller_nid": "formatting_helpformatter_init", "callee": "min", "source_file": "backend/venv/lib/python3.12/site-packages/click/formatting.py", "source_location": "L130"}, {"caller_nid": "formatting_helpformatter_init", "callee": "get_terminal_size", "source_file": "backend/venv/lib/python3.12/site-packages/click/formatting.py", "source_location": "L130"}, {"caller_nid": "formatting_helpformatter_write", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/click/formatting.py", "source_location": "L137"}, {"caller_nid": "formatting_helpformatter_write_usage", "callee": "_", "source_file": "backend/venv/lib/python3.12/site-packages/click/formatting.py", "source_location": "L156"}, {"caller_nid": "formatting_helpformatter_write_usage", "callee": "term_len", "source_file": "backend/venv/lib/python3.12/site-packages/click/formatting.py", "source_location": "L161"}, {"caller_nid": "formatting_helpformatter_write_usage", "callee": "term_len", "source_file": "backend/venv/lib/python3.12/site-packages/click/formatting.py", "source_location": "L163"}, {"caller_nid": "formatting_helpformatter_write_usage", "callee": "max", "source_file": "backend/venv/lib/python3.12/site-packages/click/formatting.py", "source_location": "L176"}, {"caller_nid": "formatting_helpformatter_write_usage", "callee": "term_len", "source_file": "backend/venv/lib/python3.12/site-packages/click/formatting.py", "source_location": "L176"}, {"caller_nid": "formatting_helpformatter_write_dl", "callee": "list", "source_file": "backend/venv/lib/python3.12/site-packages/click/formatting.py", "source_location": "L224"}, {"caller_nid": "formatting_helpformatter_write_dl", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/click/formatting.py", "source_location": "L226"}, {"caller_nid": "formatting_helpformatter_write_dl", "callee": "TypeError", "source_file": "backend/venv/lib/python3.12/site-packages/click/formatting.py", "source_location": "L227"}, {"caller_nid": "formatting_helpformatter_write_dl", "callee": "min", "source_file": "backend/venv/lib/python3.12/site-packages/click/formatting.py", "source_location": "L229"}, {"caller_nid": "formatting_helpformatter_write_dl", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/click/formatting.py", "source_location": "L231"}, {"caller_nid": "formatting_helpformatter_write_dl", "callee": "term_len", "source_file": "backend/venv/lib/python3.12/site-packages/click/formatting.py", "source_location": "L236"}, {"caller_nid": "formatting_helpformatter_write_dl", "callee": "term_len", "source_file": "backend/venv/lib/python3.12/site-packages/click/formatting.py", "source_location": "L237"}, {"caller_nid": "formatting_helpformatter_write_dl", "callee": "max", "source_file": "backend/venv/lib/python3.12/site-packages/click/formatting.py", "source_location": "L242"}, {"caller_nid": "formatting_helpformatter_write_dl", "callee": "splitlines", "source_file": "backend/venv/lib/python3.12/site-packages/click/formatting.py", "source_location": "L244"}, {"caller_nid": "formatting_helpformatter_getvalue", "callee": "join", "source_file": "backend/venv/lib/python3.12/site-packages/click/formatting.py", "source_location": "L280"}, {"caller_nid": "formatting_join_options", "callee": "_split_opt", "source_file": "backend/venv/lib/python3.12/site-packages/click/formatting.py", "source_location": "L293"}, {"caller_nid": "formatting_join_options", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/click/formatting.py", "source_location": "L298"}, {"caller_nid": "formatting_join_options", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/click/formatting.py", "source_location": "L298"}, {"caller_nid": "formatting_join_options", "callee": "sort", "source_file": "backend/venv/lib/python3.12/site-packages/click/formatting.py", "source_location": "L300"}, {"caller_nid": "formatting_join_options", "callee": "join", "source_file": "backend/venv/lib/python3.12/site-packages/click/formatting.py", "source_location": "L301"}]} |