Files
tfm_ainventory/graphify-out/cache/b4c8812edb59a587209fca9980ca78eb8661548f8e01c0f563f70ee278c891d5.json

1 line
6.1 KiB
JSON

{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_apscheduler_executors_tornado_py", "label": "tornado.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/executors/tornado.py", "source_location": "L1"}, {"id": "tornado_tornadoexecutor", "label": "TornadoExecutor", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/executors/tornado.py", "source_location": "L10"}, {"id": "baseexecutor", "label": "BaseExecutor", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "tornado_tornadoexecutor_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/executors/tornado.py", "source_location": "L22"}, {"id": "tornado_tornadoexecutor_start", "label": ".start()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/executors/tornado.py", "source_location": "L26"}, {"id": "tornado_tornadoexecutor_do_submit_job", "label": "._do_submit_job()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/executors/tornado.py", "source_location": "L30"}, {"id": "tornado_rationale_11", "label": "Runs jobs either in a thread pool or directly on the I/O loop. If the job f", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/executors/tornado.py", "source_location": "L11"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_apscheduler_executors_tornado_py", "target": "sys", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/executors/tornado.py", "source_location": "L1", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_apscheduler_executors_tornado_py", "target": "concurrent_futures", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/executors/tornado.py", "source_location": "L2", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_apscheduler_executors_tornado_py", "target": "tornado_gen", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/executors/tornado.py", "source_location": "L4", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_apscheduler_executors_tornado_py", "target": "apscheduler_executors_base", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/executors/tornado.py", "source_location": "L6", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_apscheduler_executors_tornado_py", "target": "apscheduler_util", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/executors/tornado.py", "source_location": "L7", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_apscheduler_executors_tornado_py", "target": "tornado_tornadoexecutor", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/executors/tornado.py", "source_location": "L10", "weight": 1.0}, {"source": "tornado_tornadoexecutor", "target": "baseexecutor", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/executors/tornado.py", "source_location": "L10", "weight": 1.0}, {"source": "tornado_tornadoexecutor", "target": "tornado_tornadoexecutor_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/executors/tornado.py", "source_location": "L22", "weight": 1.0}, {"source": "tornado_tornadoexecutor", "target": "tornado_tornadoexecutor_start", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/executors/tornado.py", "source_location": "L26", "weight": 1.0}, {"source": "tornado_tornadoexecutor", "target": "tornado_tornadoexecutor_do_submit_job", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/executors/tornado.py", "source_location": "L30", "weight": 1.0}, {"source": "tornado_rationale_11", "target": "tornado_tornadoexecutor", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/executors/tornado.py", "source_location": "L11", "weight": 1.0}], "raw_calls": [{"caller_nid": "tornado_tornadoexecutor_init", "callee": "super", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/executors/tornado.py", "source_location": "L23"}, {"caller_nid": "tornado_tornadoexecutor_init", "callee": "ThreadPoolExecutor", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/executors/tornado.py", "source_location": "L24"}, {"caller_nid": "tornado_tornadoexecutor_start", "callee": "super", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/executors/tornado.py", "source_location": "L27"}, {"caller_nid": "tornado_tornadoexecutor_do_submit_job", "callee": "iscoroutinefunction_partial", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/executors/tornado.py", "source_location": "L39"}, {"caller_nid": "tornado_tornadoexecutor_do_submit_job", "callee": "run_coroutine_job", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/executors/tornado.py", "source_location": "L40"}, {"caller_nid": "tornado_tornadoexecutor_do_submit_job", "callee": "submit", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/executors/tornado.py", "source_location": "L44"}, {"caller_nid": "tornado_tornadoexecutor_do_submit_job", "callee": "convert_yielded", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/executors/tornado.py", "source_location": "L48"}, {"caller_nid": "tornado_tornadoexecutor_do_submit_job", "callee": "add_done_callback", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/executors/tornado.py", "source_location": "L49"}]}