1 line
17 KiB
JSON
1 line
17 KiB
JSON
{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_docstring_parser_rest_py", "label": "rest.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/rest.py", "source_location": "L1"}, {"id": "rest_build_meta", "label": "_build_meta()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/rest.py", "source_location": "L25"}, {"id": "rest_parse", "label": "parse()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/rest.py", "source_location": "L102"}, {"id": "rest_compose", "label": "compose()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/rest.py", "source_location": "L178"}, {"id": "rest_rationale_1", "label": "ReST-style docstring parsing.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/rest.py", "source_location": "L1"}, {"id": "rest_rationale_103", "label": "Parse the ReST-style docstring into its components. :returns: parsed docstr", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/rest.py", "source_location": "L103"}, {"id": "rest_rationale_183", "label": "Render a parsed docstring into docstring text. :param docstring: parsed doc", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/rest.py", "source_location": "L183"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_docstring_parser_rest_py", "target": "inspect", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/rest.py", "source_location": "L3", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_docstring_parser_rest_py", "target": "re", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/rest.py", "source_location": "L4", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_docstring_parser_rest_py", "target": "typing", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/rest.py", "source_location": "L5", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_docstring_parser_rest_py", "target": "backend_venv_lib_python3_12_site_packages_docstring_parser_common_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/rest.py", "source_location": "L7", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_docstring_parser_rest_py", "target": "rest_build_meta", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/rest.py", "source_location": "L25", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_docstring_parser_rest_py", "target": "rest_parse", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/rest.py", "source_location": "L102", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_docstring_parser_rest_py", "target": "rest_compose", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/rest.py", "source_location": "L178", "weight": 1.0}, {"source": "rest_parse", "target": "rest_build_meta", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/rest.py", "source_location": "L155", "weight": 1.0}, {"source": "rest_rationale_1", "target": "backend_venv_lib_python3_12_site_packages_docstring_parser_rest_py", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/rest.py", "source_location": "L1", "weight": 1.0}, {"source": "rest_rationale_103", "target": "rest_parse", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/rest.py", "source_location": "L103", "weight": 1.0}, {"source": "rest_rationale_183", "target": "rest_compose", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/rest.py", "source_location": "L183", "weight": 1.0}], "raw_calls": [{"caller_nid": "rest_build_meta", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/rest.py", "source_location": "L29"}, {"caller_nid": "rest_build_meta", "callee": "endswith", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/rest.py", "source_location": "L31"}, {"caller_nid": "rest_build_meta", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/rest.py", "source_location": "L36"}, {"caller_nid": "rest_build_meta", "callee": "ParseError", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/rest.py", "source_location": "L41"}, {"caller_nid": "rest_build_meta", "callee": "match", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/rest.py", "source_location": "L45"}, {"caller_nid": "rest_build_meta", "callee": "rstrip", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/rest.py", "source_location": "L46"}, {"caller_nid": "rest_build_meta", "callee": "group", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/rest.py", "source_location": "L46"}, {"caller_nid": "rest_build_meta", "callee": "DocstringParam", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/rest.py", "source_location": "L48"}, {"caller_nid": "rest_build_meta", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/rest.py", "source_location": "L58"}, {"caller_nid": "rest_build_meta", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/rest.py", "source_location": "L60"}, {"caller_nid": "rest_build_meta", "callee": "ParseError", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/rest.py", "source_location": "L63"}, {"caller_nid": "rest_build_meta", "callee": "DocstringReturns", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/rest.py", "source_location": "L67"}, {"caller_nid": "rest_build_meta", "callee": "search", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/rest.py", "source_location": "L75"}, {"caller_nid": "rest_build_meta", "callee": "DocstringDeprecated", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/rest.py", "source_location": "L80"}, {"caller_nid": "rest_build_meta", "callee": "group", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/rest.py", "source_location": "L82"}, {"caller_nid": "rest_build_meta", "callee": "group", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/rest.py", "source_location": "L83"}, {"caller_nid": "rest_build_meta", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/rest.py", "source_location": "L87"}, {"caller_nid": "rest_build_meta", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/rest.py", "source_location": "L89"}, {"caller_nid": "rest_build_meta", "callee": "ParseError", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/rest.py", "source_location": "L92"}, {"caller_nid": "rest_build_meta", "callee": "DocstringRaises", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/rest.py", "source_location": "L95"}, {"caller_nid": "rest_build_meta", "callee": "DocstringMeta", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/rest.py", "source_location": "L99"}, {"caller_nid": "rest_parse", "callee": "Docstring", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/rest.py", "source_location": "L107"}, {"caller_nid": "rest_parse", "callee": "cleandoc", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/rest.py", "source_location": "L111"}, {"caller_nid": "rest_parse", "callee": "search", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/rest.py", "source_location": "L112"}, {"caller_nid": "rest_parse", "callee": "start", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/rest.py", "source_location": "L114"}, {"caller_nid": "rest_parse", "callee": "start", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/rest.py", "source_location": "L115"}, {"caller_nid": "rest_parse", "callee": "split", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/rest.py", "source_location": "L120"}, {"caller_nid": "rest_parse", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/rest.py", "source_location": "L122"}, {"caller_nid": "rest_parse", "callee": "startswith", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/rest.py", "source_location": "L124"}, {"caller_nid": "rest_parse", "callee": "endswith", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/rest.py", "source_location": "L125"}, {"caller_nid": "rest_parse", "callee": "strip", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/rest.py", "source_location": "L126"}, {"caller_nid": "rest_parse", "callee": "finditer", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/rest.py", "source_location": "L130"}, {"caller_nid": "rest_parse", "callee": "group", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/rest.py", "source_location": "L133"}, {"caller_nid": "rest_parse", "callee": "split", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/rest.py", "source_location": "L137"}, {"caller_nid": "rest_parse", "callee": "lstrip", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/rest.py", "source_location": "L137"}, {"caller_nid": "rest_parse", "callee": "ParseError", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/rest.py", "source_location": "L139"}, {"caller_nid": "rest_parse", "callee": "split", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/rest.py", "source_location": "L142"}, {"caller_nid": "rest_parse", "callee": "strip", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/rest.py", "source_location": "L143"}, {"caller_nid": "rest_parse", "callee": "split", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/rest.py", "source_location": "L146"}, {"caller_nid": "rest_parse", "callee": "cleandoc", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/rest.py", "source_location": "L147"}, {"caller_nid": "rest_parse", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/rest.py", "source_location": "L150"}, {"caller_nid": "rest_parse", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/rest.py", "source_location": "L152"}, {"caller_nid": "rest_parse", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/rest.py", "source_location": "L153"}, {"caller_nid": "rest_parse", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/rest.py", "source_location": "L155"}, {"caller_nid": "rest_parse", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/rest.py", "source_location": "L158"}, {"caller_nid": "rest_parse", "callee": "get", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/rest.py", "source_location": "L159"}, {"caller_nid": "rest_parse", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/rest.py", "source_location": "L160"}, {"caller_nid": "rest_parse", "callee": "get", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/rest.py", "source_location": "L161"}, {"caller_nid": "rest_parse", "callee": "any", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/rest.py", "source_location": "L163"}, {"caller_nid": "rest_parse", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/rest.py", "source_location": "L163"}, {"caller_nid": "rest_parse", "callee": "items", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/rest.py", "source_location": "L164"}, {"caller_nid": "rest_parse", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/rest.py", "source_location": "L165"}, {"caller_nid": "rest_parse", "callee": "DocstringReturns", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/rest.py", "source_location": "L166"}, {"caller_nid": "rest_compose", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/rest.py", "source_location": "L209"}, {"caller_nid": "rest_compose", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/rest.py", "source_location": "L211"}, {"caller_nid": "rest_compose", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/rest.py", "source_location": "L213"}, {"caller_nid": "rest_compose", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/rest.py", "source_location": "L215"}, {"caller_nid": "rest_compose", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/rest.py", "source_location": "L218"}, {"caller_nid": "rest_compose", "callee": "process_desc", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/rest.py", "source_location": "L229"}, {"caller_nid": "rest_compose", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/rest.py", "source_location": "L230"}, {"caller_nid": "rest_compose", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/rest.py", "source_location": "L232"}, {"caller_nid": "rest_compose", "callee": "process_desc", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/rest.py", "source_location": "L235"}, {"caller_nid": "rest_compose", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/rest.py", "source_location": "L236"}, {"caller_nid": "rest_compose", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/rest.py", "source_location": "L237"}, {"caller_nid": "rest_compose", "callee": "process_desc", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/rest.py", "source_location": "L244"}, {"caller_nid": "rest_compose", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/rest.py", "source_location": "L245"}, {"caller_nid": "rest_compose", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/rest.py", "source_location": "L247"}, {"caller_nid": "rest_compose", "callee": "process_desc", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/rest.py", "source_location": "L250"}, {"caller_nid": "rest_compose", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/rest.py", "source_location": "L251"}, {"caller_nid": "rest_compose", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/rest.py", "source_location": "L252"}, {"caller_nid": "rest_compose", "callee": "process_desc", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/rest.py", "source_location": "L254"}, {"caller_nid": "rest_compose", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/rest.py", "source_location": "L255"}, {"caller_nid": "rest_compose", "callee": "join", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/rest.py", "source_location": "L257"}, {"caller_nid": "rest_compose", "callee": "process_desc", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/rest.py", "source_location": "L257"}, {"caller_nid": "rest_compose", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/rest.py", "source_location": "L258"}, {"caller_nid": "rest_compose", "callee": "join", "source_file": "backend/venv/lib/python3.12/site-packages/docstring_parser/rest.py", "source_location": "L259"}]} |