1 line
33 KiB
JSON
1 line
33 KiB
JSON
{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_numpy_lib_arraypad_impl_py", "label": "_arraypad_impl.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_arraypad_impl.py", "source_location": "L1"}, {"id": "arraypad_impl_round_if_needed", "label": "_round_if_needed()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_arraypad_impl.py", "source_location": "L19"}, {"id": "arraypad_impl_slice_at_axis", "label": "_slice_at_axis()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_arraypad_impl.py", "source_location": "L34"}, {"id": "arraypad_impl_view_roi", "label": "_view_roi()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_arraypad_impl.py", "source_location": "L59"}, {"id": "arraypad_impl_pad_simple", "label": "_pad_simple()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_arraypad_impl.py", "source_location": "L87"}, {"id": "arraypad_impl_set_pad_area", "label": "_set_pad_area()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_arraypad_impl.py", "source_location": "L130"}, {"id": "arraypad_impl_get_edges", "label": "_get_edges()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_arraypad_impl.py", "source_location": "L155"}, {"id": "arraypad_impl_get_linear_ramps", "label": "_get_linear_ramps()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_arraypad_impl.py", "source_location": "L187"}, {"id": "arraypad_impl_get_stats", "label": "_get_stats()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_arraypad_impl.py", "source_location": "L231"}, {"id": "arraypad_impl_set_reflect_both", "label": "_set_reflect_both()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_arraypad_impl.py", "source_location": "L297"}, {"id": "arraypad_impl_set_wrap_both", "label": "_set_wrap_both()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_arraypad_impl.py", "source_location": "L394"}, {"id": "arraypad_impl_as_pairs", "label": "_as_pairs()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_arraypad_impl.py", "source_location": "L471"}, {"id": "arraypad_impl_pad_dispatcher", "label": "_pad_dispatcher()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_arraypad_impl.py", "source_location": "L538"}, {"id": "arraypad_impl_pad", "label": "pad()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_arraypad_impl.py", "source_location": "L547"}, {"id": "arraypad_impl_rationale_1", "label": "The arraypad module contains a group of functions to pad values onto the edges o", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_arraypad_impl.py", "source_location": "L1"}, {"id": "arraypad_impl_rationale_20", "label": "Rounds arr inplace if destination dtype is integer. Parameters --------", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_arraypad_impl.py", "source_location": "L20"}, {"id": "arraypad_impl_rationale_35", "label": "Construct tuple of slices to slice an array in the given dimension. Paramet", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_arraypad_impl.py", "source_location": "L35"}, {"id": "arraypad_impl_rationale_60", "label": "Get a view of the current region of interest during iterative padding. When", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_arraypad_impl.py", "source_location": "L60"}, {"id": "arraypad_impl_rationale_88", "label": "Pad array on all sides with either a single value or undefined values. Para", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_arraypad_impl.py", "source_location": "L88"}, {"id": "arraypad_impl_rationale_131", "label": "Set empty-padded area in given dimension. Parameters ---------- pad", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_arraypad_impl.py", "source_location": "L131"}, {"id": "arraypad_impl_rationale_156", "label": "Retrieve edge values from empty-padded array in given dimension. Parameters", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_arraypad_impl.py", "source_location": "L156"}, {"id": "arraypad_impl_rationale_188", "label": "Construct linear ramps for empty-padded array in given dimension. Parameter", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_arraypad_impl.py", "source_location": "L188"}, {"id": "arraypad_impl_rationale_232", "label": "Calculate statistic for the empty-padded array in given dimension. Paramete", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_arraypad_impl.py", "source_location": "L232"}, {"id": "arraypad_impl_rationale_299", "label": "Pad `axis` of `arr` with reflection. Parameters ---------- padded :", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_arraypad_impl.py", "source_location": "L299"}, {"id": "arraypad_impl_rationale_395", "label": "Pad `axis` of `arr` with wrapped values. Parameters ---------- padd", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_arraypad_impl.py", "source_location": "L395"}, {"id": "arraypad_impl_rationale_472", "label": "Broadcast `x` to an array with the shape (`ndim`, 2). A helper function for", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_arraypad_impl.py", "source_location": "L472"}, {"id": "arraypad_impl_rationale_548", "label": "Pad an array. Parameters ---------- array : array_like of rank N", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_arraypad_impl.py", "source_location": "L548"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_numpy_lib_arraypad_impl_py", "target": "typing", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_arraypad_impl.py", "source_location": "L6", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_lib_arraypad_impl_py", "target": "numpy", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_arraypad_impl.py", "source_location": "L8", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_lib_arraypad_impl_py", "target": "numpy_core_overrides", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_arraypad_impl.py", "source_location": "L9", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_lib_arraypad_impl_py", "target": "numpy_lib_index_tricks_impl", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_arraypad_impl.py", "source_location": "L10", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_lib_arraypad_impl_py", "target": "arraypad_impl_round_if_needed", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_arraypad_impl.py", "source_location": "L19", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_lib_arraypad_impl_py", "target": "arraypad_impl_slice_at_axis", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_arraypad_impl.py", "source_location": "L34", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_lib_arraypad_impl_py", "target": "arraypad_impl_view_roi", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_arraypad_impl.py", "source_location": "L59", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_lib_arraypad_impl_py", "target": "arraypad_impl_pad_simple", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_arraypad_impl.py", "source_location": "L87", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_lib_arraypad_impl_py", "target": "arraypad_impl_set_pad_area", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_arraypad_impl.py", "source_location": "L130", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_lib_arraypad_impl_py", "target": "arraypad_impl_get_edges", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_arraypad_impl.py", "source_location": "L155", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_lib_arraypad_impl_py", "target": "arraypad_impl_get_linear_ramps", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_arraypad_impl.py", "source_location": "L187", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_lib_arraypad_impl_py", "target": "arraypad_impl_get_stats", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_arraypad_impl.py", "source_location": "L231", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_lib_arraypad_impl_py", "target": "arraypad_impl_set_reflect_both", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_arraypad_impl.py", "source_location": "L297", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_lib_arraypad_impl_py", "target": "arraypad_impl_set_wrap_both", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_arraypad_impl.py", "source_location": "L394", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_lib_arraypad_impl_py", "target": "arraypad_impl_as_pairs", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_arraypad_impl.py", "source_location": "L471", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_lib_arraypad_impl_py", "target": "arraypad_impl_pad_dispatcher", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_arraypad_impl.py", "source_location": "L538", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_lib_arraypad_impl_py", "target": "arraypad_impl_pad", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_arraypad_impl.py", "source_location": "L547", "weight": 1.0}, {"source": "arraypad_impl_set_pad_area", "target": "arraypad_impl_slice_at_axis", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_arraypad_impl.py", "source_location": "L147", "weight": 1.0}, {"source": "arraypad_impl_get_edges", "target": "arraypad_impl_slice_at_axis", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_arraypad_impl.py", "source_location": "L177", "weight": 1.0}, {"source": "arraypad_impl_get_linear_ramps", "target": "arraypad_impl_get_edges", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_arraypad_impl.py", "source_location": "L209", "weight": 1.0}, {"source": "arraypad_impl_get_linear_ramps", "target": "arraypad_impl_slice_at_axis", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_arraypad_impl.py", "source_location": "L226", "weight": 1.0}, {"source": "arraypad_impl_get_stats", "target": "arraypad_impl_slice_at_axis", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_arraypad_impl.py", "source_location": "L277", "weight": 1.0}, {"source": "arraypad_impl_get_stats", "target": "arraypad_impl_round_if_needed", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_arraypad_impl.py", "source_location": "L281", "weight": 1.0}, {"source": "arraypad_impl_set_reflect_both", "target": "arraypad_impl_slice_at_axis", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_arraypad_impl.py", "source_location": "L351", "weight": 1.0}, {"source": "arraypad_impl_set_wrap_both", "target": "arraypad_impl_slice_at_axis", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_arraypad_impl.py", "source_location": "L436", "weight": 1.0}, {"source": "arraypad_impl_pad", "target": "arraypad_impl_as_pairs", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_arraypad_impl.py", "source_location": "L792", "weight": 1.0}, {"source": "arraypad_impl_pad", "target": "arraypad_impl_pad_simple", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_arraypad_impl.py", "source_location": "L798", "weight": 1.0}, {"source": "arraypad_impl_pad", "target": "arraypad_impl_view_roi", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_arraypad_impl.py", "source_location": "L851", "weight": 1.0}, {"source": "arraypad_impl_pad", "target": "arraypad_impl_set_pad_area", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_arraypad_impl.py", "source_location": "L852", "weight": 1.0}, {"source": "arraypad_impl_pad", "target": "arraypad_impl_get_edges", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_arraypad_impl.py", "source_location": "L873", "weight": 1.0}, {"source": "arraypad_impl_pad", "target": "arraypad_impl_get_linear_ramps", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_arraypad_impl.py", "source_location": "L881", "weight": 1.0}, {"source": "arraypad_impl_pad", "target": "arraypad_impl_get_stats", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_arraypad_impl.py", "source_location": "L890", "weight": 1.0}, {"source": "arraypad_impl_pad", "target": "arraypad_impl_set_reflect_both", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_arraypad_impl.py", "source_location": "L910", "weight": 1.0}, {"source": "arraypad_impl_pad", "target": "arraypad_impl_set_wrap_both", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_arraypad_impl.py", "source_location": "L923", "weight": 1.0}, {"source": "arraypad_impl_rationale_1", "target": "backend_venv_lib_python3_12_site_packages_numpy_lib_arraypad_impl_py", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_arraypad_impl.py", "source_location": "L1", "weight": 1.0}, {"source": "arraypad_impl_rationale_20", "target": "arraypad_impl_round_if_needed", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_arraypad_impl.py", "source_location": "L20", "weight": 1.0}, {"source": "arraypad_impl_rationale_35", "target": "arraypad_impl_slice_at_axis", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_arraypad_impl.py", "source_location": "L35", "weight": 1.0}, {"source": "arraypad_impl_rationale_60", "target": "arraypad_impl_view_roi", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_arraypad_impl.py", "source_location": "L60", "weight": 1.0}, {"source": "arraypad_impl_rationale_88", "target": "arraypad_impl_pad_simple", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_arraypad_impl.py", "source_location": "L88", "weight": 1.0}, {"source": "arraypad_impl_rationale_131", "target": "arraypad_impl_set_pad_area", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_arraypad_impl.py", "source_location": "L131", "weight": 1.0}, {"source": "arraypad_impl_rationale_156", "target": "arraypad_impl_get_edges", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_arraypad_impl.py", "source_location": "L156", "weight": 1.0}, {"source": "arraypad_impl_rationale_188", "target": "arraypad_impl_get_linear_ramps", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_arraypad_impl.py", "source_location": "L188", "weight": 1.0}, {"source": "arraypad_impl_rationale_232", "target": "arraypad_impl_get_stats", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_arraypad_impl.py", "source_location": "L232", "weight": 1.0}, {"source": "arraypad_impl_rationale_299", "target": "arraypad_impl_set_reflect_both", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_arraypad_impl.py", "source_location": "L299", "weight": 1.0}, {"source": "arraypad_impl_rationale_395", "target": "arraypad_impl_set_wrap_both", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_arraypad_impl.py", "source_location": "L395", "weight": 1.0}, {"source": "arraypad_impl_rationale_472", "target": "arraypad_impl_as_pairs", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_arraypad_impl.py", "source_location": "L472", "weight": 1.0}, {"source": "arraypad_impl_rationale_548", "target": "arraypad_impl_pad", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_arraypad_impl.py", "source_location": "L548", "weight": 1.0}], "raw_calls": [{"caller_nid": "arraypad_impl_round_if_needed", "callee": "issubdtype", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_arraypad_impl.py", "source_location": "L30"}, {"caller_nid": "arraypad_impl_round_if_needed", "callee": "round", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_arraypad_impl.py", "source_location": "L31"}, {"caller_nid": "arraypad_impl_slice_at_axis", "callee": "slice", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_arraypad_impl.py", "source_location": "L56"}, {"caller_nid": "arraypad_impl_view_roi", "callee": "slice", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_arraypad_impl.py", "source_location": "L83"}, {"caller_nid": "arraypad_impl_pad_simple", "callee": "tuple", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_arraypad_impl.py", "source_location": "L110"}, {"caller_nid": "arraypad_impl_pad_simple", "callee": "zip", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_arraypad_impl.py", "source_location": "L112"}, {"caller_nid": "arraypad_impl_pad_simple", "callee": "empty", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_arraypad_impl.py", "source_location": "L115"}, {"caller_nid": "arraypad_impl_pad_simple", "callee": "fill", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_arraypad_impl.py", "source_location": "L118"}, {"caller_nid": "arraypad_impl_pad_simple", "callee": "tuple", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_arraypad_impl.py", "source_location": "L121"}, {"caller_nid": "arraypad_impl_pad_simple", "callee": "slice", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_arraypad_impl.py", "source_location": "L122"}, {"caller_nid": "arraypad_impl_pad_simple", "callee": "zip", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_arraypad_impl.py", "source_location": "L123"}, {"caller_nid": "arraypad_impl_set_pad_area", "callee": "slice", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_arraypad_impl.py", "source_location": "L147"}, {"caller_nid": "arraypad_impl_set_pad_area", "callee": "slice", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_arraypad_impl.py", "source_location": "L151"}, {"caller_nid": "arraypad_impl_get_edges", "callee": "slice", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_arraypad_impl.py", "source_location": "L177"}, {"caller_nid": "arraypad_impl_get_edges", "callee": "slice", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_arraypad_impl.py", "source_location": "L181"}, {"caller_nid": "arraypad_impl_get_linear_ramps", "callee": "linspace", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_arraypad_impl.py", "source_location": "L212"}, {"caller_nid": "arraypad_impl_get_linear_ramps", "callee": "squeeze", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_arraypad_impl.py", "source_location": "L214"}, {"caller_nid": "arraypad_impl_get_linear_ramps", "callee": "zip", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_arraypad_impl.py", "source_location": "L220"}, {"caller_nid": "arraypad_impl_get_linear_ramps", "callee": "slice", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_arraypad_impl.py", "source_location": "L226"}, {"caller_nid": "arraypad_impl_get_stats", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_arraypad_impl.py", "source_location": "L274"}, {"caller_nid": "arraypad_impl_get_stats", "callee": "slice", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_arraypad_impl.py", "source_location": "L278"}, {"caller_nid": "arraypad_impl_get_stats", "callee": "stat_func", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_arraypad_impl.py", "source_location": "L280"}, {"caller_nid": "arraypad_impl_get_stats", "callee": "slice", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_arraypad_impl.py", "source_location": "L289"}, {"caller_nid": "arraypad_impl_get_stats", "callee": "stat_func", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_arraypad_impl.py", "source_location": "L291"}, {"caller_nid": "arraypad_impl_set_reflect_both", "callee": "min", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_arraypad_impl.py", "source_location": "L347"}, {"caller_nid": "arraypad_impl_set_reflect_both", "callee": "slice", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_arraypad_impl.py", "source_location": "L351"}, {"caller_nid": "arraypad_impl_set_reflect_both", "callee": "slice", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_arraypad_impl.py", "source_location": "L356"}, {"caller_nid": "arraypad_impl_set_reflect_both", "callee": "slice", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_arraypad_impl.py", "source_location": "L362"}, {"caller_nid": "arraypad_impl_set_reflect_both", "callee": "min", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_arraypad_impl.py", "source_location": "L370"}, {"caller_nid": "arraypad_impl_set_reflect_both", "callee": "slice", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_arraypad_impl.py", "source_location": "L374"}, {"caller_nid": "arraypad_impl_set_reflect_both", "callee": "slice", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_arraypad_impl.py", "source_location": "L380"}, {"caller_nid": "arraypad_impl_set_reflect_both", "callee": "slice", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_arraypad_impl.py", "source_location": "L386"}, {"caller_nid": "arraypad_impl_set_wrap_both", "callee": "min", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_arraypad_impl.py", "source_location": "L435"}, {"caller_nid": "arraypad_impl_set_wrap_both", "callee": "slice", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_arraypad_impl.py", "source_location": "L436"}, {"caller_nid": "arraypad_impl_set_wrap_both", "callee": "slice", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_arraypad_impl.py", "source_location": "L441"}, {"caller_nid": "arraypad_impl_set_wrap_both", "callee": "slice", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_arraypad_impl.py", "source_location": "L445"}, {"caller_nid": "arraypad_impl_set_wrap_both", "callee": "min", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_arraypad_impl.py", "source_location": "L454"}, {"caller_nid": "arraypad_impl_set_wrap_both", "callee": "slice", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_arraypad_impl.py", "source_location": "L455"}, {"caller_nid": "arraypad_impl_set_wrap_both", "callee": "slice", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_arraypad_impl.py", "source_location": "L461"}, {"caller_nid": "arraypad_impl_set_wrap_both", "callee": "slice", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_arraypad_impl.py", "source_location": "L465"}, {"caller_nid": "arraypad_impl_as_pairs", "callee": "array", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_arraypad_impl.py", "source_location": "L504"}, {"caller_nid": "arraypad_impl_as_pairs", "callee": "astype", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_arraypad_impl.py", "source_location": "L506"}, {"caller_nid": "arraypad_impl_as_pairs", "callee": "round", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_arraypad_impl.py", "source_location": "L506"}, {"caller_nid": "arraypad_impl_as_pairs", "callee": "ravel", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_arraypad_impl.py", "source_location": "L515"}, {"caller_nid": "arraypad_impl_as_pairs", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_arraypad_impl.py", "source_location": "L517"}, {"caller_nid": "arraypad_impl_as_pairs", "callee": "ravel", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_arraypad_impl.py", "source_location": "L525"}, {"caller_nid": "arraypad_impl_as_pairs", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_arraypad_impl.py", "source_location": "L527"}, {"caller_nid": "arraypad_impl_as_pairs", "callee": "min", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_arraypad_impl.py", "source_location": "L530"}, {"caller_nid": "arraypad_impl_as_pairs", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_arraypad_impl.py", "source_location": "L531"}, {"caller_nid": "arraypad_impl_as_pairs", "callee": "tolist", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_arraypad_impl.py", "source_location": "L535"}, {"caller_nid": "arraypad_impl_as_pairs", "callee": "broadcast_to", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_arraypad_impl.py", "source_location": "L535"}, {"caller_nid": "arraypad_impl_pad", "callee": "asarray", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_arraypad_impl.py", "source_location": "L774"}, {"caller_nid": "arraypad_impl_pad", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_arraypad_impl.py", "source_location": "L775"}, {"caller_nid": "arraypad_impl_pad", "callee": "items", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_arraypad_impl.py", "source_location": "L777"}, {"caller_nid": "arraypad_impl_pad", "callee": "assert_never", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_arraypad_impl.py", "source_location": "L784"}, {"caller_nid": "arraypad_impl_pad", "callee": "asarray", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_arraypad_impl.py", "source_location": "L786"}, {"caller_nid": "arraypad_impl_pad", "callee": "TypeError", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_arraypad_impl.py", "source_location": "L789"}, {"caller_nid": "arraypad_impl_pad", "callee": "callable", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_arraypad_impl.py", "source_location": "L794"}, {"caller_nid": "arraypad_impl_pad", "callee": "range", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_arraypad_impl.py", "source_location": "L801"}, {"caller_nid": "arraypad_impl_pad", "callee": "moveaxis", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_arraypad_impl.py", "source_location": "L806"}, {"caller_nid": "arraypad_impl_pad", "callee": "ndindex", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_arraypad_impl.py", "source_location": "L810"}, {"caller_nid": "arraypad_impl_pad", "callee": "function", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_arraypad_impl.py", "source_location": "L813"}, {"caller_nid": "arraypad_impl_pad", "callee": "set", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_arraypad_impl.py", "source_location": "L830"}, {"caller_nid": "arraypad_impl_pad", "callee": "set", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_arraypad_impl.py", "source_location": "L830"}, {"caller_nid": "arraypad_impl_pad", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_arraypad_impl.py", "source_location": "L832"}, {"caller_nid": "arraypad_impl_pad", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_arraypad_impl.py", "source_location": "L834"}, {"caller_nid": "arraypad_impl_pad", "callee": "range", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_arraypad_impl.py", "source_location": "L845"}, {"caller_nid": "arraypad_impl_pad", "callee": "get", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_arraypad_impl.py", "source_location": "L848"}, {"caller_nid": "arraypad_impl_pad", "callee": "zip", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_arraypad_impl.py", "source_location": "L850"}, {"caller_nid": "arraypad_impl_pad", "callee": "zip", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_arraypad_impl.py", "source_location": "L861"}, {"caller_nid": "arraypad_impl_pad", "callee": "any", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_arraypad_impl.py", "source_location": "L862"}, {"caller_nid": "arraypad_impl_pad", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_arraypad_impl.py", "source_location": "L863"}, {"caller_nid": "arraypad_impl_pad", "callee": "zip", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_arraypad_impl.py", "source_location": "L871"}, {"caller_nid": "arraypad_impl_pad", "callee": "get", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_arraypad_impl.py", "source_location": "L877"}, {"caller_nid": "arraypad_impl_pad", "callee": "zip", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_arraypad_impl.py", "source_location": "L879"}, {"caller_nid": "arraypad_impl_pad", "callee": "get", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_arraypad_impl.py", "source_location": "L886"}, {"caller_nid": "arraypad_impl_pad", "callee": "zip", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_arraypad_impl.py", "source_location": "L888"}, {"caller_nid": "arraypad_impl_pad", "callee": "get", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_arraypad_impl.py", "source_location": "L894"}, {"caller_nid": "arraypad_impl_pad", "callee": "zip", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_arraypad_impl.py", "source_location": "L896"}, {"caller_nid": "arraypad_impl_pad", "callee": "zip", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/lib/_arraypad_impl.py", "source_location": "L916"}]} |