Files
tfm_ainventory/graphify-out/cache/75d4c987a5a682fcdfc66daddd59c94a644f4700138ac80d4593076c8bcac6f0.json

1 line
24 KiB
JSON

{"nodes": [{"id": "backend_venv_lib_python3_12_site_packages_numpy_core_numerictypes_py", "label": "numerictypes.py", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/numerictypes.py", "source_location": "L1"}, {"id": "numerictypes_maximum_sctype", "label": "maximum_sctype()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/numerictypes.py", "source_location": "L129"}, {"id": "numerictypes_issctype", "label": "issctype()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/numerictypes.py", "source_location": "L192"}, {"id": "numerictypes_obj2sctype", "label": "obj2sctype()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/numerictypes.py", "source_location": "L239"}, {"id": "numerictypes_issubclass", "label": "issubclass_()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/numerictypes.py", "source_location": "L294"}, {"id": "numerictypes_issubsctype", "label": "issubsctype()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/numerictypes.py", "source_location": "L336"}, {"id": "numerictypes_preprocessdtypeerror", "label": "_PreprocessDTypeError", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/numerictypes.py", "source_location": "L368"}, {"id": "exception", "label": "Exception", "file_type": "code", "source_file": "", "source_location": ""}, {"id": "numerictypes_preprocess_dtype", "label": "_preprocess_dtype()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/numerictypes.py", "source_location": "L372"}, {"id": "numerictypes_isdtype", "label": "isdtype()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/numerictypes.py", "source_location": "L386"}, {"id": "numerictypes_issubdtype", "label": "issubdtype()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/numerictypes.py", "source_location": "L476"}, {"id": "numerictypes_sctype2char", "label": "sctype2char()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/numerictypes.py", "source_location": "L542"}, {"id": "numerictypes_scalar_type_key", "label": "_scalar_type_key()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/numerictypes.py", "source_location": "L594"}, {"id": "numerictypes_register_types", "label": "_register_types()", "file_type": "code", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/numerictypes.py", "source_location": "L626"}, {"id": "numerictypes_rationale_1", "label": "numerictypes: Define the numeric type objects This module is designed so \"from", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/numerictypes.py", "source_location": "L1"}, {"id": "numerictypes_rationale_130", "label": "Return the scalar type of highest precision of the same kind as the input.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/numerictypes.py", "source_location": "L130"}, {"id": "numerictypes_rationale_193", "label": "Determines whether the given object represents a scalar data-type. Paramete", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/numerictypes.py", "source_location": "L193"}, {"id": "numerictypes_rationale_240", "label": "Return the scalar dtype or NumPy equivalent of Python type of an object. Pa", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/numerictypes.py", "source_location": "L240"}, {"id": "numerictypes_rationale_295", "label": "Determine if a class is a subclass of a second class. `issubclass_` is equi", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/numerictypes.py", "source_location": "L295"}, {"id": "numerictypes_rationale_337", "label": "Determine if the first argument is a subclass of the second argument. Param", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/numerictypes.py", "source_location": "L337"}, {"id": "numerictypes_rationale_373", "label": "Preprocess dtype argument by: 1. fetching type from a data type 2. v", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/numerictypes.py", "source_location": "L373"}, {"id": "numerictypes_rationale_387", "label": "Determine if a provided dtype is of a specified data type ``kind``. This fu", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/numerictypes.py", "source_location": "L387"}, {"id": "numerictypes_rationale_477", "label": "r\"\"\" Returns True if first argument is a typecode lower/equal in type hierar", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/numerictypes.py", "source_location": "L477"}, {"id": "numerictypes_rationale_543", "label": "Return the string representation of a scalar dtype. Parameters --------", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/numerictypes.py", "source_location": "L543"}, {"id": "numerictypes_rationale_595", "label": "A ``key`` function for `sorted`.", "file_type": "rationale", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/numerictypes.py", "source_location": "L595"}], "edges": [{"source": "backend_venv_lib_python3_12_site_packages_numpy_core_numerictypes_py", "target": "numbers", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/numerictypes.py", "source_location": "L79", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_core_numerictypes_py", "target": "warnings", "relation": "imports", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/numerictypes.py", "source_location": "L80", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_core_numerictypes_py", "target": "numpy_utils", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/numerictypes.py", "source_location": "L82", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_core_numerictypes_py", "target": "backend_venv_lib_python3_12_site_packages_numpy_core_init_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/numerictypes.py", "source_location": "L84", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_core_numerictypes_py", "target": "backend_venv_lib_python3_12_site_packages_numpy_core_multiarray_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/numerictypes.py", "source_location": "L85", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_core_numerictypes_py", "target": "builtins", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/numerictypes.py", "source_location": "L107", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_core_numerictypes_py", "target": "backend_venv_lib_python3_12_site_packages_numpy_core_dtype_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/numerictypes.py", "source_location": "L109", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_core_numerictypes_py", "target": "backend_venv_lib_python3_12_site_packages_numpy_core_string_helpers_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/numerictypes.py", "source_location": "L110", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_core_numerictypes_py", "target": "backend_venv_lib_python3_12_site_packages_numpy_core_type_aliases_py", "relation": "imports_from", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/numerictypes.py", "source_location": "L117", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_core_numerictypes_py", "target": "numerictypes_maximum_sctype", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/numerictypes.py", "source_location": "L129", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_core_numerictypes_py", "target": "numerictypes_issctype", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/numerictypes.py", "source_location": "L192", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_core_numerictypes_py", "target": "numerictypes_obj2sctype", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/numerictypes.py", "source_location": "L239", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_core_numerictypes_py", "target": "numerictypes_issubclass", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/numerictypes.py", "source_location": "L294", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_core_numerictypes_py", "target": "numerictypes_issubsctype", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/numerictypes.py", "source_location": "L336", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_core_numerictypes_py", "target": "numerictypes_preprocessdtypeerror", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/numerictypes.py", "source_location": "L368", "weight": 1.0}, {"source": "numerictypes_preprocessdtypeerror", "target": "exception", "relation": "inherits", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/numerictypes.py", "source_location": "L368", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_core_numerictypes_py", "target": "numerictypes_preprocess_dtype", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/numerictypes.py", "source_location": "L372", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_core_numerictypes_py", "target": "numerictypes_isdtype", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/numerictypes.py", "source_location": "L386", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_core_numerictypes_py", "target": "numerictypes_issubdtype", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/numerictypes.py", "source_location": "L476", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_core_numerictypes_py", "target": "numerictypes_sctype2char", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/numerictypes.py", "source_location": "L542", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_core_numerictypes_py", "target": "numerictypes_scalar_type_key", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/numerictypes.py", "source_location": "L594", "weight": 1.0}, {"source": "backend_venv_lib_python3_12_site_packages_numpy_core_numerictypes_py", "target": "numerictypes_register_types", "relation": "contains", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/numerictypes.py", "source_location": "L626", "weight": 1.0}, {"source": "numerictypes_maximum_sctype", "target": "numerictypes_obj2sctype", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/numerictypes.py", "source_location": "L180", "weight": 1.0}, {"source": "numerictypes_issctype", "target": "numerictypes_obj2sctype", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/numerictypes.py", "source_location": "L230", "weight": 1.0}, {"source": "numerictypes_issubsctype", "target": "numerictypes_obj2sctype", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/numerictypes.py", "source_location": "L365", "weight": 1.0}, {"source": "numerictypes_isdtype", "target": "numerictypes_preprocess_dtype", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/numerictypes.py", "source_location": "L427", "weight": 1.0}, {"source": "numerictypes_issubdtype", "target": "numerictypes_issubclass", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/numerictypes.py", "source_location": "L533", "weight": 1.0}, {"source": "numerictypes_sctype2char", "target": "numerictypes_obj2sctype", "relation": "calls", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/numerictypes.py", "source_location": "L585", "weight": 1.0}, {"source": "numerictypes_rationale_1", "target": "backend_venv_lib_python3_12_site_packages_numpy_core_numerictypes_py", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/numerictypes.py", "source_location": "L1", "weight": 1.0}, {"source": "numerictypes_rationale_130", "target": "numerictypes_maximum_sctype", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/numerictypes.py", "source_location": "L130", "weight": 1.0}, {"source": "numerictypes_rationale_193", "target": "numerictypes_issctype", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/numerictypes.py", "source_location": "L193", "weight": 1.0}, {"source": "numerictypes_rationale_240", "target": "numerictypes_obj2sctype", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/numerictypes.py", "source_location": "L240", "weight": 1.0}, {"source": "numerictypes_rationale_295", "target": "numerictypes_issubclass", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/numerictypes.py", "source_location": "L295", "weight": 1.0}, {"source": "numerictypes_rationale_337", "target": "numerictypes_issubsctype", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/numerictypes.py", "source_location": "L337", "weight": 1.0}, {"source": "numerictypes_rationale_373", "target": "numerictypes_preprocess_dtype", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/numerictypes.py", "source_location": "L373", "weight": 1.0}, {"source": "numerictypes_rationale_387", "target": "numerictypes_isdtype", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/numerictypes.py", "source_location": "L387", "weight": 1.0}, {"source": "numerictypes_rationale_477", "target": "numerictypes_issubdtype", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/numerictypes.py", "source_location": "L477", "weight": 1.0}, {"source": "numerictypes_rationale_543", "target": "numerictypes_sctype2char", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/numerictypes.py", "source_location": "L543", "weight": 1.0}, {"source": "numerictypes_rationale_595", "target": "numerictypes_scalar_type_key", "relation": "rationale_for", "confidence": "EXTRACTED", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/numerictypes.py", "source_location": "L595", "weight": 1.0}], "raw_calls": [{"caller_nid": "numerictypes_maximum_sctype", "callee": "warn", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/numerictypes.py", "source_location": "L173"}, {"caller_nid": "numerictypes_maximum_sctype", "callee": "_kind_name", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/numerictypes.py", "source_location": "L184"}, {"caller_nid": "numerictypes_maximum_sctype", "callee": "dtype", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/numerictypes.py", "source_location": "L184"}, {"caller_nid": "numerictypes_issctype", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/numerictypes.py", "source_location": "L227"}, {"caller_nid": "numerictypes_obj2sctype", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/numerictypes.py", "source_location": "L279"}, {"caller_nid": "numerictypes_obj2sctype", "callee": "issubclass", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/numerictypes.py", "source_location": "L279"}, {"caller_nid": "numerictypes_obj2sctype", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/numerictypes.py", "source_location": "L282"}, {"caller_nid": "numerictypes_obj2sctype", "callee": "dtype", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/numerictypes.py", "source_location": "L286"}, {"caller_nid": "numerictypes_issubclass", "callee": "issubclass", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/numerictypes.py", "source_location": "L330"}, {"caller_nid": "numerictypes_issubsctype", "callee": "issubclass", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/numerictypes.py", "source_location": "L365"}, {"caller_nid": "numerictypes_preprocess_dtype", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/numerictypes.py", "source_location": "L378"}, {"caller_nid": "numerictypes_preprocess_dtype", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/numerictypes.py", "source_location": "L380"}, {"caller_nid": "numerictypes_preprocess_dtype", "callee": "values", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/numerictypes.py", "source_location": "L380"}, {"caller_nid": "numerictypes_isdtype", "callee": "TypeError", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/numerictypes.py", "source_location": "L429"}, {"caller_nid": "numerictypes_isdtype", "callee": "type", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/numerictypes.py", "source_location": "L431"}, {"caller_nid": "numerictypes_isdtype", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/numerictypes.py", "source_location": "L434"}, {"caller_nid": "numerictypes_isdtype", "callee": "set", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/numerictypes.py", "source_location": "L436"}, {"caller_nid": "numerictypes_isdtype", "callee": "add", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/numerictypes.py", "source_location": "L440"}, {"caller_nid": "numerictypes_isdtype", "callee": "update", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/numerictypes.py", "source_location": "L442"}, {"caller_nid": "numerictypes_isdtype", "callee": "update", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/numerictypes.py", "source_location": "L444"}, {"caller_nid": "numerictypes_isdtype", "callee": "update", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/numerictypes.py", "source_location": "L446"}, {"caller_nid": "numerictypes_isdtype", "callee": "update", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/numerictypes.py", "source_location": "L448"}, {"caller_nid": "numerictypes_isdtype", "callee": "update", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/numerictypes.py", "source_location": "L450"}, {"caller_nid": "numerictypes_isdtype", "callee": "update", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/numerictypes.py", "source_location": "L452"}, {"caller_nid": "numerictypes_isdtype", "callee": "isinstance", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/numerictypes.py", "source_location": "L456"}, {"caller_nid": "numerictypes_isdtype", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/numerictypes.py", "source_location": "L457"}, {"caller_nid": "numerictypes_isdtype", "callee": "TypeError", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/numerictypes.py", "source_location": "L465"}, {"caller_nid": "numerictypes_isdtype", "callee": "type", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/numerictypes.py", "source_location": "L468"}, {"caller_nid": "numerictypes_isdtype", "callee": "add", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/numerictypes.py", "source_location": "L470"}, {"caller_nid": "numerictypes_issubdtype", "callee": "dtype", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/numerictypes.py", "source_location": "L534"}, {"caller_nid": "numerictypes_issubdtype", "callee": "dtype", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/numerictypes.py", "source_location": "L536"}, {"caller_nid": "numerictypes_issubdtype", "callee": "issubclass", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/numerictypes.py", "source_location": "L538"}, {"caller_nid": "numerictypes_sctype2char", "callee": "ValueError", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/numerictypes.py", "source_location": "L587"}, {"caller_nid": "numerictypes_sctype2char", "callee": "values", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/numerictypes.py", "source_location": "L588"}, {"caller_nid": "numerictypes_sctype2char", "callee": "KeyError", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/numerictypes.py", "source_location": "L590"}, {"caller_nid": "numerictypes_sctype2char", "callee": "dtype", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/numerictypes.py", "source_location": "L591"}, {"caller_nid": "numerictypes_scalar_type_key", "callee": "dtype", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/numerictypes.py", "source_location": "L596"}, {"caller_nid": "numerictypes_scalar_type_key", "callee": "lower", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/numerictypes.py", "source_location": "L597"}, {"caller_nid": "numerictypes_register_types", "callee": "register", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/numerictypes.py", "source_location": "L627"}, {"caller_nid": "numerictypes_register_types", "callee": "register", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/numerictypes.py", "source_location": "L628"}, {"caller_nid": "numerictypes_register_types", "callee": "register", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/numerictypes.py", "source_location": "L629"}, {"caller_nid": "numerictypes_register_types", "callee": "register", "source_file": "backend/venv/lib/python3.12/site-packages/numpy/_core/numerictypes.py", "source_location": "L630"}]}