Files
tfm_ainventory/graphify-out/cache/2409e76521ed6881423d218493af3f1aa105762ef383a71da59c732c3d9b8e2b.json

1 line
11 KiB
JSON

{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_apscheduler_executors_pool_py", "label": "pool.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/executors/pool.py", "source_location": "L1"}, {"id": "pool_basepoolexecutor", "label": "BasePoolExecutor", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/executors/pool.py", "source_location": "L9"}, {"id": "baseexecutor", "label": "BaseExecutor", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "pool_init", "label": "__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/executors/pool.py", "source_location": "L11"}, {"id": "pool_basepoolexecutor_do_submit_job", "label": "._do_submit_job()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/executors/pool.py", "source_location": "L15"}, {"id": "pool_basepoolexecutor_shutdown", "label": ".shutdown()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/executors/pool.py", "source_location": "L32"}, {"id": "pool_threadpoolexecutor", "label": "ThreadPoolExecutor", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/executors/pool.py", "source_location": "L36"}, {"id": "pool_threadpoolexecutor_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/executors/pool.py", "source_location": "L47"}, {"id": "pool_processpoolexecutor", "label": "ProcessPoolExecutor", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/executors/pool.py", "source_location": "L53"}, {"id": "pool_processpoolexecutor_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/executors/pool.py", "source_location": "L64"}, {"id": "pool_processpoolexecutor_do_submit_job", "label": "._do_submit_job()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/executors/pool.py", "source_location": "L72"}, {"id": "pool_rationale_37", "label": "An executor that runs jobs in a concurrent.futures thread pool. Plugin alia", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/executors/pool.py", "source_location": "L37"}, {"id": "pool_rationale_54", "label": "An executor that runs jobs in a concurrent.futures process pool. Plugin ali", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/executors/pool.py", "source_location": "L54"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_apscheduler_executors_pool_py", "target": "concurrent_futures", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/executors/pool.py", "source_location": "L1", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_apscheduler_executors_pool_py", "target": "multiprocessing", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/executors/pool.py", "source_location": "L2", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_apscheduler_executors_pool_py", "target": "abc", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/executors/pool.py", "source_location": "L3", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_apscheduler_executors_pool_py", "target": "concurrent_futures_process", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/executors/pool.py", "source_location": "L4", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_apscheduler_executors_pool_py", "target": "apscheduler_executors_base", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/executors/pool.py", "source_location": "L6", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_apscheduler_executors_pool_py", "target": "pool_basepoolexecutor", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/executors/pool.py", "source_location": "L9", "weight": 1.0}, {"source": "pool_basepoolexecutor", "target": "baseexecutor", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/executors/pool.py", "source_location": "L9", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_apscheduler_executors_pool_py", "target": "pool_init", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/executors/pool.py", "source_location": "L11", "weight": 1.0}, {"source": "pool_basepoolexecutor", "target": "pool_basepoolexecutor_do_submit_job", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/executors/pool.py", "source_location": "L15", "weight": 1.0}, {"source": "pool_basepoolexecutor", "target": "pool_basepoolexecutor_shutdown", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/executors/pool.py", "source_location": "L32", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_apscheduler_executors_pool_py", "target": "pool_threadpoolexecutor", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/executors/pool.py", "source_location": "L36", "weight": 1.0}, {"source": "pool_threadpoolexecutor", "target": "pool_basepoolexecutor", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/executors/pool.py", "source_location": "L36", "weight": 1.0}, {"source": "pool_threadpoolexecutor", "target": "pool_threadpoolexecutor_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/executors/pool.py", "source_location": "L47", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_apscheduler_executors_pool_py", "target": "pool_processpoolexecutor", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/executors/pool.py", "source_location": "L53", "weight": 1.0}, {"source": "pool_processpoolexecutor", "target": "pool_basepoolexecutor", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/executors/pool.py", "source_location": "L53", "weight": 1.0}, {"source": "pool_processpoolexecutor", "target": "pool_processpoolexecutor_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/executors/pool.py", "source_location": "L64", "weight": 1.0}, {"source": "pool_processpoolexecutor", "target": "pool_processpoolexecutor_do_submit_job", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/executors/pool.py", "source_location": "L72", "weight": 1.0}, {"source": "pool_init", "target": "pool_processpoolexecutor_init", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/executors/pool.py", "source_location": "L12", "weight": 1.0}, {"source": "pool_threadpoolexecutor_init", "target": "pool_threadpoolexecutor", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/executors/pool.py", "source_location": "L49", "weight": 1.0}, {"source": "pool_threadpoolexecutor_init", "target": "pool_processpoolexecutor_init", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/executors/pool.py", "source_location": "L50", "weight": 1.0}, {"source": "pool_processpoolexecutor_init", "target": "pool_processpoolexecutor", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/executors/pool.py", "source_location": "L67", "weight": 1.0}, {"source": "pool_rationale_37", "target": "pool_threadpoolexecutor", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/executors/pool.py", "source_location": "L37", "weight": 1.0}, {"source": "pool_rationale_54", "target": "pool_processpoolexecutor", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/executors/pool.py", "source_location": "L54", "weight": 1.0}], "raw_calls": [{"caller_nid": "pool_init", "callee": "super", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/executors/pool.py", "source_location": "L12"}, {"caller_nid": "pool_basepoolexecutor_do_submit_job", "callee": "submit", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/executors/pool.py", "source_location": "L27"}, {"caller_nid": "pool_basepoolexecutor_do_submit_job", "callee": "add_done_callback", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/executors/pool.py", "source_location": "L30"}, {"caller_nid": "pool_threadpoolexecutor_init", "callee": "int", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/executors/pool.py", "source_location": "L49"}, {"caller_nid": "pool_threadpoolexecutor_init", "callee": "super", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/executors/pool.py", "source_location": "L50"}, {"caller_nid": "pool_processpoolexecutor_init", "callee": "setdefault", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/executors/pool.py", "source_location": "L66"}, {"caller_nid": "pool_processpoolexecutor_init", "callee": "get_context", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/executors/pool.py", "source_location": "L66"}, {"caller_nid": "pool_processpoolexecutor_init", "callee": "int", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/executors/pool.py", "source_location": "L68"}, {"caller_nid": "pool_processpoolexecutor_init", "callee": "super", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/executors/pool.py", "source_location": "L70"}, {"caller_nid": "pool_processpoolexecutor_do_submit_job", "callee": "super", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/executors/pool.py", "source_location": "L74"}, {"caller_nid": "pool_processpoolexecutor_do_submit_job", "callee": "warning", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/executors/pool.py", "source_location": "L76"}, {"caller_nid": "pool_processpoolexecutor_do_submit_job", "callee": "__class__", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/executors/pool.py", "source_location": "L79"}, {"caller_nid": "pool_processpoolexecutor_do_submit_job", "callee": "super", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/executors/pool.py", "source_location": "L82"}]}