{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_starlette_background_py", "label": "background.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/background.py", "source_location": "L1"}, {"id": "background_backgroundtask", "label": "BackgroundTask", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/background.py", "source_location": "L12"}, {"id": "background_backgroundtask_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/background.py", "source_location": "L13"}, {"id": "background_backgroundtask_call", "label": ".__call__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/background.py", "source_location": "L19"}, {"id": "background_backgroundtasks", "label": "BackgroundTasks", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/background.py", "source_location": "L26"}, {"id": "background_backgroundtasks_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/background.py", "source_location": "L27"}, {"id": "background_backgroundtasks_add_task", "label": ".add_task()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/background.py", "source_location": "L30"}, {"id": "background_backgroundtasks_call", "label": ".__call__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/background.py", "source_location": "L34"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_starlette_background_py", "target": "collections_abc", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/background.py", "source_location": "L3", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_starlette_background_py", "target": "typing", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/background.py", "source_location": "L4", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_starlette_background_py", "target": "starlette_utils", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/background.py", "source_location": "L6", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_starlette_background_py", "target": "starlette_concurrency", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/background.py", "source_location": "L7", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_starlette_background_py", "target": "background_backgroundtask", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/background.py", "source_location": "L12", "weight": 1.0}, {"source": "background_backgroundtask", "target": "background_backgroundtask_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/background.py", "source_location": "L13", "weight": 1.0}, {"source": "background_backgroundtask", "target": "background_backgroundtask_call", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/background.py", "source_location": "L19", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_starlette_background_py", "target": "background_backgroundtasks", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/background.py", "source_location": "L26", "weight": 1.0}, {"source": "background_backgroundtasks", "target": "background_backgroundtask", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/background.py", "source_location": "L26", "weight": 1.0}, {"source": "background_backgroundtasks", "target": "background_backgroundtasks_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/background.py", "source_location": "L27", "weight": 1.0}, {"source": "background_backgroundtasks", "target": "background_backgroundtasks_add_task", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/background.py", "source_location": "L30", "weight": 1.0}, {"source": "background_backgroundtasks", "target": "background_backgroundtasks_call", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/background.py", "source_location": "L34", "weight": 1.0}, {"source": "background_backgroundtasks_add_task", "target": "background_backgroundtask", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/background.py", "source_location": "L31", "weight": 1.0}], "raw_calls": [{"caller_nid": "background_backgroundtask_init", "callee": "is_async_callable", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/background.py", "source_location": "L17"}, {"caller_nid": "background_backgroundtask_call", "callee": "func", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/background.py", "source_location": "L21"}, {"caller_nid": "background_backgroundtask_call", "callee": "run_in_threadpool", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/background.py", "source_location": "L23"}, {"caller_nid": "background_backgroundtasks_init", "callee": "list", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/background.py", "source_location": "L28"}, {"caller_nid": "background_backgroundtasks_add_task", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/background.py", "source_location": "L32"}, {"caller_nid": "background_backgroundtasks_call", "callee": "task", "source_file": "backend/venv/lib/python3.12/site-packages/starlette/background.py", "source_location": "L36"}]}