1 line
24 KiB
JSON
1 line
24 KiB
JSON
{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_numpy_core_methods_py", "label": "_methods.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/_methods.py", "source_location": "L1"}, {"id": "methods_amax", "label": "_amax()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/_methods.py", "source_location": "L39"}, {"id": "methods_amin", "label": "_amin()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/_methods.py", "source_location": "L43"}, {"id": "methods_sum", "label": "_sum()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/_methods.py", "source_location": "L47"}, {"id": "methods_prod", "label": "_prod()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/_methods.py", "source_location": "L51"}, {"id": "methods_any", "label": "_any()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/_methods.py", "source_location": "L55"}, {"id": "methods_all", "label": "_all()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/_methods.py", "source_location": "L64"}, {"id": "methods_count_reduce_items", "label": "_count_reduce_items()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/_methods.py", "source_location": "L73"}, {"id": "methods_clip", "label": "_clip()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/_methods.py", "source_location": "L96"}, {"id": "methods_mean", "label": "_mean()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/_methods.py", "source_location": "L115"}, {"id": "methods_var", "label": "_var()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/_methods.py", "source_location": "L148"}, {"id": "methods_std", "label": "_std()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/_methods.py", "source_location": "L217"}, {"id": "methods_ptp", "label": "_ptp()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/_methods.py", "source_location": "L231"}, {"id": "methods_dump", "label": "_dump()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/_methods.py", "source_location": "L238"}, {"id": "methods_dumps", "label": "_dumps()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/_methods.py", "source_location": "L246"}, {"id": "methods_bitwise_count", "label": "_bitwise_count()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/_methods.py", "source_location": "L249"}, {"id": "methods_rationale_1", "label": "Array methods which are called by both the C-code for the method and the Python", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/_methods.py", "source_location": "L1"}, {"id": "methods_rationale_86", "label": "# TODO: Optimize case when `where` is broadcast along a non-reduction", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/_methods.py", "source_location": "L86"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_numpy_core_methods_py", "target": "os", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/_methods.py", "source_location": "L6", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_core_methods_py", "target": "pickle", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/_methods.py", "source_location": "L7", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_core_methods_py", "target": "warnings", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/_methods.py", "source_location": "L8", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_core_methods_py", "target": "contextlib", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/_methods.py", "source_location": "L9", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_core_methods_py", "target": "numpy", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/_methods.py", "source_location": "L11", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_core_methods_py", "target": "numpy_core", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/_methods.py", "source_location": "L12", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_core_methods_py", "target": "numpy_core_multiarray", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/_methods.py", "source_location": "L13", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_core_methods_py", "target": "numpy_globals", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/_methods.py", "source_location": "L14", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_core_methods_py", "target": "methods_amax", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/_methods.py", "source_location": "L39", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_core_methods_py", "target": "methods_amin", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/_methods.py", "source_location": "L43", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_core_methods_py", "target": "methods_sum", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/_methods.py", "source_location": "L47", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_core_methods_py", "target": "methods_prod", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/_methods.py", "source_location": "L51", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_core_methods_py", "target": "methods_any", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/_methods.py", "source_location": "L55", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_core_methods_py", "target": "methods_all", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/_methods.py", "source_location": "L64", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_core_methods_py", "target": "methods_count_reduce_items", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/_methods.py", "source_location": "L73", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_core_methods_py", "target": "methods_clip", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/_methods.py", "source_location": "L96", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_core_methods_py", "target": "methods_mean", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/_methods.py", "source_location": "L115", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_core_methods_py", "target": "methods_var", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/_methods.py", "source_location": "L148", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_core_methods_py", "target": "methods_std", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/_methods.py", "source_location": "L217", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_core_methods_py", "target": "methods_ptp", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/_methods.py", "source_location": "L231", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_core_methods_py", "target": "methods_dump", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/_methods.py", "source_location": "L238", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_core_methods_py", "target": "methods_dumps", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/_methods.py", "source_location": "L246", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_core_methods_py", "target": "methods_bitwise_count", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/_methods.py", "source_location": "L249", "weight": 1.0}, {"source": "methods_mean", "target": "methods_count_reduce_items", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/_methods.py", "source_location": "L120", "weight": 1.0}, {"source": "methods_var", "target": "methods_count_reduce_items", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/_methods.py", "source_location": "L152", "weight": 1.0}, {"source": "methods_std", "target": "methods_var", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/_methods.py", "source_location": "L219", "weight": 1.0}, {"source": "methods_rationale_1", "target": "backend_venv_lib_python3_12_site_packages_numpy_core_methods_py", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/_methods.py", "source_location": "L1", "weight": 1.0}, {"source": "methods_rationale_86", "target": "backend_venv_lib_python3_12_site_packages_numpy_core_methods_py", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/_methods.py", "source_location": "L86", "weight": 1.0}], "raw_calls": [{"caller_nid": "methods_amax", "callee": "umr_maximum", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/_methods.py", "source_location": "L41"}, {"caller_nid": "methods_amin", "callee": "umr_minimum", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/_methods.py", "source_location": "L45"}, {"caller_nid": "methods_sum", "callee": "umr_sum", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/_methods.py", "source_location": "L49"}, {"caller_nid": "methods_prod", "callee": "umr_prod", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/_methods.py", "source_location": "L53"}, {"caller_nid": "methods_any", "callee": "umr_any", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/_methods.py", "source_location": "L61"}, {"caller_nid": "methods_any", "callee": "umr_any", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/_methods.py", "source_location": "L62"}, {"caller_nid": "methods_all", "callee": "umr_all", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/_methods.py", "source_location": "L70"}, {"caller_nid": "methods_all", "callee": "umr_all", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/_methods.py", "source_location": "L71"}, {"caller_nid": "methods_count_reduce_items", "callee": "tuple", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/_methods.py", "source_location": "L78"}, {"caller_nid": "methods_count_reduce_items", "callee": "range", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/_methods.py", "source_location": "L78"}, {"caller_nid": "methods_count_reduce_items", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/_methods.py", "source_location": "L79"}, {"caller_nid": "methods_count_reduce_items", "callee": "normalize_axis_index", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/_methods.py", "source_location": "L83"}, {"caller_nid": "methods_count_reduce_items", "callee": "intp", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/_methods.py", "source_location": "L84"}, {"caller_nid": "methods_count_reduce_items", "callee": "umr_sum", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/_methods.py", "source_location": "L92"}, {"caller_nid": "methods_count_reduce_items", "callee": "broadcast_to", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/_methods.py", "source_location": "L92"}, {"caller_nid": "methods_clip", "callee": "type", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/_methods.py", "source_location": "L100"}, {"caller_nid": "methods_clip", "callee": "iinfo", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/_methods.py", "source_location": "L100"}, {"caller_nid": "methods_clip", "callee": "type", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/_methods.py", "source_location": "L102"}, {"caller_nid": "methods_clip", "callee": "iinfo", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/_methods.py", "source_location": "L102"}, {"caller_nid": "methods_clip", "callee": "positive", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/_methods.py", "source_location": "L107"}, {"caller_nid": "methods_clip", "callee": "minimum", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/_methods.py", "source_location": "L109"}, {"caller_nid": "methods_clip", "callee": "maximum", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/_methods.py", "source_location": "L111"}, {"caller_nid": "methods_clip", "callee": "clip", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/_methods.py", "source_location": "L113"}, {"caller_nid": "methods_mean", "callee": "asanyarray", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/_methods.py", "source_location": "L116"}, {"caller_nid": "methods_mean", "callee": "umr_any", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/_methods.py", "source_location": "L121"}, {"caller_nid": "methods_mean", "callee": "warn", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/_methods.py", "source_location": "L122"}, {"caller_nid": "methods_mean", "callee": "issubclass", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/_methods.py", "source_location": "L126"}, {"caller_nid": "methods_mean", "callee": "dtype", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/_methods.py", "source_location": "L127"}, {"caller_nid": "methods_mean", "callee": "issubclass", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/_methods.py", "source_location": "L128"}, {"caller_nid": "methods_mean", "callee": "dtype", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/_methods.py", "source_location": "L129"}, {"caller_nid": "methods_mean", "callee": "umr_sum", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/_methods.py", "source_location": "L132"}, {"caller_nid": "methods_mean", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/_methods.py", "source_location": "L133"}, {"caller_nid": "methods_mean", "callee": "true_divide", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/_methods.py", "source_location": "L134"}, {"caller_nid": "methods_mean", "callee": "type", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/_methods.py", "source_location": "L137"}, {"caller_nid": "methods_mean", "callee": "hasattr", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/_methods.py", "source_location": "L138"}, {"caller_nid": "methods_mean", "callee": "type", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/_methods.py", "source_location": "L140"}, {"caller_nid": "methods_mean", "callee": "type", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/_methods.py", "source_location": "L142"}, {"caller_nid": "methods_var", "callee": "asanyarray", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/_methods.py", "source_location": "L150"}, {"caller_nid": "methods_var", "callee": "umr_any", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/_methods.py", "source_location": "L154"}, {"caller_nid": "methods_var", "callee": "warn", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/_methods.py", "source_location": "L155"}, {"caller_nid": "methods_var", "callee": "issubclass", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/_methods.py", "source_location": "L159"}, {"caller_nid": "methods_var", "callee": "dtype", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/_methods.py", "source_location": "L160"}, {"caller_nid": "methods_var", "callee": "umr_sum", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/_methods.py", "source_location": "L168"}, {"caller_nid": "methods_var", "callee": "reshape", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/_methods.py", "source_location": "L176"}, {"caller_nid": "methods_var", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/_methods.py", "source_location": "L177"}, {"caller_nid": "methods_var", "callee": "true_divide", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/_methods.py", "source_location": "L178"}, {"caller_nid": "methods_var", "callee": "hasattr", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/_methods.py", "source_location": "L180"}, {"caller_nid": "methods_var", "callee": "type", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/_methods.py", "source_location": "L181"}, {"caller_nid": "methods_var", "callee": "subtract", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/_methods.py", "source_location": "L188"}, {"caller_nid": "methods_var", "callee": "issubclass", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/_methods.py", "source_location": "L189"}, {"caller_nid": "methods_var", "callee": "square", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/_methods.py", "source_location": "L190"}, {"caller_nid": "methods_var", "callee": "get", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/_methods.py", "source_location": "L192"}, {"caller_nid": "methods_var", "callee": "view", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/_methods.py", "source_location": "L193"}, {"caller_nid": "methods_var", "callee": "square", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/_methods.py", "source_location": "L194"}, {"caller_nid": "methods_var", "callee": "add", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/_methods.py", "source_location": "L195"}, {"caller_nid": "methods_var", "callee": "multiply", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/_methods.py", "source_location": "L199"}, {"caller_nid": "methods_var", "callee": "conjugate", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/_methods.py", "source_location": "L199"}, {"caller_nid": "methods_var", "callee": "umr_sum", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/_methods.py", "source_location": "L201"}, {"caller_nid": "methods_var", "callee": "maximum", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/_methods.py", "source_location": "L204"}, {"caller_nid": "methods_var", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/_methods.py", "source_location": "L207"}, {"caller_nid": "methods_var", "callee": "true_divide", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/_methods.py", "source_location": "L208"}, {"caller_nid": "methods_var", "callee": "hasattr", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/_methods.py", "source_location": "L210"}, {"caller_nid": "methods_var", "callee": "type", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/_methods.py", "source_location": "L211"}, {"caller_nid": "methods_std", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/_methods.py", "source_location": "L222"}, {"caller_nid": "methods_std", "callee": "sqrt", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/_methods.py", "source_location": "L223"}, {"caller_nid": "methods_std", "callee": "hasattr", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/_methods.py", "source_location": "L224"}, {"caller_nid": "methods_std", "callee": "type", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/_methods.py", "source_location": "L225"}, {"caller_nid": "methods_std", "callee": "sqrt", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/_methods.py", "source_location": "L225"}, {"caller_nid": "methods_std", "callee": "sqrt", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/_methods.py", "source_location": "L227"}, {"caller_nid": "methods_ptp", "callee": "subtract", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/_methods.py", "source_location": "L232"}, {"caller_nid": "methods_ptp", "callee": "umr_maximum", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/_methods.py", "source_location": "L233"}, {"caller_nid": "methods_ptp", "callee": "umr_minimum", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/_methods.py", "source_location": "L234"}, {"caller_nid": "methods_dump", "callee": "hasattr", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/_methods.py", "source_location": "L239"}, {"caller_nid": "methods_dump", "callee": "nullcontext", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/_methods.py", "source_location": "L240"}, {"caller_nid": "methods_dump", "callee": "open", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/_methods.py", "source_location": "L242"}, {"caller_nid": "methods_dump", "callee": "fspath", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/_methods.py", "source_location": "L242"}, {"caller_nid": "methods_dump", "callee": "dump", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/_methods.py", "source_location": "L244"}, {"caller_nid": "methods_dumps", "callee": "dumps", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/_methods.py", "source_location": "L247"}, {"caller_nid": "methods_bitwise_count", "callee": "umr_bitwise_count", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/_methods.py", "source_location": "L251"}]} |