1 line
19 KiB
JSON
1 line
19 KiB
JSON
{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_apscheduler_jobstores_etcd_py", "label": "etcd.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/etcd.py", "source_location": "L1"}, {"id": "etcd_etcdjobstore", "label": "EtcdJobStore", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/etcd.py", "source_location": "L18"}, {"id": "basejobstore", "label": "BaseJobStore", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "etcd_etcdjobstore_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/etcd.py", "source_location": "L33"}, {"id": "etcd_etcdjobstore_lookup_job", "label": ".lookup_job()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/etcd.py", "source_location": "L55"}, {"id": "etcd_etcdjobstore_get_due_jobs", "label": ".get_due_jobs()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/etcd.py", "source_location": "L65"}, {"id": "etcd_etcdjobstore_get_next_run_time", "label": ".get_next_run_time()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/etcd.py", "source_location": "L75"}, {"id": "etcd_etcdjobstore_get_all_jobs", "label": ".get_all_jobs()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/etcd.py", "source_location": "L83"}, {"id": "etcd_etcdjobstore_add_job", "label": ".add_job()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/etcd.py", "source_location": "L88"}, {"id": "etcd_etcdjobstore_update_job", "label": ".update_job()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/etcd.py", "source_location": "L99"}, {"id": "etcd_etcdjobstore_remove_job", "label": ".remove_job()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/etcd.py", "source_location": "L114"}, {"id": "etcd_etcdjobstore_remove_all_jobs", "label": ".remove_all_jobs()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/etcd.py", "source_location": "L124"}, {"id": "etcd_etcdjobstore_shutdown", "label": ".shutdown()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/etcd.py", "source_location": "L127"}, {"id": "etcd_etcdjobstore_reconstitute_job", "label": "._reconstitute_job()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/etcd.py", "source_location": "L130"}, {"id": "etcd_etcdjobstore_get_jobs", "label": "._get_jobs()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/etcd.py", "source_location": "L138"}, {"id": "etcd_etcdjobstore_repr", "label": ".__repr__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/etcd.py", "source_location": "L168"}, {"id": "etcd_rationale_19", "label": "Stores jobs in a etcd. Any leftover keyword arguments are directly passed to", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/etcd.py", "source_location": "L19"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_apscheduler_jobstores_etcd_py", "target": "pickle", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/etcd.py", "source_location": "L1", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_apscheduler_jobstores_etcd_py", "target": "datetime", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/etcd.py", "source_location": "L2", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_apscheduler_jobstores_etcd_py", "target": "apscheduler_job", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/etcd.py", "source_location": "L4", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_apscheduler_jobstores_etcd_py", "target": "apscheduler_jobstores_base", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/etcd.py", "source_location": "L5", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_apscheduler_jobstores_etcd_py", "target": "apscheduler_util", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/etcd.py", "source_location": "L6", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_apscheduler_jobstores_etcd_py", "target": "etcd3", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/etcd.py", "source_location": "L13", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_apscheduler_jobstores_etcd_py", "target": "etcd_etcdjobstore", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/etcd.py", "source_location": "L18", "weight": 1.0}, {"source": "etcd_etcdjobstore", "target": "basejobstore", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/etcd.py", "source_location": "L18", "weight": 1.0}, {"source": "etcd_etcdjobstore", "target": "etcd_etcdjobstore_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/etcd.py", "source_location": "L33", "weight": 1.0}, {"source": "etcd_etcdjobstore", "target": "etcd_etcdjobstore_lookup_job", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/etcd.py", "source_location": "L55", "weight": 1.0}, {"source": "etcd_etcdjobstore", "target": "etcd_etcdjobstore_get_due_jobs", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/etcd.py", "source_location": "L65", "weight": 1.0}, {"source": "etcd_etcdjobstore", "target": "etcd_etcdjobstore_get_next_run_time", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/etcd.py", "source_location": "L75", "weight": 1.0}, {"source": "etcd_etcdjobstore", "target": "etcd_etcdjobstore_get_all_jobs", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/etcd.py", "source_location": "L83", "weight": 1.0}, {"source": "etcd_etcdjobstore", "target": "etcd_etcdjobstore_add_job", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/etcd.py", "source_location": "L88", "weight": 1.0}, {"source": "etcd_etcdjobstore", "target": "etcd_etcdjobstore_update_job", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/etcd.py", "source_location": "L99", "weight": 1.0}, {"source": "etcd_etcdjobstore", "target": "etcd_etcdjobstore_remove_job", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/etcd.py", "source_location": "L114", "weight": 1.0}, {"source": "etcd_etcdjobstore", "target": "etcd_etcdjobstore_remove_all_jobs", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/etcd.py", "source_location": "L124", "weight": 1.0}, {"source": "etcd_etcdjobstore", "target": "etcd_etcdjobstore_shutdown", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/etcd.py", "source_location": "L127", "weight": 1.0}, {"source": "etcd_etcdjobstore", "target": "etcd_etcdjobstore_reconstitute_job", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/etcd.py", "source_location": "L130", "weight": 1.0}, {"source": "etcd_etcdjobstore", "target": "etcd_etcdjobstore_get_jobs", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/etcd.py", "source_location": "L138", "weight": 1.0}, {"source": "etcd_etcdjobstore", "target": "etcd_etcdjobstore_repr", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/etcd.py", "source_location": "L168", "weight": 1.0}, {"source": "etcd_etcdjobstore_lookup_job", "target": "etcd_etcdjobstore_reconstitute_job", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/etcd.py", "source_location": "L60", "weight": 1.0}, {"source": "etcd_etcdjobstore_get_due_jobs", "target": "etcd_etcdjobstore_get_jobs", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/etcd.py", "source_location": "L69", "weight": 1.0}, {"source": "etcd_etcdjobstore_get_next_run_time", "target": "etcd_etcdjobstore_get_jobs", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/etcd.py", "source_location": "L78", "weight": 1.0}, {"source": "etcd_etcdjobstore_get_all_jobs", "target": "etcd_etcdjobstore_get_jobs", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/etcd.py", "source_location": "L84", "weight": 1.0}, {"source": "etcd_etcdjobstore_get_jobs", "target": "etcd_etcdjobstore_reconstitute_job", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/etcd.py", "source_location": "L148", "weight": 1.0}, {"source": "etcd_etcdjobstore_get_jobs", "target": "etcd_etcdjobstore_remove_job", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/etcd.py", "source_location": "L161", "weight": 1.0}, {"source": "etcd_rationale_19", "target": "etcd_etcdjobstore", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/etcd.py", "source_location": "L19", "weight": 1.0}], "raw_calls": [{"caller_nid": "etcd_etcdjobstore_init", "callee": "super", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/etcd.py", "source_location": "L41"}, {"caller_nid": "etcd_etcdjobstore_init", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/etcd.py", "source_location": "L46"}, {"caller_nid": "etcd_etcdjobstore_init", "callee": "maybe_ref", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/etcd.py", "source_location": "L51"}, {"caller_nid": "etcd_etcdjobstore_init", "callee": "Etcd3Client", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/etcd.py", "source_location": "L53"}, {"caller_nid": "etcd_etcdjobstore_lookup_job", "callee": "str", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/etcd.py", "source_location": "L56"}, {"caller_nid": "etcd_etcdjobstore_lookup_job", "callee": "get", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/etcd.py", "source_location": "L58"}, {"caller_nid": "etcd_etcdjobstore_lookup_job", "callee": "loads", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/etcd.py", "source_location": "L59"}, {"caller_nid": "etcd_etcdjobstore_get_due_jobs", "callee": "datetime_to_utc_timestamp", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/etcd.py", "source_location": "L66"}, {"caller_nid": "etcd_etcdjobstore_get_next_run_time", "callee": "utc_timestamp_to_datetime", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/etcd.py", "source_location": "L81"}, {"caller_nid": "etcd_etcdjobstore_get_next_run_time", "callee": "min", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/etcd.py", "source_location": "L81"}, {"caller_nid": "etcd_etcdjobstore_get_next_run_time", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/etcd.py", "source_location": "L81"}, {"caller_nid": "etcd_etcdjobstore_get_all_jobs", "callee": "_fix_paused_jobs_sorting", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/etcd.py", "source_location": "L85"}, {"caller_nid": "etcd_etcdjobstore_add_job", "callee": "str", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/etcd.py", "source_location": "L89"}, {"caller_nid": "etcd_etcdjobstore_add_job", "callee": "datetime_to_utc_timestamp", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/etcd.py", "source_location": "L91"}, {"caller_nid": "etcd_etcdjobstore_add_job", "callee": "__getstate__", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/etcd.py", "source_location": "L92"}, {"caller_nid": "etcd_etcdjobstore_add_job", "callee": "dumps", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/etcd.py", "source_location": "L94"}, {"caller_nid": "etcd_etcdjobstore_add_job", "callee": "put_if_not_exists", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/etcd.py", "source_location": "L95"}, {"caller_nid": "etcd_etcdjobstore_add_job", "callee": "ConflictingIdError", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/etcd.py", "source_location": "L97"}, {"caller_nid": "etcd_etcdjobstore_update_job", "callee": "str", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/etcd.py", "source_location": "L100"}, {"caller_nid": "etcd_etcdjobstore_update_job", "callee": "datetime_to_utc_timestamp", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/etcd.py", "source_location": "L102"}, {"caller_nid": "etcd_etcdjobstore_update_job", "callee": "__getstate__", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/etcd.py", "source_location": "L103"}, {"caller_nid": "etcd_etcdjobstore_update_job", "callee": "dumps", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/etcd.py", "source_location": "L105"}, {"caller_nid": "etcd_etcdjobstore_update_job", "callee": "transaction", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/etcd.py", "source_location": "L106"}, {"caller_nid": "etcd_etcdjobstore_update_job", "callee": "version", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/etcd.py", "source_location": "L107"}, {"caller_nid": "etcd_etcdjobstore_update_job", "callee": "put", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/etcd.py", "source_location": "L108"}, {"caller_nid": "etcd_etcdjobstore_update_job", "callee": "JobLookupError", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/etcd.py", "source_location": "L112"}, {"caller_nid": "etcd_etcdjobstore_remove_job", "callee": "str", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/etcd.py", "source_location": "L115"}, {"caller_nid": "etcd_etcdjobstore_remove_job", "callee": "transaction", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/etcd.py", "source_location": "L116"}, {"caller_nid": "etcd_etcdjobstore_remove_job", "callee": "version", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/etcd.py", "source_location": "L117"}, {"caller_nid": "etcd_etcdjobstore_remove_job", "callee": "delete", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/etcd.py", "source_location": "L118"}, {"caller_nid": "etcd_etcdjobstore_remove_job", "callee": "JobLookupError", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/etcd.py", "source_location": "L122"}, {"caller_nid": "etcd_etcdjobstore_remove_all_jobs", "callee": "delete_prefix", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/etcd.py", "source_location": "L125"}, {"caller_nid": "etcd_etcdjobstore_shutdown", "callee": "close", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/etcd.py", "source_location": "L128"}, {"caller_nid": "etcd_etcdjobstore_reconstitute_job", "callee": "__new__", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/etcd.py", "source_location": "L132"}, {"caller_nid": "etcd_etcdjobstore_reconstitute_job", "callee": "__setstate__", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/etcd.py", "source_location": "L133"}, {"caller_nid": "etcd_etcdjobstore_get_jobs", "callee": "list", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/etcd.py", "source_location": "L141"}, {"caller_nid": "etcd_etcdjobstore_get_jobs", "callee": "get_prefix", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/etcd.py", "source_location": "L141"}, {"caller_nid": "etcd_etcdjobstore_get_jobs", "callee": "loads", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/etcd.py", "source_location": "L145"}, {"caller_nid": "etcd_etcdjobstore_get_jobs", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/etcd.py", "source_location": "L150"}, {"caller_nid": "etcd_etcdjobstore_get_jobs", "callee": "loads", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/etcd.py", "source_location": "L152"}, {"caller_nid": "etcd_etcdjobstore_get_jobs", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/etcd.py", "source_location": "L154"}, {"caller_nid": "etcd_etcdjobstore_get_jobs", "callee": "exception", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/etcd.py", "source_location": "L155"}, {"caller_nid": "etcd_etcdjobstore_get_jobs", "callee": "datetime", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/etcd.py", "source_location": "L162"}, {"caller_nid": "etcd_etcdjobstore_get_jobs", "callee": "sorted", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/etcd.py", "source_location": "L163"}, {"caller_nid": "etcd_etcdjobstore_repr", "callee": "exception", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/etcd.py", "source_location": "L169"}]} |