{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_apscheduler_triggers_combining_py", "label": "combining.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/triggers/combining.py", "source_location": "L1"}, {"id": "combining_basecombiningtrigger", "label": "BaseCombiningTrigger", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/triggers/combining.py", "source_location": "L5"}, {"id": "basetrigger", "label": "BaseTrigger", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "combining_basecombiningtrigger_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/triggers/combining.py", "source_location": "L8"}, {"id": "combining_basecombiningtrigger_getstate", "label": ".__getstate__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/triggers/combining.py", "source_location": "L12"}, {"id": "combining_basecombiningtrigger_setstate", "label": ".__setstate__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/triggers/combining.py", "source_location": "L22"}, {"id": "combining_basecombiningtrigger_repr", "label": ".__repr__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/triggers/combining.py", "source_location": "L37"}, {"id": "combining_andtrigger", "label": "AndTrigger", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/triggers/combining.py", "source_location": "L45"}, {"id": "combining_andtrigger_get_next_fire_time", "label": ".get_next_fire_time()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/triggers/combining.py", "source_location": "L68"}, {"id": "combining_andtrigger_str", "label": ".__str__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/triggers/combining.py", "source_location": "L81"}, {"id": "combining_ortrigger", "label": "OrTrigger", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/triggers/combining.py", "source_location": "L85"}, {"id": "combining_ortrigger_get_next_fire_time", "label": ".get_next_fire_time()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/triggers/combining.py", "source_location": "L102"}, {"id": "combining_ortrigger_str", "label": ".__str__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/triggers/combining.py", "source_location": "L113"}, {"id": "combining_rationale_46", "label": "Always returns the earliest next fire time that all the given triggers can agree", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/triggers/combining.py", "source_location": "L46"}, {"id": "combining_rationale_86", "label": "Always returns the earliest next fire time produced by any of the given triggers", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/triggers/combining.py", "source_location": "L86"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_apscheduler_triggers_combining_py", "target": "apscheduler_triggers_base", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/triggers/combining.py", "source_location": "L1", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_apscheduler_triggers_combining_py", "target": "apscheduler_util", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/triggers/combining.py", "source_location": "L2", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_apscheduler_triggers_combining_py", "target": "combining_basecombiningtrigger", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/triggers/combining.py", "source_location": "L5", "weight": 1.0}, {"source": "combining_basecombiningtrigger", "target": "basetrigger", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/triggers/combining.py", "source_location": "L5", "weight": 1.0}, {"source": "combining_basecombiningtrigger", "target": "combining_basecombiningtrigger_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/triggers/combining.py", "source_location": "L8", "weight": 1.0}, {"source": "combining_basecombiningtrigger", "target": "combining_basecombiningtrigger_getstate", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/triggers/combining.py", "source_location": "L12", "weight": 1.0}, {"source": "combining_basecombiningtrigger", "target": "combining_basecombiningtrigger_setstate", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/triggers/combining.py", "source_location": "L22", "weight": 1.0}, {"source": "combining_basecombiningtrigger", "target": "combining_basecombiningtrigger_repr", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/triggers/combining.py", "source_location": "L37", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_apscheduler_triggers_combining_py", "target": "combining_andtrigger", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/triggers/combining.py", "source_location": "L45", "weight": 1.0}, {"source": "combining_andtrigger", "target": "combining_basecombiningtrigger", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/triggers/combining.py", "source_location": "L45", "weight": 1.0}, {"source": "combining_andtrigger", "target": "combining_andtrigger_get_next_fire_time", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/triggers/combining.py", "source_location": "L68", "weight": 1.0}, {"source": "combining_andtrigger", "target": "combining_andtrigger_str", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/triggers/combining.py", "source_location": "L81", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_apscheduler_triggers_combining_py", "target": "combining_ortrigger", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/triggers/combining.py", "source_location": "L85", "weight": 1.0}, {"source": "combining_ortrigger", "target": "combining_basecombiningtrigger", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/triggers/combining.py", "source_location": "L85", "weight": 1.0}, {"source": "combining_ortrigger", "target": "combining_ortrigger_get_next_fire_time", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/triggers/combining.py", "source_location": "L102", "weight": 1.0}, {"source": "combining_ortrigger", "target": "combining_ortrigger_str", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/triggers/combining.py", "source_location": "L113", "weight": 1.0}, {"source": "combining_andtrigger_get_next_fire_time", "target": "combining_ortrigger_get_next_fire_time", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/triggers/combining.py", "source_location": "L71", "weight": 1.0}, {"source": "combining_rationale_46", "target": "combining_andtrigger", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/triggers/combining.py", "source_location": "L46", "weight": 1.0}, {"source": "combining_rationale_86", "target": "combining_ortrigger", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/triggers/combining.py", "source_location": "L86", "weight": 1.0}], "raw_calls": [{"caller_nid": "combining_basecombiningtrigger_getstate", "callee": "obj_to_ref", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/triggers/combining.py", "source_location": "L16"}, {"caller_nid": "combining_basecombiningtrigger_setstate", "callee": "get", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/triggers/combining.py", "source_location": "L23"}, {"caller_nid": "combining_basecombiningtrigger_setstate", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/triggers/combining.py", "source_location": "L24"}, {"caller_nid": "combining_basecombiningtrigger_setstate", "callee": "ref_to_obj", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/triggers/combining.py", "source_location": "L32"}, {"caller_nid": "combining_basecombiningtrigger_setstate", "callee": "__new__", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/triggers/combining.py", "source_location": "L33"}, {"caller_nid": "combining_basecombiningtrigger_setstate", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/triggers/combining.py", "source_location": "L35"}, {"caller_nid": "combining_basecombiningtrigger_repr", "callee": "format", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/triggers/combining.py", "source_location": "L38"}, {"caller_nid": "combining_andtrigger_get_next_fire_time", "callee": "min", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/triggers/combining.py", "source_location": "L76"}, {"caller_nid": "combining_andtrigger_get_next_fire_time", "callee": "max", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/triggers/combining.py", "source_location": "L76"}, {"caller_nid": "combining_andtrigger_get_next_fire_time", "callee": "_apply_jitter", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/triggers/combining.py", "source_location": "L77"}, {"caller_nid": "combining_andtrigger_get_next_fire_time", "callee": "max", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/triggers/combining.py", "source_location": "L79"}, {"caller_nid": "combining_andtrigger_str", "callee": "format", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/triggers/combining.py", "source_location": "L82"}, {"caller_nid": "combining_andtrigger_str", "callee": "join", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/triggers/combining.py", "source_location": "L82"}, {"caller_nid": "combining_andtrigger_str", "callee": "str", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/triggers/combining.py", "source_location": "L82"}, {"caller_nid": "combining_ortrigger_get_next_fire_time", "callee": "_apply_jitter", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/triggers/combining.py", "source_location": "L109"}, {"caller_nid": "combining_ortrigger_get_next_fire_time", "callee": "min", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/triggers/combining.py", "source_location": "L109"}, {"caller_nid": "combining_ortrigger_str", "callee": "format", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/triggers/combining.py", "source_location": "L114"}, {"caller_nid": "combining_ortrigger_str", "callee": "join", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/triggers/combining.py", "source_location": "L114"}, {"caller_nid": "combining_ortrigger_str", "callee": "str", "source_file": "backend/venv/lib/python3.12/site-packages/apscheduler/triggers/combining.py", "source_location": "L114"}]}