Files
tfm_ainventory/graphify-out/cache/09c254e80bbce05e004bb5ed9db2395a8fa566c5f8067033eac1c12c6d3b53a1.json
2026-04-26 12:03:59 +03:00

1 line
19 KiB
JSON

{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_apscheduler_jobstores_base_py", "label": "base.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/base.py", "source_location": "L1"}, {"id": "base_joblookuperror", "label": "JobLookupError", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/base.py", "source_location": "L5"}, {"id": "keyerror", "label": "KeyError", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "base_joblookuperror_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/base.py", "source_location": "L8"}, {"id": "base_conflictingiderror", "label": "ConflictingIdError", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/base.py", "source_location": "L12"}, {"id": "base_conflictingiderror_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/base.py", "source_location": "L15"}, {"id": "base_transientjoberror", "label": "TransientJobError", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/base.py", "source_location": "L19"}, {"id": "valueerror", "label": "ValueError", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "base_transientjoberror_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/base.py", "source_location": "L25"}, {"id": "base_basejobstore", "label": "BaseJobStore", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/base.py", "source_location": "L32"}, {"id": "base_basejobstore_start", "label": ".start()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/base.py", "source_location": "L39"}, {"id": "base_basejobstore_shutdown", "label": ".shutdown()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/base.py", "source_location": "L53"}, {"id": "base_basejobstore_fix_paused_jobs_sorting", "label": "._fix_paused_jobs_sorting()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/base.py", "source_location": "L56"}, {"id": "base_lookup_job", "label": "lookup_job()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/base.py", "source_location": "L66"}, {"id": "base_get_due_jobs", "label": "get_due_jobs()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/base.py", "source_location": "L78"}, {"id": "base_get_next_run_time", "label": "get_next_run_time()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/base.py", "source_location": "L88"}, {"id": "base_get_all_jobs", "label": "get_all_jobs()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/base.py", "source_location": "L97"}, {"id": "base_add_job", "label": "add_job()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/base.py", "source_location": "L110"}, {"id": "base_update_job", "label": "update_job()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/base.py", "source_location": "L119"}, {"id": "base_remove_job", "label": "remove_job()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/base.py", "source_location": "L128"}, {"id": "base_remove_all_jobs", "label": "remove_all_jobs()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/base.py", "source_location": "L137"}, {"id": "base_basejobstore_repr", "label": ".__repr__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/base.py", "source_location": "L140"}, {"id": "base_rationale_6", "label": "Raised when the job store cannot find a job for update or removal.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/base.py", "source_location": "L6"}, {"id": "base_rationale_13", "label": "Raised when the uniqueness of job IDs is being violated.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/base.py", "source_location": "L13"}, {"id": "base_rationale_20", "label": "Raised when an attempt to add transient (with no func_ref) job to a persistent j", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/base.py", "source_location": "L20"}, {"id": "base_rationale_33", "label": "Abstract base class that defines the interface that every job store must impleme", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/base.py", "source_location": "L33"}, {"id": "base_rationale_40", "label": "Called by the scheduler when the scheduler is being started or when the job stor", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/base.py", "source_location": "L40"}, {"id": "base_rationale_54", "label": "Frees any resources still bound to this job store.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/base.py", "source_location": "L54"}, {"id": "base_rationale_67", "label": "Returns a specific job, or ``None`` if it isn't found.. The job store i", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/base.py", "source_location": "L67"}, {"id": "base_rationale_79", "label": "Returns the list of jobs that have ``next_run_time`` earlier or equal to ``now``", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/base.py", "source_location": "L79"}, {"id": "base_rationale_89", "label": "Returns the earliest run time of all the jobs stored in this job store, or ``Non", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/base.py", "source_location": "L89"}, {"id": "base_rationale_98", "label": "Returns a list of all jobs in this job store. The returned jobs should b", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/base.py", "source_location": "L98"}, {"id": "base_rationale_111", "label": "Adds the given job to this store. :param Job job: the job to add", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/base.py", "source_location": "L111"}, {"id": "base_rationale_120", "label": "Replaces the job in the store with the given newer version. :param Job", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/base.py", "source_location": "L120"}, {"id": "base_rationale_129", "label": "Removes the given job from this store. :param str|unicode job_id: ident", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/base.py", "source_location": "L129"}, {"id": "base_rationale_138", "label": "Removes all jobs from this store.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/base.py", "source_location": "L138"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_apscheduler_jobstores_base_py", "target": "logging", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/base.py", "source_location": "L1", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_apscheduler_jobstores_base_py", "target": "abc", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/base.py", "source_location": "L2", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_apscheduler_jobstores_base_py", "target": "base_joblookuperror", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/base.py", "source_location": "L5", "weight": 1.0}, {"source": "base_joblookuperror", "target": "keyerror", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/base.py", "source_location": "L5", "weight": 1.0}, {"source": "base_joblookuperror", "target": "base_joblookuperror_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/base.py", "source_location": "L8", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_apscheduler_jobstores_base_py", "target": "base_conflictingiderror", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/base.py", "source_location": "L12", "weight": 1.0}, {"source": "base_conflictingiderror", "target": "keyerror", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/base.py", "source_location": "L12", "weight": 1.0}, {"source": "base_conflictingiderror", "target": "base_conflictingiderror_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/base.py", "source_location": "L15", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_apscheduler_jobstores_base_py", "target": "base_transientjoberror", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/base.py", "source_location": "L19", "weight": 1.0}, {"source": "base_transientjoberror", "target": "valueerror", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/base.py", "source_location": "L19", "weight": 1.0}, {"source": "base_transientjoberror", "target": "base_transientjoberror_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/base.py", "source_location": "L25", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_apscheduler_jobstores_base_py", "target": "base_basejobstore", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/base.py", "source_location": "L32", "weight": 1.0}, {"source": "base_basejobstore", "target": "base_basejobstore_start", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/base.py", "source_location": "L39", "weight": 1.0}, {"source": "base_basejobstore", "target": "base_basejobstore_shutdown", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/base.py", "source_location": "L53", "weight": 1.0}, {"source": "base_basejobstore", "target": "base_basejobstore_fix_paused_jobs_sorting", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/base.py", "source_location": "L56", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_apscheduler_jobstores_base_py", "target": "base_lookup_job", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/base.py", "source_location": "L66", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_apscheduler_jobstores_base_py", "target": "base_get_due_jobs", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/base.py", "source_location": "L78", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_apscheduler_jobstores_base_py", "target": "base_get_next_run_time", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/base.py", "source_location": "L88", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_apscheduler_jobstores_base_py", "target": "base_get_all_jobs", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/base.py", "source_location": "L97", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_apscheduler_jobstores_base_py", "target": "base_add_job", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/base.py", "source_location": "L110", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_apscheduler_jobstores_base_py", "target": "base_update_job", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/base.py", "source_location": "L119", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_apscheduler_jobstores_base_py", "target": "base_remove_job", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/base.py", "source_location": "L128", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_apscheduler_jobstores_base_py", "target": "base_remove_all_jobs", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/base.py", "source_location": "L137", "weight": 1.0}, {"source": "base_basejobstore", "target": "base_basejobstore_repr", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/base.py", "source_location": "L140", "weight": 1.0}, {"source": "base_joblookuperror_init", "target": "base_transientjoberror_init", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/base.py", "source_location": "L9", "weight": 1.0}, {"source": "base_conflictingiderror_init", "target": "base_transientjoberror_init", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/base.py", "source_location": "L16", "weight": 1.0}, {"source": "base_rationale_6", "target": "base_joblookuperror", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/base.py", "source_location": "L6", "weight": 1.0}, {"source": "base_rationale_13", "target": "base_conflictingiderror", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/base.py", "source_location": "L13", "weight": 1.0}, {"source": "base_rationale_20", "target": "base_transientjoberror", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/base.py", "source_location": "L20", "weight": 1.0}, {"source": "base_rationale_33", "target": "base_basejobstore", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/base.py", "source_location": "L33", "weight": 1.0}, {"source": "base_rationale_40", "target": "base_basejobstore_start", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/base.py", "source_location": "L40", "weight": 1.0}, {"source": "base_rationale_54", "target": "base_basejobstore_shutdown", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/base.py", "source_location": "L54", "weight": 1.0}, {"source": "base_rationale_67", "target": "base_basejobstore_lookup_job", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/base.py", "source_location": "L67", "weight": 1.0}, {"source": "base_rationale_79", "target": "base_basejobstore_get_due_jobs", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/base.py", "source_location": "L79", "weight": 1.0}, {"source": "base_rationale_89", "target": "base_basejobstore_get_next_run_time", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/base.py", "source_location": "L89", "weight": 1.0}, {"source": "base_rationale_98", "target": "base_basejobstore_get_all_jobs", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/base.py", "source_location": "L98", "weight": 1.0}, {"source": "base_rationale_111", "target": "base_basejobstore_add_job", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/base.py", "source_location": "L111", "weight": 1.0}, {"source": "base_rationale_120", "target": "base_basejobstore_update_job", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/base.py", "source_location": "L120", "weight": 1.0}, {"source": "base_rationale_129", "target": "base_basejobstore_remove_job", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/base.py", "source_location": "L129", "weight": 1.0}, {"source": "base_rationale_138", "target": "base_basejobstore_remove_all_jobs", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/base.py", "source_location": "L138", "weight": 1.0}], "raw_calls": [{"caller_nid": "base_joblookuperror_init", "callee": "super", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/base.py", "source_location": "L9"}, {"caller_nid": "base_conflictingiderror_init", "callee": "super", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/base.py", "source_location": "L16"}, {"caller_nid": "base_transientjoberror_init", "callee": "super", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/base.py", "source_location": "L26"}, {"caller_nid": "base_basejobstore_start", "callee": "getLogger", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/base.py", "source_location": "L51"}, {"caller_nid": "base_basejobstore_fix_paused_jobs_sorting", "callee": "enumerate", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/base.py", "source_location": "L57"}, {"caller_nid": "base_basejobstore_fix_paused_jobs_sorting", "callee": "extend", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/base.py", "source_location": "L62"}]}