1 line
6.1 KiB
JSON
1 line
6.1 KiB
JSON
{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_apscheduler_executors_asyncio_py", "label": "asyncio.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/executors/asyncio.py", "source_location": "L1"}, {"id": "asyncio_asyncioexecutor", "label": "AsyncIOExecutor", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/executors/asyncio.py", "source_location": "L7"}, {"id": "baseexecutor", "label": "BaseExecutor", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "asyncio_asyncioexecutor_start", "label": ".start()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/executors/asyncio.py", "source_location": "L18"}, {"id": "asyncio_asyncioexecutor_shutdown", "label": ".shutdown()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/executors/asyncio.py", "source_location": "L23"}, {"id": "asyncio_asyncioexecutor_do_submit_job", "label": "._do_submit_job()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/executors/asyncio.py", "source_location": "L31"}, {"id": "asyncio_rationale_8", "label": "Runs jobs in the default executor of the event loop. If the job function is", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/executors/asyncio.py", "source_location": "L8"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_apscheduler_executors_asyncio_py", "target": "sys", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/executors/asyncio.py", "source_location": "L1", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_apscheduler_executors_asyncio_py", "target": "apscheduler_executors_base", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/executors/asyncio.py", "source_location": "L3", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_apscheduler_executors_asyncio_py", "target": "apscheduler_util", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/executors/asyncio.py", "source_location": "L4", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_apscheduler_executors_asyncio_py", "target": "asyncio_asyncioexecutor", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/executors/asyncio.py", "source_location": "L7", "weight": 1.0}, {"source": "asyncio_asyncioexecutor", "target": "baseexecutor", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/executors/asyncio.py", "source_location": "L7", "weight": 1.0}, {"source": "asyncio_asyncioexecutor", "target": "asyncio_asyncioexecutor_start", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/executors/asyncio.py", "source_location": "L18", "weight": 1.0}, {"source": "asyncio_asyncioexecutor", "target": "asyncio_asyncioexecutor_shutdown", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/executors/asyncio.py", "source_location": "L23", "weight": 1.0}, {"source": "asyncio_asyncioexecutor", "target": "asyncio_asyncioexecutor_do_submit_job", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/executors/asyncio.py", "source_location": "L31", "weight": 1.0}, {"source": "asyncio_rationale_8", "target": "asyncio_asyncioexecutor", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/executors/asyncio.py", "source_location": "L8", "weight": 1.0}], "raw_calls": [{"caller_nid": "asyncio_asyncioexecutor_start", "callee": "super", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/executors/asyncio.py", "source_location": "L19"}, {"caller_nid": "asyncio_asyncioexecutor_start", "callee": "set", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/executors/asyncio.py", "source_location": "L21"}, {"caller_nid": "asyncio_asyncioexecutor_shutdown", "callee": "done", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/executors/asyncio.py", "source_location": "L26"}, {"caller_nid": "asyncio_asyncioexecutor_shutdown", "callee": "cancel", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/executors/asyncio.py", "source_location": "L27"}, {"caller_nid": "asyncio_asyncioexecutor_shutdown", "callee": "clear", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/executors/asyncio.py", "source_location": "L29"}, {"caller_nid": "asyncio_asyncioexecutor_do_submit_job", "callee": "iscoroutinefunction_partial", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/executors/asyncio.py", "source_location": "L41"}, {"caller_nid": "asyncio_asyncioexecutor_do_submit_job", "callee": "run_coroutine_job", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/executors/asyncio.py", "source_location": "L42"}, {"caller_nid": "asyncio_asyncioexecutor_do_submit_job", "callee": "create_task", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/executors/asyncio.py", "source_location": "L45"}, {"caller_nid": "asyncio_asyncioexecutor_do_submit_job", "callee": "run_in_executor", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/executors/asyncio.py", "source_location": "L47"}, {"caller_nid": "asyncio_asyncioexecutor_do_submit_job", "callee": "add_done_callback", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/executors/asyncio.py", "source_location": "L51"}, {"caller_nid": "asyncio_asyncioexecutor_do_submit_job", "callee": "add", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/executors/asyncio.py", "source_location": "L52"}]} |