1 line
16 KiB
JSON
1 line
16 KiB
JSON
{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_urllib3_util_timeout_py", "label": "timeout.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/timeout.py", "source_location": "L1"}, {"id": "timeout_type_default", "label": "_TYPE_DEFAULT", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/timeout.py", "source_location": "L14"}, {"id": "enum", "label": "Enum", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "timeout_timeout", "label": "Timeout", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/timeout.py", "source_location": "L25"}, {"id": "timeout_timeout_init", "label": ".__init__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/timeout.py", "source_location": "L109"}, {"id": "timeout_timeout_repr", "label": ".__repr__()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/timeout.py", "source_location": "L120"}, {"id": "timeout_resolve_default_timeout", "label": "resolve_default_timeout()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/timeout.py", "source_location": "L127"}, {"id": "timeout_validate_timeout", "label": "_validate_timeout()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/timeout.py", "source_location": "L131"}, {"id": "timeout_from_float", "label": "from_float()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/timeout.py", "source_location": "L173"}, {"id": "timeout_timeout_clone", "label": ".clone()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/timeout.py", "source_location": "L188"}, {"id": "timeout_timeout_start_connect", "label": ".start_connect()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/timeout.py", "source_location": "L202"}, {"id": "timeout_timeout_get_connect_duration", "label": ".get_connect_duration()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/timeout.py", "source_location": "L213"}, {"id": "timeout_connect_timeout", "label": "connect_timeout()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/timeout.py", "source_location": "L228"}, {"id": "timeout_read_timeout", "label": "read_timeout()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/timeout.py", "source_location": "L246"}, {"id": "timeout_rationale_26", "label": "Timeout configuration. Timeouts can be defined as a default for a pool:", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/timeout.py", "source_location": "L26"}, {"id": "timeout_rationale_132", "label": "Check that a timeout attribute is valid. :param value: The timeout valu", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/timeout.py", "source_location": "L132"}, {"id": "timeout_rationale_174", "label": "Create a new Timeout from a legacy timeout value. The timeout value use", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/timeout.py", "source_location": "L174"}, {"id": "timeout_rationale_189", "label": "Create a copy of the timeout object Timeout properties are stored per-p", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/timeout.py", "source_location": "L189"}, {"id": "timeout_rationale_203", "label": "Start the timeout clock, used during a connect() attempt :raises urllib", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/timeout.py", "source_location": "L203"}, {"id": "timeout_rationale_214", "label": "Gets the time elapsed since the call to :meth:`start_connect`. :return:", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/timeout.py", "source_location": "L214"}, {"id": "timeout_rationale_229", "label": "Get the value to use when setting a connection timeout. This will be a", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/timeout.py", "source_location": "L229"}, {"id": "timeout_rationale_247", "label": "Get the value for the read timeout. This assumes some time has elapsed", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/timeout.py", "source_location": "L247"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_urllib3_util_timeout_py", "target": "time", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/timeout.py", "source_location": "L3", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_urllib3_util_timeout_py", "target": "typing", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/timeout.py", "source_location": "L4", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_urllib3_util_timeout_py", "target": "enum", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/timeout.py", "source_location": "L5", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_urllib3_util_timeout_py", "target": "socket", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/timeout.py", "source_location": "L6", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_urllib3_util_timeout_py", "target": "backend_venv_lib_python3_12_site_packages_urllib3_exceptions_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/timeout.py", "source_location": "L8", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_urllib3_util_timeout_py", "target": "typing", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/timeout.py", "source_location": "L11", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_urllib3_util_timeout_py", "target": "timeout_type_default", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/timeout.py", "source_location": "L14", "weight": 1.0}, {"source": "timeout_type_default", "target": "enum", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/timeout.py", "source_location": "L14", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_urllib3_util_timeout_py", "target": "timeout_timeout", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/timeout.py", "source_location": "L25", "weight": 1.0}, {"source": "timeout_timeout", "target": "timeout_timeout_init", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/timeout.py", "source_location": "L109", "weight": 1.0}, {"source": "timeout_timeout", "target": "timeout_timeout_repr", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/timeout.py", "source_location": "L120", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_urllib3_util_timeout_py", "target": "timeout_resolve_default_timeout", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/timeout.py", "source_location": "L127", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_urllib3_util_timeout_py", "target": "timeout_validate_timeout", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/timeout.py", "source_location": "L131", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_urllib3_util_timeout_py", "target": "timeout_from_float", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/timeout.py", "source_location": "L173", "weight": 1.0}, {"source": "timeout_timeout", "target": "timeout_timeout_clone", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/timeout.py", "source_location": "L188", "weight": 1.0}, {"source": "timeout_timeout", "target": "timeout_timeout_start_connect", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/timeout.py", "source_location": "L202", "weight": 1.0}, {"source": "timeout_timeout", "target": "timeout_timeout_get_connect_duration", "relation": "method", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/timeout.py", "source_location": "L213", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_urllib3_util_timeout_py", "target": "timeout_connect_timeout", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/timeout.py", "source_location": "L228", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_urllib3_util_timeout_py", "target": "timeout_read_timeout", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/timeout.py", "source_location": "L246", "weight": 1.0}, {"source": "timeout_timeout_init", "target": "timeout_validate_timeout", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/timeout.py", "source_location": "L115", "weight": 1.0}, {"source": "timeout_from_float", "target": "timeout_timeout", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/timeout.py", "source_location": "L186", "weight": 1.0}, {"source": "timeout_timeout_clone", "target": "timeout_timeout", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/timeout.py", "source_location": "L200", "weight": 1.0}, {"source": "timeout_read_timeout", "target": "timeout_timeout_get_connect_duration", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/timeout.py", "source_location": "L271", "weight": 1.0}, {"source": "timeout_read_timeout", "target": "timeout_resolve_default_timeout", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/timeout.py", "source_location": "L275", "weight": 1.0}, {"source": "timeout_rationale_26", "target": "timeout_timeout", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/timeout.py", "source_location": "L26", "weight": 1.0}, {"source": "timeout_rationale_132", "target": "timeout_timeout_validate_timeout", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/timeout.py", "source_location": "L132", "weight": 1.0}, {"source": "timeout_rationale_174", "target": "timeout_timeout_from_float", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/timeout.py", "source_location": "L174", "weight": 1.0}, {"source": "timeout_rationale_189", "target": "timeout_timeout_clone", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/timeout.py", "source_location": "L189", "weight": 1.0}, {"source": "timeout_rationale_203", "target": "timeout_timeout_start_connect", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/timeout.py", "source_location": "L203", "weight": 1.0}, {"source": "timeout_rationale_214", "target": "timeout_timeout_get_connect_duration", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/timeout.py", "source_location": "L214", "weight": 1.0}, {"source": "timeout_rationale_229", "target": "timeout_timeout_connect_timeout", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/timeout.py", "source_location": "L229", "weight": 1.0}, {"source": "timeout_rationale_247", "target": "timeout_timeout_read_timeout", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/timeout.py", "source_location": "L247", "weight": 1.0}], "raw_calls": [{"caller_nid": "timeout_timeout_repr", "callee": "type", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/timeout.py", "source_location": "L121"}, {"caller_nid": "timeout_resolve_default_timeout", "callee": "getdefaulttimeout", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/timeout.py", "source_location": "L128"}, {"caller_nid": "timeout_validate_timeout", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/timeout.py", "source_location": "L144"}, {"caller_nid": "timeout_validate_timeout", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/timeout.py", "source_location": "L145"}, {"caller_nid": "timeout_validate_timeout", "callee": "float", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/timeout.py", "source_location": "L150"}, {"caller_nid": "timeout_validate_timeout", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/timeout.py", "source_location": "L152"}, {"caller_nid": "timeout_validate_timeout", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/timeout.py", "source_location": "L159"}, {"caller_nid": "timeout_validate_timeout", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/timeout.py", "source_location": "L165"}, {"caller_nid": "timeout_timeout_start_connect", "callee": "TimeoutStateError", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/timeout.py", "source_location": "L209"}, {"caller_nid": "timeout_timeout_start_connect", "callee": "monotonic", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/timeout.py", "source_location": "L210"}, {"caller_nid": "timeout_timeout_get_connect_duration", "callee": "TimeoutStateError", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/timeout.py", "source_location": "L222"}, {"caller_nid": "timeout_timeout_get_connect_duration", "callee": "monotonic", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/timeout.py", "source_location": "L225"}, {"caller_nid": "timeout_connect_timeout", "callee": "min", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/timeout.py", "source_location": "L243"}, {"caller_nid": "timeout_read_timeout", "callee": "max", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/timeout.py", "source_location": "L271"}, {"caller_nid": "timeout_read_timeout", "callee": "min", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/timeout.py", "source_location": "L271"}, {"caller_nid": "timeout_read_timeout", "callee": "max", "source_file": "backend/venv/lib/python3.12/site-packages/urllib3/util/timeout.py", "source_location": "L273"}]} |