Files
tfm_ainventory/graphify-out/cache/56add0276bf89b3a5e783aa06968beb3a5c316cb51564f3e5d92530ca6548036.json

1 line
26 KiB
JSON

{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_docstring_parser_common_py", "label": "common.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/common.py", "source_location": "L1"}, {"id": "common_parseerror", "label": "ParseError", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/common.py", "source_location": "L22"}, {"id": "runtimeerror", "label": "RuntimeError", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "common_docstringstyle", "label": "DocstringStyle", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/common.py", "source_location": "L26"}, {"id": "common_renderingstyle", "label": "RenderingStyle", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/common.py", "source_location": "L36"}, {"id": "common_docstringmeta", "label": "DocstringMeta", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/common.py", "source_location": "L44"}, {"id": "common_docstringmeta_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/common.py", "source_location": "L53"}, {"id": "common_docstringparam", "label": "DocstringParam", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/common.py", "source_location": "L67"}, {"id": "common_docstringparam_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/common.py", "source_location": "L70"}, {"id": "common_docstringreturns", "label": "DocstringReturns", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/common.py", "source_location": "L87"}, {"id": "common_docstringreturns_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/common.py", "source_location": "L90"}, {"id": "common_docstringraises", "label": "DocstringRaises", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/common.py", "source_location": "L105"}, {"id": "common_docstringraises_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/common.py", "source_location": "L108"}, {"id": "common_docstringdeprecated", "label": "DocstringDeprecated", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/common.py", "source_location": "L120"}, {"id": "common_docstringdeprecated_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/common.py", "source_location": "L123"}, {"id": "common_docstringexample", "label": "DocstringExample", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/common.py", "source_location": "L135"}, {"id": "common_docstringexample_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/common.py", "source_location": "L138"}, {"id": "common_docstring", "label": "Docstring", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/common.py", "source_location": "L150"}, {"id": "common_docstring_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/common.py", "source_location": "L153"}, {"id": "common_description", "label": "description()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/common.py", "source_location": "L166"}, {"id": "common_params", "label": "params()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/common.py", "source_location": "L185"}, {"id": "common_raises", "label": "raises()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/common.py", "source_location": "L190"}, {"id": "common_returns", "label": "returns()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/common.py", "source_location": "L199"}, {"id": "common_many_returns", "label": "many_returns()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/common.py", "source_location": "L210"}, {"id": "common_deprecation", "label": "deprecation()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/common.py", "source_location": "L217"}, {"id": "common_examples", "label": "examples()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/common.py", "source_location": "L225"}, {"id": "common_rationale_1", "label": "Common methods for parsing.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/common.py", "source_location": "L1"}, {"id": "common_rationale_23", "label": "Base class for all parsing related errors.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/common.py", "source_location": "L23"}, {"id": "common_rationale_37", "label": "Rendering style when unparsing parsed docstrings.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/common.py", "source_location": "L37"}, {"id": "common_rationale_45", "label": "Docstring meta information. Symbolizes lines in form of :param arg", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/common.py", "source_location": "L45"}, {"id": "common_rationale_56", "label": "Initialize self. :param args: list of arguments. The exact content of t", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/common.py", "source_location": "L56"}, {"id": "common_rationale_68", "label": "DocstringMeta symbolizing :param metadata.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/common.py", "source_location": "L68"}, {"id": "common_rationale_88", "label": "DocstringMeta symbolizing :returns or :yields metadata.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/common.py", "source_location": "L88"}, {"id": "common_rationale_106", "label": "DocstringMeta symbolizing :raises metadata.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/common.py", "source_location": "L106"}, {"id": "common_rationale_121", "label": "DocstringMeta symbolizing deprecation metadata.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/common.py", "source_location": "L121"}, {"id": "common_rationale_136", "label": "DocstringMeta symbolizing example metadata.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/common.py", "source_location": "L136"}, {"id": "common_rationale_151", "label": "Docstring object representation.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/common.py", "source_location": "L151"}, {"id": "common_rationale_167", "label": "Return the full description of the function Returns None if the docstri", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/common.py", "source_location": "L167"}, {"id": "common_rationale_186", "label": "Return a list of information on function params.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/common.py", "source_location": "L186"}, {"id": "common_rationale_191", "label": "Return a list of information on the exceptions that the function may rai", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/common.py", "source_location": "L191"}, {"id": "common_rationale_200", "label": "Return a single information on function return. Takes the first return", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/common.py", "source_location": "L200"}, {"id": "common_rationale_211", "label": "Return a list of information on function return.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/common.py", "source_location": "L211"}, {"id": "common_rationale_218", "label": "Return a single information on function deprecation notes.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/common.py", "source_location": "L218"}, {"id": "common_rationale_226", "label": "Return a list of information on function examples.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/common.py", "source_location": "L226"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_docstring_parser_common_py", "target": "enum", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/common.py", "source_location": "L3", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_docstring_parser_common_py", "target": "typing", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/common.py", "source_location": "L4", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_docstring_parser_common_py", "target": "common_parseerror", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/common.py", "source_location": "L22", "weight": 1.0}, {"source": "common_parseerror", "target": "runtimeerror", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/common.py", "source_location": "L22", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_docstring_parser_common_py", "target": "common_docstringstyle", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/common.py", "source_location": "L26", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_docstring_parser_common_py", "target": "common_renderingstyle", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/common.py", "source_location": "L36", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_docstring_parser_common_py", "target": "common_docstringmeta", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/common.py", "source_location": "L44", "weight": 1.0}, {"source": "common_docstringmeta", "target": "common_docstringmeta_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/common.py", "source_location": "L53", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_docstring_parser_common_py", "target": "common_docstringparam", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/common.py", "source_location": "L67", "weight": 1.0}, {"source": "common_docstringparam", "target": "common_docstringmeta", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/common.py", "source_location": "L67", "weight": 1.0}, {"source": "common_docstringparam", "target": "common_docstringparam_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/common.py", "source_location": "L70", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_docstring_parser_common_py", "target": "common_docstringreturns", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/common.py", "source_location": "L87", "weight": 1.0}, {"source": "common_docstringreturns", "target": "common_docstringmeta", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/common.py", "source_location": "L87", "weight": 1.0}, {"source": "common_docstringreturns", "target": "common_docstringreturns_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/common.py", "source_location": "L90", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_docstring_parser_common_py", "target": "common_docstringraises", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/common.py", "source_location": "L105", "weight": 1.0}, {"source": "common_docstringraises", "target": "common_docstringmeta", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/common.py", "source_location": "L105", "weight": 1.0}, {"source": "common_docstringraises", "target": "common_docstringraises_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/common.py", "source_location": "L108", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_docstring_parser_common_py", "target": "common_docstringdeprecated", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/common.py", "source_location": "L120", "weight": 1.0}, {"source": "common_docstringdeprecated", "target": "common_docstringmeta", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/common.py", "source_location": "L120", "weight": 1.0}, {"source": "common_docstringdeprecated", "target": "common_docstringdeprecated_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/common.py", "source_location": "L123", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_docstring_parser_common_py", "target": "common_docstringexample", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/common.py", "source_location": "L135", "weight": 1.0}, {"source": "common_docstringexample", "target": "common_docstringmeta", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/common.py", "source_location": "L135", "weight": 1.0}, {"source": "common_docstringexample", "target": "common_docstringexample_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/common.py", "source_location": "L138", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_docstring_parser_common_py", "target": "common_docstring", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/common.py", "source_location": "L150", "weight": 1.0}, {"source": "common_docstring", "target": "common_docstring_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/common.py", "source_location": "L153", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_docstring_parser_common_py", "target": "common_description", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/common.py", "source_location": "L166", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_docstring_parser_common_py", "target": "common_params", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/common.py", "source_location": "L185", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_docstring_parser_common_py", "target": "common_raises", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/common.py", "source_location": "L190", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_docstring_parser_common_py", "target": "common_returns", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/common.py", "source_location": "L199", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_docstring_parser_common_py", "target": "common_many_returns", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/common.py", "source_location": "L210", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_docstring_parser_common_py", "target": "common_deprecation", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/common.py", "source_location": "L217", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_docstring_parser_common_py", "target": "common_examples", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/common.py", "source_location": "L225", "weight": 1.0}, {"source": "common_docstringparam_init", "target": "common_docstring_init", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/common.py", "source_location": "L80", "weight": 1.0}, {"source": "common_docstringreturns_init", "target": "common_docstring_init", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/common.py", "source_location": "L99", "weight": 1.0}, {"source": "common_docstringraises_init", "target": "common_docstring_init", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/common.py", "source_location": "L115", "weight": 1.0}, {"source": "common_docstringdeprecated_init", "target": "common_docstring_init", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/common.py", "source_location": "L130", "weight": 1.0}, {"source": "common_docstringexample_init", "target": "common_docstring_init", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/common.py", "source_location": "L145", "weight": 1.0}, {"source": "common_rationale_1", "target": "backend_venv_lib_python3_12_site_packages_docstring_parser_common_py", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/common.py", "source_location": "L1", "weight": 1.0}, {"source": "common_rationale_23", "target": "common_parseerror", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/common.py", "source_location": "L23", "weight": 1.0}, {"source": "common_rationale_37", "target": "common_renderingstyle", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/common.py", "source_location": "L37", "weight": 1.0}, {"source": "common_rationale_45", "target": "common_docstringmeta", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/common.py", "source_location": "L45", "weight": 1.0}, {"source": "common_rationale_56", "target": "common_docstringmeta_init", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/common.py", "source_location": "L56", "weight": 1.0}, {"source": "common_rationale_68", "target": "common_docstringparam", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/common.py", "source_location": "L68", "weight": 1.0}, {"source": "common_rationale_88", "target": "common_docstringreturns", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/common.py", "source_location": "L88", "weight": 1.0}, {"source": "common_rationale_106", "target": "common_docstringraises", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/common.py", "source_location": "L106", "weight": 1.0}, {"source": "common_rationale_121", "target": "common_docstringdeprecated", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/common.py", "source_location": "L121", "weight": 1.0}, {"source": "common_rationale_136", "target": "common_docstringexample", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/common.py", "source_location": "L136", "weight": 1.0}, {"source": "common_rationale_151", "target": "common_docstring", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/common.py", "source_location": "L151", "weight": 1.0}, {"source": "common_rationale_167", "target": "common_docstring_description", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/common.py", "source_location": "L167", "weight": 1.0}, {"source": "common_rationale_186", "target": "common_docstring_params", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/common.py", "source_location": "L186", "weight": 1.0}, {"source": "common_rationale_191", "target": "common_docstring_raises", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/common.py", "source_location": "L191", "weight": 1.0}, {"source": "common_rationale_200", "target": "common_docstring_returns", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/common.py", "source_location": "L200", "weight": 1.0}, {"source": "common_rationale_211", "target": "common_docstring_many_returns", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/common.py", "source_location": "L211", "weight": 1.0}, {"source": "common_rationale_218", "target": "common_docstring_deprecation", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/common.py", "source_location": "L218", "weight": 1.0}, {"source": "common_rationale_226", "target": "common_docstring_examples", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/common.py", "source_location": "L226", "weight": 1.0}], "raw_calls": [{"caller_nid": "common_docstringparam_init", "callee": "super", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/common.py", "source_location": "L80"}, {"caller_nid": "common_docstringreturns_init", "callee": "super", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/common.py", "source_location": "L99"}, {"caller_nid": "common_docstringraises_init", "callee": "super", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/common.py", "source_location": "L115"}, {"caller_nid": "common_docstringdeprecated_init", "callee": "super", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/common.py", "source_location": "L130"}, {"caller_nid": "common_docstringexample_init", "callee": "super", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/common.py", "source_location": "L145"}, {"caller_nid": "common_description", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/common.py", "source_location": "L173"}, {"caller_nid": "common_description", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/common.py", "source_location": "L175"}, {"caller_nid": "common_description", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/common.py", "source_location": "L177"}, {"caller_nid": "common_description", "callee": "join", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/common.py", "source_location": "L182"}, {"caller_nid": "common_params", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/common.py", "source_location": "L187"}, {"caller_nid": "common_raises", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/common.py", "source_location": "L195"}, {"caller_nid": "common_returns", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/common.py", "source_location": "L205"}, {"caller_nid": "common_many_returns", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/common.py", "source_location": "L213"}, {"caller_nid": "common_deprecation", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/common.py", "source_location": "L220"}, {"caller_nid": "common_examples", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/common.py", "source_location": "L228"}]}