1 line
4.2 KiB
JSON
1 line
4.2 KiB
JSON
{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_fastapi_background_py", "label": "background.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/background.py", "source_location": "L1"}, {"id": "background_backgroundtasks", "label": "BackgroundTasks", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/background.py", "source_location": "L11"}, {"id": "starlettebackgroundtasks", "label": "StarletteBackgroundTasks", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "background_backgroundtasks_add_task", "label": ".add_task()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/background.py", "source_location": "L40"}, {"id": "background_rationale_12", "label": "A collection of background tasks that will be called after a response has been", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/background.py", "source_location": "L12"}, {"id": "background_rationale_55", "label": "Add a function to be called in the background after the response is sent.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/background.py", "source_location": "L55"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_fastapi_background_py", "target": "collections_abc", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/background.py", "source_location": "L1", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_fastapi_background_py", "target": "typing", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/background.py", "source_location": "L2", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_fastapi_background_py", "target": "annotated_doc", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/background.py", "source_location": "L4", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_fastapi_background_py", "target": "starlette_background", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/background.py", "source_location": "L5", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_fastapi_background_py", "target": "typing_extensions", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/background.py", "source_location": "L6", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_fastapi_background_py", "target": "background_backgroundtasks", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/background.py", "source_location": "L11", "weight": 1.0}, {"source": "background_backgroundtasks", "target": "starlettebackgroundtasks", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/background.py", "source_location": "L11", "weight": 1.0}, {"source": "background_backgroundtasks", "target": "background_backgroundtasks_add_task", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/background.py", "source_location": "L40", "weight": 1.0}, {"source": "background_rationale_12", "target": "background_backgroundtasks", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/background.py", "source_location": "L12", "weight": 1.0}, {"source": "background_rationale_55", "target": "background_backgroundtasks_add_task", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/background.py", "source_location": "L55", "weight": 1.0}], "raw_calls": [{"caller_nid": "background_backgroundtasks_add_task", "callee": "super", "source_file": "backend/venv/lib/python3.12/site-packages/fastapi/background.py", "source_location": "L61"}]} |