Files
tfm_ainventory/graphify-out/cache/34eff97bb9e8e8446afae44a85337402b4f9bc0b25ddc4d1ecb2a4844a5f299f.json

1 line
21 KiB
JSON

{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_apscheduler_executors_base_py", "label": "base.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/executors/base.py", "source_location": "L1"}, {"id": "base_maxinstancesreachederror", "label": "MaxInstancesReachedError", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/executors/base.py", "source_location": "L17"}, {"id": "exception", "label": "Exception", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "base_maxinstancesreachederror_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/executors/base.py", "source_location": "L18"}, {"id": "base_baseexecutor", "label": "BaseExecutor", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/executors/base.py", "source_location": "L25"}, {"id": "base_baseexecutor_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/executors/base.py", "source_location": "L32"}, {"id": "base_baseexecutor_start", "label": ".start()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/executors/base.py", "source_location": "L36"}, {"id": "base_baseexecutor_shutdown", "label": ".shutdown()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/executors/base.py", "source_location": "L50"}, {"id": "base_baseexecutor_submit_job", "label": ".submit_job()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/executors/base.py", "source_location": "L58"}, {"id": "base_do_submit_job", "label": "_do_submit_job()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/executors/base.py", "source_location": "L78"}, {"id": "base_baseexecutor_run_job_success", "label": "._run_job_success()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/executors/base.py", "source_location": "L81"}, {"id": "base_baseexecutor_run_job_error", "label": "._run_job_error()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/executors/base.py", "source_location": "L95"}, {"id": "base_run_job", "label": "run_job()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/executors/base.py", "source_location": "L106"}, {"id": "base_run_coroutine_job", "label": "run_coroutine_job()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/executors/base.py", "source_location": "L161"}, {"id": "base_rationale_26", "label": "Abstract base class that defines the interface that every executor must implemen", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/executors/base.py", "source_location": "L26"}, {"id": "base_rationale_37", "label": "Called by the scheduler when the scheduler is being started or when the executor", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/executors/base.py", "source_location": "L37"}, {"id": "base_rationale_51", "label": "Shuts down this executor. :param bool wait: ``True`` to wait until all", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/executors/base.py", "source_location": "L51"}, {"id": "base_rationale_59", "label": "Submits job for execution. :param Job job: job to execute :para", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/executors/base.py", "source_location": "L59"}, {"id": "base_rationale_79", "label": "Performs the actual task of scheduling `run_job` to be called.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/executors/base.py", "source_location": "L79"}, {"id": "base_rationale_82", "label": "Called by the executor with the list of generated events when :func:`run_job` ha", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/executors/base.py", "source_location": "L82"}, {"id": "base_rationale_96", "label": "Called by the executor with the exception if there is an error calling `run_job", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/executors/base.py", "source_location": "L96"}, {"id": "base_rationale_107", "label": "Called by executors to run the job. Returns a list of scheduler events to be dis", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/executors/base.py", "source_location": "L107"}, {"id": "base_rationale_162", "label": "Coroutine version of run_job().", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/executors/base.py", "source_location": "L162"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_apscheduler_executors_base_py", "target": "logging", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/executors/base.py", "source_location": "L1", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_apscheduler_executors_base_py", "target": "sys", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/executors/base.py", "source_location": "L2", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_apscheduler_executors_base_py", "target": "traceback", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/executors/base.py", "source_location": "L3", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_apscheduler_executors_base_py", "target": "abc", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/executors/base.py", "source_location": "L4", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_apscheduler_executors_base_py", "target": "collections", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/executors/base.py", "source_location": "L5", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_apscheduler_executors_base_py", "target": "datetime", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/executors/base.py", "source_location": "L6", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_apscheduler_executors_base_py", "target": "traceback", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/executors/base.py", "source_location": "L7", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_apscheduler_executors_base_py", "target": "apscheduler_events", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/executors/base.py", "source_location": "L9", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_apscheduler_executors_base_py", "target": "base_maxinstancesreachederror", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/executors/base.py", "source_location": "L17", "weight": 1.0}, {"source": "base_maxinstancesreachederror", "target": "exception", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/executors/base.py", "source_location": "L17", "weight": 1.0}, {"source": "base_maxinstancesreachederror", "target": "base_maxinstancesreachederror_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/executors/base.py", "source_location": "L18", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_apscheduler_executors_base_py", "target": "base_baseexecutor", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/executors/base.py", "source_location": "L25", "weight": 1.0}, {"source": "base_baseexecutor", "target": "base_baseexecutor_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/executors/base.py", "source_location": "L32", "weight": 1.0}, {"source": "base_baseexecutor", "target": "base_baseexecutor_start", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/executors/base.py", "source_location": "L36", "weight": 1.0}, {"source": "base_baseexecutor", "target": "base_baseexecutor_shutdown", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/executors/base.py", "source_location": "L50", "weight": 1.0}, {"source": "base_baseexecutor", "target": "base_baseexecutor_submit_job", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/executors/base.py", "source_location": "L58", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_apscheduler_executors_base_py", "target": "base_do_submit_job", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/executors/base.py", "source_location": "L78", "weight": 1.0}, {"source": "base_baseexecutor", "target": "base_baseexecutor_run_job_success", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/executors/base.py", "source_location": "L81", "weight": 1.0}, {"source": "base_baseexecutor", "target": "base_baseexecutor_run_job_error", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/executors/base.py", "source_location": "L95", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_apscheduler_executors_base_py", "target": "base_run_job", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/executors/base.py", "source_location": "L106", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_apscheduler_executors_base_py", "target": "base_run_coroutine_job", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/executors/base.py", "source_location": "L161", "weight": 1.0}, {"source": "base_maxinstancesreachederror_init", "target": "base_baseexecutor_init", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/executors/base.py", "source_location": "L19", "weight": 1.0}, {"source": "base_baseexecutor_submit_job", "target": "base_maxinstancesreachederror", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/executors/base.py", "source_location": "L72", "weight": 1.0}, {"source": "base_baseexecutor_submit_job", "target": "base_do_submit_job", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/executors/base.py", "source_location": "L74", "weight": 1.0}, {"source": "base_run_job", "target": "exception", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/executors/base.py", "source_location": "L145", "weight": 1.0}, {"source": "base_run_coroutine_job", "target": "exception", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/executors/base.py", "source_location": "L195", "weight": 1.0}, {"source": "base_rationale_26", "target": "base_baseexecutor", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/executors/base.py", "source_location": "L26", "weight": 1.0}, {"source": "base_rationale_37", "target": "base_baseexecutor_start", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/executors/base.py", "source_location": "L37", "weight": 1.0}, {"source": "base_rationale_51", "target": "base_baseexecutor_shutdown", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/executors/base.py", "source_location": "L51", "weight": 1.0}, {"source": "base_rationale_59", "target": "base_baseexecutor_submit_job", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/executors/base.py", "source_location": "L59", "weight": 1.0}, {"source": "base_rationale_79", "target": "base_baseexecutor_do_submit_job", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/executors/base.py", "source_location": "L79", "weight": 1.0}, {"source": "base_rationale_82", "target": "base_baseexecutor_run_job_success", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/executors/base.py", "source_location": "L82", "weight": 1.0}, {"source": "base_rationale_96", "target": "base_baseexecutor_run_job_error", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/executors/base.py", "source_location": "L96", "weight": 1.0}, {"source": "base_rationale_107", "target": "base_run_job", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/executors/base.py", "source_location": "L107", "weight": 1.0}, {"source": "base_rationale_162", "target": "base_run_coroutine_job", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/executors/base.py", "source_location": "L162", "weight": 1.0}], "raw_calls": [{"caller_nid": "base_maxinstancesreachederror_init", "callee": "super", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/executors/base.py", "source_location": "L19"}, {"caller_nid": "base_baseexecutor_init", "callee": "super", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/executors/base.py", "source_location": "L33"}, {"caller_nid": "base_baseexecutor_init", "callee": "defaultdict", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/executors/base.py", "source_location": "L34"}, {"caller_nid": "base_baseexecutor_start", "callee": "_create_lock", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/executors/base.py", "source_location": "L47"}, {"caller_nid": "base_baseexecutor_start", "callee": "getLogger", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/executors/base.py", "source_location": "L48"}, {"caller_nid": "base_baseexecutor_run_job_success", "callee": "_dispatch_event", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/executors/base.py", "source_location": "L93"}, {"caller_nid": "base_baseexecutor_run_job_error", "callee": "error", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/executors/base.py", "source_location": "L103"}, {"caller_nid": "base_run_job", "callee": "getLogger", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/executors/base.py", "source_location": "L113"}, {"caller_nid": "base_run_job", "callee": "now", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/executors/base.py", "source_location": "L118"}, {"caller_nid": "base_run_job", "callee": "timedelta", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/executors/base.py", "source_location": "L119"}, {"caller_nid": "base_run_job", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/executors/base.py", "source_location": "L121"}, {"caller_nid": "base_run_job", "callee": "JobExecutionEvent", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/executors/base.py", "source_location": "L122"}, {"caller_nid": "base_run_job", "callee": "warning", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/executors/base.py", "source_location": "L126"}, {"caller_nid": "base_run_job", "callee": "info", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/executors/base.py", "source_location": "L129"}, {"caller_nid": "base_run_job", "callee": "func", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/executors/base.py", "source_location": "L131"}, {"caller_nid": "base_run_job", "callee": "exc_info", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/executors/base.py", "source_location": "L133"}, {"caller_nid": "base_run_job", "callee": "join", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/executors/base.py", "source_location": "L134"}, {"caller_nid": "base_run_job", "callee": "format_tb", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/executors/base.py", "source_location": "L134"}, {"caller_nid": "base_run_job", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/executors/base.py", "source_location": "L135"}, {"caller_nid": "base_run_job", "callee": "JobExecutionEvent", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/executors/base.py", "source_location": "L136"}, {"caller_nid": "base_run_job", "callee": "clear_frames", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/executors/base.py", "source_location": "L148"}, {"caller_nid": "base_run_job", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/executors/base.py", "source_location": "L151"}, {"caller_nid": "base_run_job", "callee": "JobExecutionEvent", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/executors/base.py", "source_location": "L152"}, {"caller_nid": "base_run_job", "callee": "info", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/executors/base.py", "source_location": "L156"}, {"caller_nid": "base_run_coroutine_job", "callee": "getLogger", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/executors/base.py", "source_location": "L164"}, {"caller_nid": "base_run_coroutine_job", "callee": "now", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/executors/base.py", "source_location": "L168"}, {"caller_nid": "base_run_coroutine_job", "callee": "timedelta", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/executors/base.py", "source_location": "L169"}, {"caller_nid": "base_run_coroutine_job", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/executors/base.py", "source_location": "L171"}, {"caller_nid": "base_run_coroutine_job", "callee": "JobExecutionEvent", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/executors/base.py", "source_location": "L172"}, {"caller_nid": "base_run_coroutine_job", "callee": "warning", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/executors/base.py", "source_location": "L176"}, {"caller_nid": "base_run_coroutine_job", "callee": "info", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/executors/base.py", "source_location": "L179"}, {"caller_nid": "base_run_coroutine_job", "callee": "func", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/executors/base.py", "source_location": "L181"}, {"caller_nid": "base_run_coroutine_job", "callee": "exc_info", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/executors/base.py", "source_location": "L183"}, {"caller_nid": "base_run_coroutine_job", "callee": "join", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/executors/base.py", "source_location": "L184"}, {"caller_nid": "base_run_coroutine_job", "callee": "format_tb", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/executors/base.py", "source_location": "L184"}, {"caller_nid": "base_run_coroutine_job", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/executors/base.py", "source_location": "L185"}, {"caller_nid": "base_run_coroutine_job", "callee": "JobExecutionEvent", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/executors/base.py", "source_location": "L186"}, {"caller_nid": "base_run_coroutine_job", "callee": "clear_frames", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/executors/base.py", "source_location": "L196"}, {"caller_nid": "base_run_coroutine_job", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/executors/base.py", "source_location": "L198"}, {"caller_nid": "base_run_coroutine_job", "callee": "JobExecutionEvent", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/executors/base.py", "source_location": "L199"}, {"caller_nid": "base_run_coroutine_job", "callee": "info", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/executors/base.py", "source_location": "L203"}]}