1 line
6.2 KiB
JSON
1 line
6.2 KiB
JSON
{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_idna_intranges_py", "label": "intranges.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/idna/intranges.py", "source_location": "L1"}, {"id": "intranges_intranges_from_list", "label": "intranges_from_list()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/idna/intranges.py", "source_location": "L12"}, {"id": "intranges_encode_range", "label": "_encode_range()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/idna/intranges.py", "source_location": "L34"}, {"id": "intranges_decode_range", "label": "_decode_range()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/idna/intranges.py", "source_location": "L38"}, {"id": "intranges_intranges_contain", "label": "intranges_contain()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/idna/intranges.py", "source_location": "L42"}, {"id": "intranges_rationale_1", "label": "Given a list of integers, made up of (hopefully) a small number of long runs of", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/idna/intranges.py", "source_location": "L1"}, {"id": "intranges_rationale_13", "label": "Represent a list of integers as a sequence of ranges: ((start_0, end_0), (st", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/idna/intranges.py", "source_location": "L13"}, {"id": "intranges_rationale_43", "label": "Determine if `int_` falls into one of the ranges in `ranges`.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/idna/intranges.py", "source_location": "L43"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_idna_intranges_py", "target": "bisect", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/idna/intranges.py", "source_location": "L8", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_idna_intranges_py", "target": "typing", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/idna/intranges.py", "source_location": "L9", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_idna_intranges_py", "target": "intranges_intranges_from_list", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/idna/intranges.py", "source_location": "L12", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_idna_intranges_py", "target": "intranges_encode_range", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/idna/intranges.py", "source_location": "L34", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_idna_intranges_py", "target": "intranges_decode_range", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/idna/intranges.py", "source_location": "L38", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_idna_intranges_py", "target": "intranges_intranges_contain", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/idna/intranges.py", "source_location": "L42", "weight": 1.0}, {"source": "intranges_intranges_from_list", "target": "intranges_encode_range", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/idna/intranges.py", "source_location": "L28", "weight": 1.0}, {"source": "intranges_intranges_contain", "target": "intranges_encode_range", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/idna/intranges.py", "source_location": "L44", "weight": 1.0}, {"source": "intranges_intranges_contain", "target": "intranges_decode_range", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/idna/intranges.py", "source_location": "L49", "weight": 1.0}, {"source": "intranges_rationale_1", "target": "backend_venv_lib_python3_12_site_packages_idna_intranges_py", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/idna/intranges.py", "source_location": "L1", "weight": 1.0}, {"source": "intranges_rationale_13", "target": "intranges_intranges_from_list", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/idna/intranges.py", "source_location": "L13", "weight": 1.0}, {"source": "intranges_rationale_43", "target": "intranges_intranges_contain", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/idna/intranges.py", "source_location": "L43", "weight": 1.0}], "raw_calls": [{"caller_nid": "intranges_intranges_from_list", "callee": "sorted", "source_file": "backend/venv/lib/python3.12/site-packages/idna/intranges.py", "source_location": "L20"}, {"caller_nid": "intranges_intranges_from_list", "callee": "range", "source_file": "backend/venv/lib/python3.12/site-packages/idna/intranges.py", "source_location": "L23"}, {"caller_nid": "intranges_intranges_from_list", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/idna/intranges.py", "source_location": "L23"}, {"caller_nid": "intranges_intranges_from_list", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/idna/intranges.py", "source_location": "L24"}, {"caller_nid": "intranges_intranges_from_list", "callee": "append", "source_file": "backend/venv/lib/python3.12/site-packages/idna/intranges.py", "source_location": "L28"}, {"caller_nid": "intranges_intranges_from_list", "callee": "tuple", "source_file": "backend/venv/lib/python3.12/site-packages/idna/intranges.py", "source_location": "L31"}, {"caller_nid": "intranges_intranges_contain", "callee": "bisect_left", "source_file": "backend/venv/lib/python3.12/site-packages/idna/intranges.py", "source_location": "L45"}, {"caller_nid": "intranges_intranges_contain", "callee": "len", "source_file": "backend/venv/lib/python3.12/site-packages/idna/intranges.py", "source_location": "L53"}]} |