1 line
21 KiB
JSON
1 line
21 KiB
JSON
{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_apscheduler_jobstores_redis_py", "label": "redis.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/redis.py", "source_location": "L1"}, {"id": "redis_redisjobstore", "label": "RedisJobStore", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/redis.py", "source_location": "L14"}, {"id": "basejobstore", "label": "BaseJobStore", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "redis_redisjobstore_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/redis.py", "source_location": "L28"}, {"id": "redis_redisjobstore_lookup_job", "label": ".lookup_job()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/redis.py", "source_location": "L50"}, {"id": "redis_redisjobstore_get_due_jobs", "label": ".get_due_jobs()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/redis.py", "source_location": "L54"}, {"id": "redis_redisjobstore_get_next_run_time", "label": ".get_next_run_time()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/redis.py", "source_location": "L62"}, {"id": "redis_redisjobstore_get_all_jobs", "label": ".get_all_jobs()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/redis.py", "source_location": "L67"}, {"id": "redis_redisjobstore_add_job", "label": ".add_job()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/redis.py", "source_location": "L73"}, {"id": "redis_redisjobstore_update_job", "label": ".update_job()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/redis.py", "source_location": "L92"}, {"id": "redis_redisjobstore_remove_job", "label": ".remove_job()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/redis.py", "source_location": "L112"}, {"id": "redis_redisjobstore_remove_all_jobs", "label": ".remove_all_jobs()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/redis.py", "source_location": "L121"}, {"id": "redis_redisjobstore_shutdown", "label": ".shutdown()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/redis.py", "source_location": "L127"}, {"id": "redis_redisjobstore_reconstitute_job", "label": "._reconstitute_job()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/redis.py", "source_location": "L130"}, {"id": "redis_redisjobstore_reconstitute_jobs", "label": "._reconstitute_jobs()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/redis.py", "source_location": "L138"}, {"id": "redis_redisjobstore_repr", "label": ".__repr__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/redis.py", "source_location": "L159"}, {"id": "redis_rationale_15", "label": "Stores jobs in a Redis database. Any leftover keyword arguments are directly pas", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/redis.py", "source_location": "L15"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_apscheduler_jobstores_redis_py", "target": "pickle", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/redis.py", "source_location": "L1", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_apscheduler_jobstores_redis_py", "target": "datetime", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/redis.py", "source_location": "L2", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_apscheduler_jobstores_redis_py", "target": "apscheduler_job", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/redis.py", "source_location": "L4", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_apscheduler_jobstores_redis_py", "target": "apscheduler_jobstores_base", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/redis.py", "source_location": "L5", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_apscheduler_jobstores_redis_py", "target": "apscheduler_util", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/redis.py", "source_location": "L6", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_apscheduler_jobstores_redis_py", "target": "redis", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/redis.py", "source_location": "L9", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_apscheduler_jobstores_redis_py", "target": "redis_redisjobstore", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/redis.py", "source_location": "L14", "weight": 1.0}, {"source": "redis_redisjobstore", "target": "basejobstore", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/redis.py", "source_location": "L14", "weight": 1.0}, {"source": "redis_redisjobstore", "target": "redis_redisjobstore_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/redis.py", "source_location": "L28", "weight": 1.0}, {"source": "redis_redisjobstore", "target": "redis_redisjobstore_lookup_job", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/redis.py", "source_location": "L50", "weight": 1.0}, {"source": "redis_redisjobstore", "target": "redis_redisjobstore_get_due_jobs", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/redis.py", "source_location": "L54", "weight": 1.0}, {"source": "redis_redisjobstore", "target": "redis_redisjobstore_get_next_run_time", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/redis.py", "source_location": "L62", "weight": 1.0}, {"source": "redis_redisjobstore", "target": "redis_redisjobstore_get_all_jobs", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/redis.py", "source_location": "L67", "weight": 1.0}, {"source": "redis_redisjobstore", "target": "redis_redisjobstore_add_job", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/redis.py", "source_location": "L73", "weight": 1.0}, {"source": "redis_redisjobstore", "target": "redis_redisjobstore_update_job", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/redis.py", "source_location": "L92", "weight": 1.0}, {"source": "redis_redisjobstore", "target": "redis_redisjobstore_remove_job", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/redis.py", "source_location": "L112", "weight": 1.0}, {"source": "redis_redisjobstore", "target": "redis_redisjobstore_remove_all_jobs", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/redis.py", "source_location": "L121", "weight": 1.0}, {"source": "redis_redisjobstore", "target": "redis_redisjobstore_shutdown", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/redis.py", "source_location": "L127", "weight": 1.0}, {"source": "redis_redisjobstore", "target": "redis_redisjobstore_reconstitute_job", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/redis.py", "source_location": "L130", "weight": 1.0}, {"source": "redis_redisjobstore", "target": "redis_redisjobstore_reconstitute_jobs", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/redis.py", "source_location": "L138", "weight": 1.0}, {"source": "redis_redisjobstore", "target": "redis_redisjobstore_repr", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/redis.py", "source_location": "L159", "weight": 1.0}, {"source": "redis_redisjobstore_lookup_job", "target": "redis_redisjobstore_reconstitute_job", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/redis.py", "source_location": "L52", "weight": 1.0}, {"source": "redis_redisjobstore_get_due_jobs", "target": "redis_redisjobstore_reconstitute_jobs", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/redis.py", "source_location": "L59", "weight": 1.0}, {"source": "redis_redisjobstore_get_all_jobs", "target": "redis_redisjobstore_reconstitute_jobs", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/redis.py", "source_location": "L69", "weight": 1.0}, {"source": "redis_redisjobstore_reconstitute_jobs", "target": "redis_redisjobstore_reconstitute_job", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/redis.py", "source_location": "L143", "weight": 1.0}, {"source": "redis_rationale_15", "target": "redis_redisjobstore", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/redis.py", "source_location": "L15", "weight": 1.0}], "raw_calls": [{"caller_nid": "redis_redisjobstore_init", "callee": "super", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/redis.py", "source_location": "L36"}, {"caller_nid": "redis_redisjobstore_init", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/redis.py", "source_location": "L39"}, {"caller_nid": "redis_redisjobstore_init", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/redis.py", "source_location": "L41"}, {"caller_nid": "redis_redisjobstore_init", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/redis.py", "source_location": "L43"}, {"caller_nid": "redis_redisjobstore_init", "callee": "Redis", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/redis.py", "source_location": "L48"}, {"caller_nid": "redis_redisjobstore_init", "callee": "int", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/redis.py", "source_location": "L48"}, {"caller_nid": "redis_redisjobstore_lookup_job", "callee": "hget", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/redis.py", "source_location": "L51"}, {"caller_nid": "redis_redisjobstore_get_due_jobs", "callee": "datetime_to_utc_timestamp", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/redis.py", "source_location": "L55"}, {"caller_nid": "redis_redisjobstore_get_due_jobs", "callee": "zrangebyscore", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/redis.py", "source_location": "L56"}, {"caller_nid": "redis_redisjobstore_get_due_jobs", "callee": "hmget", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/redis.py", "source_location": "L58"}, {"caller_nid": "redis_redisjobstore_get_due_jobs", "callee": "zip", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/redis.py", "source_location": "L59"}, {"caller_nid": "redis_redisjobstore_get_next_run_time", "callee": "zrange", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/redis.py", "source_location": "L63"}, {"caller_nid": "redis_redisjobstore_get_next_run_time", "callee": "utc_timestamp_to_datetime", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/redis.py", "source_location": "L65"}, {"caller_nid": "redis_redisjobstore_get_all_jobs", "callee": "hgetall", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/redis.py", "source_location": "L68"}, {"caller_nid": "redis_redisjobstore_get_all_jobs", "callee": "items", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/redis.py", "source_location": "L69"}, {"caller_nid": "redis_redisjobstore_get_all_jobs", "callee": "datetime", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/redis.py", "source_location": "L70"}, {"caller_nid": "redis_redisjobstore_get_all_jobs", "callee": "sorted", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/redis.py", "source_location": "L71"}, {"caller_nid": "redis_redisjobstore_add_job", "callee": "hexists", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/redis.py", "source_location": "L74"}, {"caller_nid": "redis_redisjobstore_add_job", "callee": "ConflictingIdError", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/redis.py", "source_location": "L75"}, {"caller_nid": "redis_redisjobstore_add_job", "callee": "pipeline", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/redis.py", "source_location": "L77"}, {"caller_nid": "redis_redisjobstore_add_job", "callee": "multi", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/redis.py", "source_location": "L78"}, {"caller_nid": "redis_redisjobstore_add_job", "callee": "hset", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/redis.py", "source_location": "L79"}, {"caller_nid": "redis_redisjobstore_add_job", "callee": "dumps", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/redis.py", "source_location": "L82"}, {"caller_nid": "redis_redisjobstore_add_job", "callee": "__getstate__", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/redis.py", "source_location": "L82"}, {"caller_nid": "redis_redisjobstore_add_job", "callee": "zadd", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/redis.py", "source_location": "L85"}, {"caller_nid": "redis_redisjobstore_add_job", "callee": "datetime_to_utc_timestamp", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/redis.py", "source_location": "L87"}, {"caller_nid": "redis_redisjobstore_add_job", "callee": "execute", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/redis.py", "source_location": "L90"}, {"caller_nid": "redis_redisjobstore_update_job", "callee": "hexists", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/redis.py", "source_location": "L93"}, {"caller_nid": "redis_redisjobstore_update_job", "callee": "JobLookupError", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/redis.py", "source_location": "L94"}, {"caller_nid": "redis_redisjobstore_update_job", "callee": "pipeline", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/redis.py", "source_location": "L96"}, {"caller_nid": "redis_redisjobstore_update_job", "callee": "hset", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/redis.py", "source_location": "L97"}, {"caller_nid": "redis_redisjobstore_update_job", "callee": "dumps", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/redis.py", "source_location": "L100"}, {"caller_nid": "redis_redisjobstore_update_job", "callee": "__getstate__", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/redis.py", "source_location": "L100"}, {"caller_nid": "redis_redisjobstore_update_job", "callee": "zadd", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/redis.py", "source_location": "L103"}, {"caller_nid": "redis_redisjobstore_update_job", "callee": "datetime_to_utc_timestamp", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/redis.py", "source_location": "L105"}, {"caller_nid": "redis_redisjobstore_update_job", "callee": "zrem", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/redis.py", "source_location": "L108"}, {"caller_nid": "redis_redisjobstore_update_job", "callee": "execute", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/redis.py", "source_location": "L110"}, {"caller_nid": "redis_redisjobstore_remove_job", "callee": "hexists", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/redis.py", "source_location": "L113"}, {"caller_nid": "redis_redisjobstore_remove_job", "callee": "JobLookupError", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/redis.py", "source_location": "L114"}, {"caller_nid": "redis_redisjobstore_remove_job", "callee": "pipeline", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/redis.py", "source_location": "L116"}, {"caller_nid": "redis_redisjobstore_remove_job", "callee": "hdel", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/redis.py", "source_location": "L117"}, {"caller_nid": "redis_redisjobstore_remove_job", "callee": "zrem", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/redis.py", "source_location": "L118"}, {"caller_nid": "redis_redisjobstore_remove_job", "callee": "execute", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/redis.py", "source_location": "L119"}, {"caller_nid": "redis_redisjobstore_remove_all_jobs", "callee": "pipeline", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/redis.py", "source_location": "L122"}, {"caller_nid": "redis_redisjobstore_remove_all_jobs", "callee": "delete", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/redis.py", "source_location": "L123"}, {"caller_nid": "redis_redisjobstore_remove_all_jobs", "callee": "delete", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/redis.py", "source_location": "L124"}, {"caller_nid": "redis_redisjobstore_remove_all_jobs", "callee": "execute", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/redis.py", "source_location": "L125"}, {"caller_nid": "redis_redisjobstore_shutdown", "callee": "disconnect", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/redis.py", "source_location": "L128"}, {"caller_nid": "redis_redisjobstore_reconstitute_job", "callee": "loads", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/redis.py", "source_location": "L131"}, {"caller_nid": "redis_redisjobstore_reconstitute_job", "callee": "__new__", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/redis.py", "source_location": "L132"}, {"caller_nid": "redis_redisjobstore_reconstitute_job", "callee": "__setstate__", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/redis.py", "source_location": "L133"}, {"caller_nid": "redis_redisjobstore_reconstitute_jobs", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/redis.py", "source_location": "L143"}, {"caller_nid": "redis_redisjobstore_reconstitute_jobs", "callee": "exception", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/redis.py", "source_location": "L145"}, {"caller_nid": "redis_redisjobstore_reconstitute_jobs", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/redis.py", "source_location": "L148"}, {"caller_nid": "redis_redisjobstore_reconstitute_jobs", "callee": "pipeline", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/redis.py", "source_location": "L152"}, {"caller_nid": "redis_redisjobstore_reconstitute_jobs", "callee": "hdel", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/redis.py", "source_location": "L153"}, {"caller_nid": "redis_redisjobstore_reconstitute_jobs", "callee": "zrem", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/redis.py", "source_location": "L154"}, {"caller_nid": "redis_redisjobstore_reconstitute_jobs", "callee": "execute", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/jobstores/redis.py", "source_location": "L155"}]} |