Files
tfm_ainventory/graphify-out/cache/5ea0ca0e9c750441f9732a110d21fa0328440ef41f86d203d2e3877c65605255.json

1 line
26 KiB
JSON

{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_click_decorators_py", "label": "decorators.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/click/decorators.py", "source_location": "L1"}, {"id": "decorators_pass_context", "label": "pass_context()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/click/decorators.py", "source_location": "L28"}, {"id": "decorators_pass_obj", "label": "pass_obj()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/click/decorators.py", "source_location": "L39"}, {"id": "decorators_make_pass_decorator", "label": "make_pass_decorator()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/click/decorators.py", "source_location": "L51"}, {"id": "decorators_pass_meta_key", "label": "pass_meta_key()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/click/decorators.py", "source_location": "L100"}, {"id": "decorators_command", "label": "command()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/click/decorators.py", "source_location": "L138"}, {"id": "decorators_group", "label": "group()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/click/decorators.py", "source_location": "L263"}, {"id": "decorators_param_memo", "label": "_param_memo()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/click/decorators.py", "source_location": "L314"}, {"id": "decorators_argument", "label": "argument()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/click/decorators.py", "source_location": "L324"}, {"id": "decorators_option", "label": "option()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/click/decorators.py", "source_location": "L352"}, {"id": "decorators_confirmation_option", "label": "confirmation_option()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/click/decorators.py", "source_location": "L380"}, {"id": "decorators_password_option", "label": "password_option()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/click/decorators.py", "source_location": "L404"}, {"id": "decorators_version_option", "label": "version_option()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/click/decorators.py", "source_location": "L421"}, {"id": "decorators_help_option", "label": "help_option()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/click/decorators.py", "source_location": "L527"}, {"id": "decorators_rationale_29", "label": "Marks a callback as wanting to receive the current context object as first a", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/click/decorators.py", "source_location": "L29"}, {"id": "decorators_rationale_40", "label": "Similar to :func:`pass_context`, but only pass the object on the context onw", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/click/decorators.py", "source_location": "L40"}, {"id": "decorators_rationale_54", "label": "Given an object type this creates a decorator that will work similar to :fun", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/click/decorators.py", "source_location": "L54"}, {"id": "decorators_rationale_103", "label": "Create a decorator that passes a key from :attr:`click.Context.meta` as the", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/click/decorators.py", "source_location": "L103"}, {"id": "decorators_rationale_173", "label": "r\"\"\"Creates a new :class:`Command` and uses the decorated function as callba", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/click/decorators.py", "source_location": "L173"}, {"id": "decorators_rationale_298", "label": "Creates a new :class:`Group` with a function as callback. This works otherw", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/click/decorators.py", "source_location": "L298"}, {"id": "decorators_rationale_327", "label": "Attaches an argument to the command. All positional arguments are passed as", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/click/decorators.py", "source_location": "L327"}, {"id": "decorators_rationale_355", "label": "Attaches an option to the command. All positional arguments are passed as p", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/click/decorators.py", "source_location": "L355"}, {"id": "decorators_rationale_381", "label": "Add a ``--yes`` option which shows a prompt before continuing if not passed.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/click/decorators.py", "source_location": "L381"}, {"id": "decorators_rationale_405", "label": "Add a ``--password`` option which prompts for a password, hiding input and a", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/click/decorators.py", "source_location": "L405"}, {"id": "decorators_rationale_429", "label": "Add a ``--version`` option which immediately prints the version number and e", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/click/decorators.py", "source_location": "L429"}, {"id": "decorators_rationale_528", "label": "Pre-configured ``--help`` option which immediately prints the help page and", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/click/decorators.py", "source_location": "L528"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_click_decorators_py", "target": "inspect", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/click/decorators.py", "source_location": "L3", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_click_decorators_py", "target": "typing", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/click/decorators.py", "source_location": "L4", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_click_decorators_py", "target": "functools", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/click/decorators.py", "source_location": "L5", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_click_decorators_py", "target": "gettext", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/click/decorators.py", "source_location": "L6", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_click_decorators_py", "target": "backend_venv_lib_python3_12_site_packages_click_core_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/click/decorators.py", "source_location": "L8", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_click_decorators_py", "target": "backend_venv_lib_python3_12_site_packages_click_core_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/click/decorators.py", "source_location": "L9", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_click_decorators_py", "target": "backend_venv_lib_python3_12_site_packages_click_core_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/click/decorators.py", "source_location": "L10", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_click_decorators_py", "target": "backend_venv_lib_python3_12_site_packages_click_core_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/click/decorators.py", "source_location": "L11", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_click_decorators_py", "target": "backend_venv_lib_python3_12_site_packages_click_core_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/click/decorators.py", "source_location": "L12", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_click_decorators_py", "target": "backend_venv_lib_python3_12_site_packages_click_core_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/click/decorators.py", "source_location": "L13", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_click_decorators_py", "target": "backend_venv_lib_python3_12_site_packages_click_globals_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/click/decorators.py", "source_location": "L14", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_click_decorators_py", "target": "backend_venv_lib_python3_12_site_packages_click_utils_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/click/decorators.py", "source_location": "L15", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_click_decorators_py", "target": "typing_extensions", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/click/decorators.py", "source_location": "L18", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_click_decorators_py", "target": "decorators_pass_context", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/click/decorators.py", "source_location": "L28", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_click_decorators_py", "target": "decorators_pass_obj", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/click/decorators.py", "source_location": "L39", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_click_decorators_py", "target": "decorators_make_pass_decorator", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/click/decorators.py", "source_location": "L51", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_click_decorators_py", "target": "decorators_pass_meta_key", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/click/decorators.py", "source_location": "L100", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_click_decorators_py", "target": "decorators_command", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/click/decorators.py", "source_location": "L138", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_click_decorators_py", "target": "decorators_command", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/click/decorators.py", "source_location": "L144", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_click_decorators_py", "target": "decorators_command", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/click/decorators.py", "source_location": "L153", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_click_decorators_py", "target": "decorators_command", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/click/decorators.py", "source_location": "L163", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_click_decorators_py", "target": "decorators_command", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/click/decorators.py", "source_location": "L168", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_click_decorators_py", "target": "decorators_group", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/click/decorators.py", "source_location": "L263", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_click_decorators_py", "target": "decorators_group", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/click/decorators.py", "source_location": "L269", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_click_decorators_py", "target": "decorators_group", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/click/decorators.py", "source_location": "L278", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_click_decorators_py", "target": "decorators_group", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/click/decorators.py", "source_location": "L288", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_click_decorators_py", "target": "decorators_group", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/click/decorators.py", "source_location": "L293", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_click_decorators_py", "target": "decorators_param_memo", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/click/decorators.py", "source_location": "L314", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_click_decorators_py", "target": "decorators_argument", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/click/decorators.py", "source_location": "L324", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_click_decorators_py", "target": "decorators_option", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/click/decorators.py", "source_location": "L352", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_click_decorators_py", "target": "decorators_confirmation_option", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/click/decorators.py", "source_location": "L380", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_click_decorators_py", "target": "decorators_password_option", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/click/decorators.py", "source_location": "L404", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_click_decorators_py", "target": "decorators_version_option", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/click/decorators.py", "source_location": "L421", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_click_decorators_py", "target": "decorators_help_option", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/click/decorators.py", "source_location": "L527", "weight": 1.0}, {"source": "decorators_group", "target": "decorators_command", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/click/decorators.py", "source_location": "L309", "weight": 1.0}, {"source": "decorators_confirmation_option", "target": "decorators_option", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/click/decorators.py", "source_location": "L401", "weight": 1.0}, {"source": "decorators_password_option", "target": "decorators_option", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/click/decorators.py", "source_location": "L418", "weight": 1.0}, {"source": "decorators_version_option", "target": "decorators_option", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/click/decorators.py", "source_location": "L524", "weight": 1.0}, {"source": "decorators_help_option", "target": "decorators_option", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/click/decorators.py", "source_location": "L551", "weight": 1.0}, {"source": "decorators_rationale_29", "target": "decorators_pass_context", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/click/decorators.py", "source_location": "L29", "weight": 1.0}, {"source": "decorators_rationale_40", "target": "decorators_pass_obj", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/click/decorators.py", "source_location": "L40", "weight": 1.0}, {"source": "decorators_rationale_54", "target": "decorators_make_pass_decorator", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/click/decorators.py", "source_location": "L54", "weight": 1.0}, {"source": "decorators_rationale_103", "target": "decorators_pass_meta_key", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/click/decorators.py", "source_location": "L103", "weight": 1.0}, {"source": "decorators_rationale_173", "target": "decorators_command", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/click/decorators.py", "source_location": "L173", "weight": 1.0}, {"source": "decorators_rationale_298", "target": "decorators_group", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/click/decorators.py", "source_location": "L298", "weight": 1.0}, {"source": "decorators_rationale_327", "target": "decorators_argument", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/click/decorators.py", "source_location": "L327", "weight": 1.0}, {"source": "decorators_rationale_355", "target": "decorators_option", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/click/decorators.py", "source_location": "L355", "weight": 1.0}, {"source": "decorators_rationale_381", "target": "decorators_confirmation_option", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/click/decorators.py", "source_location": "L381", "weight": 1.0}, {"source": "decorators_rationale_405", "target": "decorators_password_option", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/click/decorators.py", "source_location": "L405", "weight": 1.0}, {"source": "decorators_rationale_429", "target": "decorators_version_option", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/click/decorators.py", "source_location": "L429", "weight": 1.0}, {"source": "decorators_rationale_528", "target": "decorators_help_option", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/click/decorators.py", "source_location": "L528", "weight": 1.0}], "raw_calls": [{"caller_nid": "decorators_pass_context", "callee": "update_wrapper", "source_file": "backend/venv/lib/python3.12/site-packages/click/decorators.py", "source_location": "L36"}, {"caller_nid": "decorators_pass_obj", "callee": "update_wrapper", "source_file": "backend/venv/lib/python3.12/site-packages/click/decorators.py", "source_location": "L48"}, {"caller_nid": "decorators_command", "callee": "callable", "source_file": "backend/venv/lib/python3.12/site-packages/click/decorators.py", "source_location": "L208"}, {"caller_nid": "decorators_command", "callee": "cast", "source_file": "backend/venv/lib/python3.12/site-packages/click/decorators.py", "source_location": "L215"}, {"caller_nid": "decorators_command", "callee": "decorator", "source_file": "backend/venv/lib/python3.12/site-packages/click/decorators.py", "source_location": "L253"}, {"caller_nid": "decorators_group", "callee": "cast", "source_file": "backend/venv/lib/python3.12/site-packages/click/decorators.py", "source_location": "L306"}, {"caller_nid": "decorators_group", "callee": "callable", "source_file": "backend/venv/lib/python3.12/site-packages/click/decorators.py", "source_location": "L308"}, {"caller_nid": "decorators_group", "callee": "command(cls=cls, **attrs)", "source_file": "backend/venv/lib/python3.12/site-packages/click/decorators.py", "source_location": "L309"}, {"caller_nid": "decorators_param_memo", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/click/decorators.py", "source_location": "L315"}, {"caller_nid": "decorators_param_memo", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/click/decorators.py", "source_location": "L316"}, {"caller_nid": "decorators_param_memo", "callee": "hasattr", "source_file": "backend/venv/lib/python3.12/site-packages/click/decorators.py", "source_location": "L318"}, {"caller_nid": "decorators_param_memo", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/click/decorators.py", "source_location": "L321"}, {"caller_nid": "decorators_confirmation_option", "callee": "setdefault", "source_file": "backend/venv/lib/python3.12/site-packages/click/decorators.py", "source_location": "L396"}, {"caller_nid": "decorators_confirmation_option", "callee": "setdefault", "source_file": "backend/venv/lib/python3.12/site-packages/click/decorators.py", "source_location": "L397"}, {"caller_nid": "decorators_confirmation_option", "callee": "setdefault", "source_file": "backend/venv/lib/python3.12/site-packages/click/decorators.py", "source_location": "L398"}, {"caller_nid": "decorators_confirmation_option", "callee": "setdefault", "source_file": "backend/venv/lib/python3.12/site-packages/click/decorators.py", "source_location": "L399"}, {"caller_nid": "decorators_confirmation_option", "callee": "setdefault", "source_file": "backend/venv/lib/python3.12/site-packages/click/decorators.py", "source_location": "L400"}, {"caller_nid": "decorators_password_option", "callee": "setdefault", "source_file": "backend/venv/lib/python3.12/site-packages/click/decorators.py", "source_location": "L415"}, {"caller_nid": "decorators_password_option", "callee": "setdefault", "source_file": "backend/venv/lib/python3.12/site-packages/click/decorators.py", "source_location": "L416"}, {"caller_nid": "decorators_password_option", "callee": "setdefault", "source_file": "backend/venv/lib/python3.12/site-packages/click/decorators.py", "source_location": "L417"}, {"caller_nid": "decorators_version_option", "callee": "_", "source_file": "backend/venv/lib/python3.12/site-packages/click/decorators.py", "source_location": "L465"}, {"caller_nid": "decorators_version_option", "callee": "currentframe", "source_file": "backend/venv/lib/python3.12/site-packages/click/decorators.py", "source_location": "L468"}, {"caller_nid": "decorators_version_option", "callee": "get", "source_file": "backend/venv/lib/python3.12/site-packages/click/decorators.py", "source_location": "L476"}, {"caller_nid": "decorators_version_option", "callee": "get", "source_file": "backend/venv/lib/python3.12/site-packages/click/decorators.py", "source_location": "L479"}, {"caller_nid": "decorators_version_option", "callee": "partition", "source_file": "backend/venv/lib/python3.12/site-packages/click/decorators.py", "source_location": "L482"}, {"caller_nid": "decorators_version_option", "callee": "setdefault", "source_file": "backend/venv/lib/python3.12/site-packages/click/decorators.py", "source_location": "L519"}, {"caller_nid": "decorators_version_option", "callee": "setdefault", "source_file": "backend/venv/lib/python3.12/site-packages/click/decorators.py", "source_location": "L520"}, {"caller_nid": "decorators_version_option", "callee": "setdefault", "source_file": "backend/venv/lib/python3.12/site-packages/click/decorators.py", "source_location": "L521"}, {"caller_nid": "decorators_version_option", "callee": "setdefault", "source_file": "backend/venv/lib/python3.12/site-packages/click/decorators.py", "source_location": "L522"}, {"caller_nid": "decorators_version_option", "callee": "_", "source_file": "backend/venv/lib/python3.12/site-packages/click/decorators.py", "source_location": "L522"}, {"caller_nid": "decorators_help_option", "callee": "setdefault", "source_file": "backend/venv/lib/python3.12/site-packages/click/decorators.py", "source_location": "L545"}, {"caller_nid": "decorators_help_option", "callee": "setdefault", "source_file": "backend/venv/lib/python3.12/site-packages/click/decorators.py", "source_location": "L546"}, {"caller_nid": "decorators_help_option", "callee": "setdefault", "source_file": "backend/venv/lib/python3.12/site-packages/click/decorators.py", "source_location": "L547"}, {"caller_nid": "decorators_help_option", "callee": "setdefault", "source_file": "backend/venv/lib/python3.12/site-packages/click/decorators.py", "source_location": "L548"}, {"caller_nid": "decorators_help_option", "callee": "_", "source_file": "backend/venv/lib/python3.12/site-packages/click/decorators.py", "source_location": "L548"}, {"caller_nid": "decorators_help_option", "callee": "setdefault", "source_file": "backend/venv/lib/python3.12/site-packages/click/decorators.py", "source_location": "L549"}]}