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

1 line
18 KiB
JSON

{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_tenacity_stop_py", "label": "stop.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/tenacity/stop.py", "source_location": "L1"}, {"id": "stop_stop_base", "label": "stop_base", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/tenacity/stop.py", "source_location": "L27"}, {"id": "stop_call", "label": "__call__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/tenacity/stop.py", "source_location": "L31"}, {"id": "stop_stop_base_and", "label": ".__and__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/tenacity/stop.py", "source_location": "L34"}, {"id": "stop_stop_base_or", "label": ".__or__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/tenacity/stop.py", "source_location": "L37"}, {"id": "stop_stop_any", "label": "stop_any", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/tenacity/stop.py", "source_location": "L44"}, {"id": "stop_stop_any_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/tenacity/stop.py", "source_location": "L47"}, {"id": "stop_stop_any_call", "label": ".__call__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/tenacity/stop.py", "source_location": "L50"}, {"id": "stop_stop_all", "label": "stop_all", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/tenacity/stop.py", "source_location": "L54"}, {"id": "stop_stop_all_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/tenacity/stop.py", "source_location": "L57"}, {"id": "stop_stop_all_call", "label": ".__call__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/tenacity/stop.py", "source_location": "L60"}, {"id": "stop_stop_never", "label": "_stop_never", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/tenacity/stop.py", "source_location": "L64"}, {"id": "stop_stop_never_call", "label": ".__call__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/tenacity/stop.py", "source_location": "L67"}, {"id": "stop_stop_when_event_set", "label": "stop_when_event_set", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/tenacity/stop.py", "source_location": "L74"}, {"id": "stop_stop_when_event_set_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/tenacity/stop.py", "source_location": "L77"}, {"id": "stop_stop_when_event_set_call", "label": ".__call__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/tenacity/stop.py", "source_location": "L80"}, {"id": "stop_stop_after_attempt", "label": "stop_after_attempt", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/tenacity/stop.py", "source_location": "L84"}, {"id": "stop_stop_after_attempt_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/tenacity/stop.py", "source_location": "L87"}, {"id": "stop_stop_after_attempt_call", "label": ".__call__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/tenacity/stop.py", "source_location": "L90"}, {"id": "stop_stop_after_delay", "label": "stop_after_delay", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/tenacity/stop.py", "source_location": "L94"}, {"id": "stop_stop_after_delay_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/tenacity/stop.py", "source_location": "L104"}, {"id": "stop_stop_after_delay_call", "label": ".__call__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/tenacity/stop.py", "source_location": "L107"}, {"id": "stop_stop_before_delay", "label": "stop_before_delay", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/tenacity/stop.py", "source_location": "L113"}, {"id": "stop_stop_before_delay_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/tenacity/stop.py", "source_location": "L121"}, {"id": "stop_stop_before_delay_call", "label": ".__call__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/tenacity/stop.py", "source_location": "L124"}, {"id": "stop_rationale_28", "label": "Abstract base class for stop strategies.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/tenacity/stop.py", "source_location": "L28"}, {"id": "stop_rationale_45", "label": "Stop if any of the stop condition is valid.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/tenacity/stop.py", "source_location": "L45"}, {"id": "stop_rationale_55", "label": "Stop if all the stop conditions are valid.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/tenacity/stop.py", "source_location": "L55"}, {"id": "stop_rationale_75", "label": "Stop when the given event is set.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/tenacity/stop.py", "source_location": "L75"}, {"id": "stop_rationale_85", "label": "Stop when the previous attempt >= max_attempt.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/tenacity/stop.py", "source_location": "L85"}, {"id": "stop_rationale_95", "label": "Stop when the time from the first attempt >= limit. Note: `max_delay` will", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/tenacity/stop.py", "source_location": "L95"}, {"id": "stop_rationale_114", "label": "Stop right before the next attempt would take place after the time from the firs", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/tenacity/stop.py", "source_location": "L114"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_tenacity_stop_py", "target": "abc", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/tenacity/stop.py", "source_location": "L16", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_tenacity_stop_py", "target": "typing", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/tenacity/stop.py", "source_location": "L17", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_tenacity_stop_py", "target": "tenacity", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/tenacity/stop.py", "source_location": "L19", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_tenacity_stop_py", "target": "threading", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/tenacity/stop.py", "source_location": "L22", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_tenacity_stop_py", "target": "tenacity", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/tenacity/stop.py", "source_location": "L24", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_tenacity_stop_py", "target": "stop_stop_base", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/tenacity/stop.py", "source_location": "L27", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_tenacity_stop_py", "target": "stop_call", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/tenacity/stop.py", "source_location": "L31", "weight": 1.0}, {"source": "stop_stop_base", "target": "stop_stop_base_and", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/tenacity/stop.py", "source_location": "L34", "weight": 1.0}, {"source": "stop_stop_base", "target": "stop_stop_base_or", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/tenacity/stop.py", "source_location": "L37", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_tenacity_stop_py", "target": "stop_stop_any", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/tenacity/stop.py", "source_location": "L44", "weight": 1.0}, {"source": "stop_stop_any", "target": "stop_stop_base", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/tenacity/stop.py", "source_location": "L44", "weight": 1.0}, {"source": "stop_stop_any", "target": "stop_stop_any_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/tenacity/stop.py", "source_location": "L47", "weight": 1.0}, {"source": "stop_stop_any", "target": "stop_stop_any_call", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/tenacity/stop.py", "source_location": "L50", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_tenacity_stop_py", "target": "stop_stop_all", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/tenacity/stop.py", "source_location": "L54", "weight": 1.0}, {"source": "stop_stop_all", "target": "stop_stop_base", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/tenacity/stop.py", "source_location": "L54", "weight": 1.0}, {"source": "stop_stop_all", "target": "stop_stop_all_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/tenacity/stop.py", "source_location": "L57", "weight": 1.0}, {"source": "stop_stop_all", "target": "stop_stop_all_call", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/tenacity/stop.py", "source_location": "L60", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_tenacity_stop_py", "target": "stop_stop_never", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/tenacity/stop.py", "source_location": "L64", "weight": 1.0}, {"source": "stop_stop_never", "target": "stop_stop_base", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/tenacity/stop.py", "source_location": "L64", "weight": 1.0}, {"source": "stop_stop_never", "target": "stop_stop_never_call", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/tenacity/stop.py", "source_location": "L67", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_tenacity_stop_py", "target": "stop_stop_when_event_set", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/tenacity/stop.py", "source_location": "L74", "weight": 1.0}, {"source": "stop_stop_when_event_set", "target": "stop_stop_base", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/tenacity/stop.py", "source_location": "L74", "weight": 1.0}, {"source": "stop_stop_when_event_set", "target": "stop_stop_when_event_set_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/tenacity/stop.py", "source_location": "L77", "weight": 1.0}, {"source": "stop_stop_when_event_set", "target": "stop_stop_when_event_set_call", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/tenacity/stop.py", "source_location": "L80", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_tenacity_stop_py", "target": "stop_stop_after_attempt", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/tenacity/stop.py", "source_location": "L84", "weight": 1.0}, {"source": "stop_stop_after_attempt", "target": "stop_stop_base", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/tenacity/stop.py", "source_location": "L84", "weight": 1.0}, {"source": "stop_stop_after_attempt", "target": "stop_stop_after_attempt_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/tenacity/stop.py", "source_location": "L87", "weight": 1.0}, {"source": "stop_stop_after_attempt", "target": "stop_stop_after_attempt_call", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/tenacity/stop.py", "source_location": "L90", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_tenacity_stop_py", "target": "stop_stop_after_delay", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/tenacity/stop.py", "source_location": "L94", "weight": 1.0}, {"source": "stop_stop_after_delay", "target": "stop_stop_base", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/tenacity/stop.py", "source_location": "L94", "weight": 1.0}, {"source": "stop_stop_after_delay", "target": "stop_stop_after_delay_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/tenacity/stop.py", "source_location": "L104", "weight": 1.0}, {"source": "stop_stop_after_delay", "target": "stop_stop_after_delay_call", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/tenacity/stop.py", "source_location": "L107", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_tenacity_stop_py", "target": "stop_stop_before_delay", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/tenacity/stop.py", "source_location": "L113", "weight": 1.0}, {"source": "stop_stop_before_delay", "target": "stop_stop_base", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/tenacity/stop.py", "source_location": "L113", "weight": 1.0}, {"source": "stop_stop_before_delay", "target": "stop_stop_before_delay_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/tenacity/stop.py", "source_location": "L121", "weight": 1.0}, {"source": "stop_stop_before_delay", "target": "stop_stop_before_delay_call", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/tenacity/stop.py", "source_location": "L124", "weight": 1.0}, {"source": "stop_stop_base_and", "target": "stop_stop_all", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/tenacity/stop.py", "source_location": "L35", "weight": 1.0}, {"source": "stop_stop_base_or", "target": "stop_stop_any", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/tenacity/stop.py", "source_location": "L38", "weight": 1.0}, {"source": "stop_rationale_28", "target": "stop_stop_base", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/tenacity/stop.py", "source_location": "L28", "weight": 1.0}, {"source": "stop_rationale_45", "target": "stop_stop_any", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/tenacity/stop.py", "source_location": "L45", "weight": 1.0}, {"source": "stop_rationale_55", "target": "stop_stop_all", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/tenacity/stop.py", "source_location": "L55", "weight": 1.0}, {"source": "stop_rationale_75", "target": "stop_stop_when_event_set", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/tenacity/stop.py", "source_location": "L75", "weight": 1.0}, {"source": "stop_rationale_85", "target": "stop_stop_after_attempt", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/tenacity/stop.py", "source_location": "L85", "weight": 1.0}, {"source": "stop_rationale_95", "target": "stop_stop_after_delay", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/tenacity/stop.py", "source_location": "L95", "weight": 1.0}, {"source": "stop_rationale_114", "target": "stop_stop_before_delay", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/tenacity/stop.py", "source_location": "L114", "weight": 1.0}], "raw_calls": [{"caller_nid": "stop_stop_any_call", "callee": "any", "source_file": "backend/venv/lib/python3.12/site-packages/tenacity/stop.py", "source_location": "L51"}, {"caller_nid": "stop_stop_any_call", "callee": "x", "source_file": "backend/venv/lib/python3.12/site-packages/tenacity/stop.py", "source_location": "L51"}, {"caller_nid": "stop_stop_all_call", "callee": "all", "source_file": "backend/venv/lib/python3.12/site-packages/tenacity/stop.py", "source_location": "L61"}, {"caller_nid": "stop_stop_all_call", "callee": "x", "source_file": "backend/venv/lib/python3.12/site-packages/tenacity/stop.py", "source_location": "L61"}, {"caller_nid": "stop_stop_when_event_set_call", "callee": "is_set", "source_file": "backend/venv/lib/python3.12/site-packages/tenacity/stop.py", "source_location": "L81"}, {"caller_nid": "stop_stop_after_delay_init", "callee": "to_seconds", "source_file": "backend/venv/lib/python3.12/site-packages/tenacity/stop.py", "source_location": "L105"}, {"caller_nid": "stop_stop_after_delay_call", "callee": "RuntimeError", "source_file": "backend/venv/lib/python3.12/site-packages/tenacity/stop.py", "source_location": "L109"}, {"caller_nid": "stop_stop_before_delay_init", "callee": "to_seconds", "source_file": "backend/venv/lib/python3.12/site-packages/tenacity/stop.py", "source_location": "L122"}, {"caller_nid": "stop_stop_before_delay_call", "callee": "RuntimeError", "source_file": "backend/venv/lib/python3.12/site-packages/tenacity/stop.py", "source_location": "L126"}]}