{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_setuptools_vendor_autocommand_autoparse_py", "label": "autoparse.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_vendor/autocommand/autoparse.py", "source_location": "L1"}, {"id": "autoparse_annotationerror", "label": "AnnotationError", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_vendor/autocommand/autoparse.py", "source_location": "L31"}, {"id": "autocommanderror", "label": "AutocommandError", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "autoparse_positionalargerror", "label": "PositionalArgError", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_vendor/autocommand/autoparse.py", "source_location": "L35"}, {"id": "autoparse_kwargerror", "label": "KWArgError", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_vendor/autocommand/autoparse.py", "source_location": "L41"}, {"id": "autoparse_docstringerror", "label": "DocstringError", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_vendor/autocommand/autoparse.py", "source_location": "L45"}, {"id": "autoparse_toomanysplitserror", "label": "TooManySplitsError", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_vendor/autocommand/autoparse.py", "source_location": "L49"}, {"id": "autoparse_get_type_description", "label": "_get_type_description()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_vendor/autocommand/autoparse.py", "source_location": "L57"}, {"id": "autoparse_add_arguments", "label": "_add_arguments()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_vendor/autocommand/autoparse.py", "source_location": "L83"}, {"id": "autoparse_make_parser", "label": "make_parser()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_vendor/autocommand/autoparse.py", "source_location": "L191"}, {"id": "autoparse_parse_docstring", "label": "parse_docstring()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_vendor/autocommand/autoparse.py", "source_location": "L215"}, {"id": "autoparse_autoparse", "label": "autoparse()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_vendor/autocommand/autoparse.py", "source_location": "L232"}, {"id": "autoparse_smart_open", "label": "smart_open()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_vendor/autocommand/autoparse.py", "source_location": "L312"}, {"id": "autoparse_rationale_32", "label": "Annotation error: annotation must be a string, type, or tuple of both", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_vendor/autocommand/autoparse.py", "source_location": "L32"}, {"id": "autoparse_rationale_36", "label": "Postional Arg Error: autocommand can't handle postional-only parameters", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_vendor/autocommand/autoparse.py", "source_location": "L36"}, {"id": "autoparse_rationale_42", "label": "kwarg Error: autocommand can't handle a **kwargs parameter", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_vendor/autocommand/autoparse.py", "source_location": "L42"}, {"id": "autoparse_rationale_50", "label": "The docstring had too many ---- section splits. Currently we only support us", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_vendor/autocommand/autoparse.py", "source_location": "L50"}, {"id": "autoparse_rationale_58", "label": "Given an annotation, return the (type, description) for the parameter. If yo", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_vendor/autocommand/autoparse.py", "source_location": "L58"}, {"id": "autoparse_rationale_84", "label": "Add the argument(s) to an ArgumentParser (using add_argument) for a given pa", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_vendor/autocommand/autoparse.py", "source_location": "L84"}, {"id": "autoparse_rationale_192", "label": "Given the signature of a function, create an ArgumentParser", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_vendor/autocommand/autoparse.py", "source_location": "L192"}, {"id": "autoparse_rationale_216", "label": "Given a docstring, parse it into a description and epilog part", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_vendor/autocommand/autoparse.py", "source_location": "L216"}, {"id": "autoparse_rationale_238", "label": "This decorator converts a function that takes normal arguments into a functi", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_vendor/autocommand/autoparse.py", "source_location": "L238"}, {"id": "autoparse_rationale_313", "label": "This context manager allows you to open a filename, if you want to default s", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_vendor/autocommand/autoparse.py", "source_location": "L313"}, {"id": "autoparse_rationale_139", "label": "# TODO: special case for list type.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_vendor/autocommand/autoparse.py", "source_location": "L139"}, {"id": "autoparse_rationale_152", "label": "# TODO: consider depluralizing metavar/name here.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_vendor/autocommand/autoparse.py", "source_location": "L152"}, {"id": "autoparse_rationale_303", "label": "# TODO: attach an updated __signature__ to autoparse_wrapper, just in case.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_vendor/autocommand/autoparse.py", "source_location": "L303"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_setuptools_vendor_autocommand_autoparse_py", "target": "sys", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_vendor/autocommand/autoparse.py", "source_location": "L18", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_vendor_autocommand_autoparse_py", "target": "re", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_vendor/autocommand/autoparse.py", "source_location": "L19", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_vendor_autocommand_autoparse_py", "target": "inspect", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_vendor/autocommand/autoparse.py", "source_location": "L20", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_vendor_autocommand_autoparse_py", "target": "argparse", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_vendor/autocommand/autoparse.py", "source_location": "L21", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_vendor_autocommand_autoparse_py", "target": "contextlib", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_vendor/autocommand/autoparse.py", "source_location": "L22", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_vendor_autocommand_autoparse_py", "target": "functools", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_vendor/autocommand/autoparse.py", "source_location": "L23", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_vendor_autocommand_autoparse_py", "target": "io", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_vendor/autocommand/autoparse.py", "source_location": "L24", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_vendor_autocommand_autoparse_py", "target": "autocommand_errors", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_vendor/autocommand/autoparse.py", "source_location": "L25", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_vendor_autocommand_autoparse_py", "target": "autoparse_annotationerror", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_vendor/autocommand/autoparse.py", "source_location": "L31", "weight": 1.0}, {"source": "autoparse_annotationerror", "target": "autocommanderror", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_vendor/autocommand/autoparse.py", "source_location": "L31", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_vendor_autocommand_autoparse_py", "target": "autoparse_positionalargerror", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_vendor/autocommand/autoparse.py", "source_location": "L35", "weight": 1.0}, {"source": "autoparse_positionalargerror", "target": "autocommanderror", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_vendor/autocommand/autoparse.py", "source_location": "L35", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_vendor_autocommand_autoparse_py", "target": "autoparse_kwargerror", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_vendor/autocommand/autoparse.py", "source_location": "L41", "weight": 1.0}, {"source": "autoparse_kwargerror", "target": "autocommanderror", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_vendor/autocommand/autoparse.py", "source_location": "L41", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_vendor_autocommand_autoparse_py", "target": "autoparse_docstringerror", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_vendor/autocommand/autoparse.py", "source_location": "L45", "weight": 1.0}, {"source": "autoparse_docstringerror", "target": "autocommanderror", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_vendor/autocommand/autoparse.py", "source_location": "L45", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_vendor_autocommand_autoparse_py", "target": "autoparse_toomanysplitserror", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_vendor/autocommand/autoparse.py", "source_location": "L49", "weight": 1.0}, {"source": "autoparse_toomanysplitserror", "target": "autoparse_docstringerror", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_vendor/autocommand/autoparse.py", "source_location": "L49", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_vendor_autocommand_autoparse_py", "target": "autoparse_get_type_description", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_vendor/autocommand/autoparse.py", "source_location": "L57", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_vendor_autocommand_autoparse_py", "target": "autoparse_add_arguments", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_vendor/autocommand/autoparse.py", "source_location": "L83", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_vendor_autocommand_autoparse_py", "target": "autoparse_make_parser", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_vendor/autocommand/autoparse.py", "source_location": "L191", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_vendor_autocommand_autoparse_py", "target": "autoparse_parse_docstring", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_vendor/autocommand/autoparse.py", "source_location": "L215", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_vendor_autocommand_autoparse_py", "target": "autoparse_autoparse", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_vendor/autocommand/autoparse.py", "source_location": "L232", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_setuptools_vendor_autocommand_autoparse_py", "target": "autoparse_smart_open", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_vendor/autocommand/autoparse.py", "source_location": "L312", "weight": 1.0}, {"source": "autoparse_get_type_description", "target": "autoparse_annotationerror", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_vendor/autocommand/autoparse.py", "source_location": "L73", "weight": 1.0}, {"source": "autoparse_add_arguments", "target": "autoparse_positionalargerror", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_vendor/autocommand/autoparse.py", "source_location": "L98", "weight": 1.0}, {"source": "autoparse_add_arguments", "target": "autoparse_kwargerror", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_vendor/autocommand/autoparse.py", "source_location": "L100", "weight": 1.0}, {"source": "autoparse_add_arguments", "target": "autoparse_get_type_description", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_vendor/autocommand/autoparse.py", "source_location": "L107", "weight": 1.0}, {"source": "autoparse_make_parser", "target": "autoparse_add_arguments", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_vendor/autocommand/autoparse.py", "source_location": "L207", "weight": 1.0}, {"source": "autoparse_parse_docstring", "target": "autoparse_toomanysplitserror", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_vendor/autocommand/autoparse.py", "source_location": "L229", "weight": 1.0}, {"source": "autoparse_autoparse", "target": "autoparse_parse_docstring", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_vendor/autocommand/autoparse.py", "source_location": "L281", "weight": 1.0}, {"source": "autoparse_autoparse", "target": "autoparse_make_parser", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_vendor/autocommand/autoparse.py", "source_location": "L284", "weight": 1.0}, {"source": "autoparse_rationale_32", "target": "autoparse_annotationerror", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_vendor/autocommand/autoparse.py", "source_location": "L32", "weight": 1.0}, {"source": "autoparse_rationale_36", "target": "autoparse_positionalargerror", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_vendor/autocommand/autoparse.py", "source_location": "L36", "weight": 1.0}, {"source": "autoparse_rationale_42", "target": "autoparse_kwargerror", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_vendor/autocommand/autoparse.py", "source_location": "L42", "weight": 1.0}, {"source": "autoparse_rationale_50", "target": "autoparse_toomanysplitserror", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_vendor/autocommand/autoparse.py", "source_location": "L50", "weight": 1.0}, {"source": "autoparse_rationale_58", "target": "autoparse_get_type_description", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_vendor/autocommand/autoparse.py", "source_location": "L58", "weight": 1.0}, {"source": "autoparse_rationale_84", "target": "autoparse_add_arguments", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_vendor/autocommand/autoparse.py", "source_location": "L84", "weight": 1.0}, {"source": "autoparse_rationale_192", "target": "autoparse_make_parser", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_vendor/autocommand/autoparse.py", "source_location": "L192", "weight": 1.0}, {"source": "autoparse_rationale_216", "target": "autoparse_parse_docstring", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_vendor/autocommand/autoparse.py", "source_location": "L216", "weight": 1.0}, {"source": "autoparse_rationale_238", "target": "autoparse_autoparse", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_vendor/autocommand/autoparse.py", "source_location": "L238", "weight": 1.0}, {"source": "autoparse_rationale_313", "target": "autoparse_smart_open", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_vendor/autocommand/autoparse.py", "source_location": "L313", "weight": 1.0}, {"source": "autoparse_rationale_139", "target": "backend_venv_lib_python3_12_site_packages_setuptools_vendor_autocommand_autoparse_py", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_vendor/autocommand/autoparse.py", "source_location": "L139", "weight": 1.0}, {"source": "autoparse_rationale_152", "target": "backend_venv_lib_python3_12_site_packages_setuptools_vendor_autocommand_autoparse_py", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_vendor/autocommand/autoparse.py", "source_location": "L152", "weight": 1.0}, {"source": "autoparse_rationale_303", "target": "backend_venv_lib_python3_12_site_packages_setuptools_vendor_autocommand_autoparse_py", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_vendor/autocommand/autoparse.py", "source_location": "L303", "weight": 1.0}], "raw_calls": [{"caller_nid": "autoparse_get_type_description", "callee": "callable", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_vendor/autocommand/autoparse.py", "source_location": "L65"}, {"caller_nid": "autoparse_get_type_description", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_vendor/autocommand/autoparse.py", "source_location": "L67"}, {"caller_nid": "autoparse_get_type_description", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_vendor/autocommand/autoparse.py", "source_location": "L69"}, {"caller_nid": "autoparse_get_type_description", "callee": "callable", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_vendor/autocommand/autoparse.py", "source_location": "L75"}, {"caller_nid": "autoparse_get_type_description", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_vendor/autocommand/autoparse.py", "source_location": "L75"}, {"caller_nid": "autoparse_get_type_description", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_vendor/autocommand/autoparse.py", "source_location": "L77"}, {"caller_nid": "autoparse_get_type_description", "callee": "callable", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_vendor/autocommand/autoparse.py", "source_location": "L77"}, {"caller_nid": "autoparse_add_arguments", "callee": "type", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_vendor/autocommand/autoparse.py", "source_location": "L115"}, {"caller_nid": "autoparse_add_arguments", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_vendor/autocommand/autoparse.py", "source_location": "L136"}, {"caller_nid": "autoparse_add_arguments", "callee": "swapcase", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_vendor/autocommand/autoparse.py", "source_location": "L165"}, {"caller_nid": "autoparse_add_arguments", "callee": "add", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_vendor/autocommand/autoparse.py", "source_location": "L167"}, {"caller_nid": "autoparse_add_arguments", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_vendor/autocommand/autoparse.py", "source_location": "L168"}, {"caller_nid": "autoparse_add_arguments", "callee": "format", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_vendor/autocommand/autoparse.py", "source_location": "L168"}, {"caller_nid": "autoparse_add_arguments", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_vendor/autocommand/autoparse.py", "source_location": "L173"}, {"caller_nid": "autoparse_add_arguments", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_vendor/autocommand/autoparse.py", "source_location": "L174"}, {"caller_nid": "autoparse_add_arguments", "callee": "format", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_vendor/autocommand/autoparse.py", "source_location": "L174"}, {"caller_nid": "autoparse_add_arguments", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_vendor/autocommand/autoparse.py", "source_location": "L178"}, {"caller_nid": "autoparse_add_arguments", "callee": "add_argument", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_vendor/autocommand/autoparse.py", "source_location": "L180"}, {"caller_nid": "autoparse_add_arguments", "callee": "add_argument", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_vendor/autocommand/autoparse.py", "source_location": "L184"}, {"caller_nid": "autoparse_add_arguments", "callee": "format", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_vendor/autocommand/autoparse.py", "source_location": "L185"}, {"caller_nid": "autoparse_make_parser", "callee": "ArgumentParser", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_vendor/autocommand/autoparse.py", "source_location": "L195"}, {"caller_nid": "autoparse_make_parser", "callee": "sorted", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_vendor/autocommand/autoparse.py", "source_location": "L202"}, {"caller_nid": "autoparse_make_parser", "callee": "values", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_vendor/autocommand/autoparse.py", "source_location": "L203"}, {"caller_nid": "autoparse_make_parser", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_vendor/autocommand/autoparse.py", "source_location": "L204"}, {"caller_nid": "autoparse_parse_docstring", "callee": "split", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_vendor/autocommand/autoparse.py", "source_location": "L222"}, {"caller_nid": "autoparse_parse_docstring", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_vendor/autocommand/autoparse.py", "source_location": "L224"}, {"caller_nid": "autoparse_parse_docstring", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_vendor/autocommand/autoparse.py", "source_location": "L226"}, {"caller_nid": "autoparse_autoparse", "callee": "signature", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_vendor/autocommand/autoparse.py", "source_location": "L279"}, {"caller_nid": "autoparse_autoparse", "callee": "getdoc", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_vendor/autocommand/autoparse.py", "source_location": "L281"}, {"caller_nid": "autoparse_autoparse", "callee": "wraps", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_vendor/autocommand/autoparse.py", "source_location": "L290"}, {"caller_nid": "autoparse_smart_open", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_vendor/autocommand/autoparse.py", "source_location": "L329"}, {"caller_nid": "autoparse_smart_open", "callee": "open", "source_file": "backend/venv/lib/python3.12/site-packages/setuptools/_vendor/autocommand/autoparse.py", "source_location": "L330"}]}