{
  "__type": "IngestedDoc",
  "__tag": 4010,
  "_content": {
    "Notes": {
      "__type": "Section",
      "__tag": 4015,
      "children": [],
      "title": [],
      "level": 0,
      "target": null
    },
    "Warns": {
      "__type": "Section",
      "__tag": 4015,
      "children": [],
      "title": [],
      "level": 0,
      "target": null
    },
    "Raises": {
      "__type": "Section",
      "__tag": 4015,
      "children": [],
      "title": [],
      "level": 0,
      "target": null
    },
    "Yields": {
      "__type": "Section",
      "__tag": 4015,
      "children": [],
      "title": [],
      "level": 0,
      "target": null
    },
    "Methods": {
      "__type": "Section",
      "__tag": 4015,
      "children": [],
      "title": [],
      "level": 0,
      "target": null
    },
    "Returns": {
      "__type": "Section",
      "__tag": 4015,
      "children": [
        {
          "__type": "Parameters",
          "__tag": 4026,
          "children": [
            {
              "__type": "DocParam",
              "__tag": 4016,
              "name": "out",
              "annotation": "bool",
              "desc": []
            }
          ]
        }
      ],
      "title": [],
      "level": 0,
      "target": null
    },
    "Summary": {
      "__type": "Section",
      "__tag": 4015,
      "children": [
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "Determine if a provided dtype is of a specified data type "
            },
            {
              "__type": "InlineCode",
              "__tag": 4051,
              "value": "kind"
            },
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "."
            }
          ]
        }
      ],
      "title": [],
      "level": 0,
      "target": null
    },
    "Receives": {
      "__type": "Section",
      "__tag": 4015,
      "children": [],
      "title": [],
      "level": 0,
      "target": null
    },
    "Warnings": {
      "__type": "Section",
      "__tag": 4015,
      "children": [],
      "title": [],
      "level": 0,
      "target": null
    },
    "Attributes": {
      "__type": "Section",
      "__tag": 4015,
      "children": [],
      "title": [],
      "level": 0,
      "target": null
    },
    "Parameters": {
      "__type": "Section",
      "__tag": 4015,
      "children": [
        {
          "__type": "Parameters",
          "__tag": 4026,
          "children": [
            {
              "__type": "DocParam",
              "__tag": 4016,
              "name": "dtype",
              "annotation": "dtype",
              "desc": [
                {
                  "__type": "Paragraph",
                  "__tag": 4045,
                  "children": [
                    {
                      "__type": "Text",
                      "__tag": 4046,
                      "value": "The input dtype."
                    }
                  ]
                }
              ]
            },
            {
              "__type": "DocParam",
              "__tag": 4016,
              "name": "kind",
              "annotation": "dtype or str or tuple of dtypes/strs.",
              "desc": [
                {
                  "__type": "Paragraph",
                  "__tag": 4045,
                  "children": [
                    {
                      "__type": "Text",
                      "__tag": 4046,
                      "value": "dtype or dtype kind. Allowed dtype kinds are: * "
                    },
                    {
                      "__type": "InlineCode",
                      "__tag": 4051,
                      "value": "'bool'"
                    },
                    {
                      "__type": "Text",
                      "__tag": 4046,
                      "value": " : boolean kind * "
                    },
                    {
                      "__type": "InlineCode",
                      "__tag": 4051,
                      "value": "'signed integer'"
                    },
                    {
                      "__type": "Text",
                      "__tag": 4046,
                      "value": " : signed integer data types * "
                    },
                    {
                      "__type": "InlineCode",
                      "__tag": 4051,
                      "value": "'unsigned integer'"
                    },
                    {
                      "__type": "Text",
                      "__tag": 4046,
                      "value": " : unsigned integer data types * "
                    },
                    {
                      "__type": "InlineCode",
                      "__tag": 4051,
                      "value": "'integral'"
                    },
                    {
                      "__type": "Text",
                      "__tag": 4046,
                      "value": " : integer data types * "
                    },
                    {
                      "__type": "InlineCode",
                      "__tag": 4051,
                      "value": "'real floating'"
                    },
                    {
                      "__type": "Text",
                      "__tag": 4046,
                      "value": " : real-valued floating-point data types * "
                    },
                    {
                      "__type": "InlineCode",
                      "__tag": 4051,
                      "value": "'complex floating'"
                    },
                    {
                      "__type": "Text",
                      "__tag": 4046,
                      "value": " : complex floating-point data types * "
                    },
                    {
                      "__type": "InlineCode",
                      "__tag": 4051,
                      "value": "'numeric'"
                    },
                    {
                      "__type": "Text",
                      "__tag": 4046,
                      "value": " : numeric data types"
                    }
                  ]
                }
              ]
            }
          ]
        }
      ],
      "title": [],
      "level": 0,
      "target": null
    },
    "Extended Summary": {
      "__type": "Section",
      "__tag": 4015,
      "children": [
        {
          "__type": "Paragraph",
          "__tag": 4045,
          "children": [
            {
              "__type": "Text",
              "__tag": 4046,
              "value": "This function only supports built-in NumPy's data types. Third-party dtypes are not yet supported."
            }
          ]
        }
      ],
      "title": [],
      "level": 0,
      "target": null
    },
    "Other Parameters": {
      "__type": "Section",
      "__tag": 4015,
      "children": [],
      "title": [],
      "level": 0,
      "target": null
    }
  },
  "_ordered_sections": [
    "Summary",
    "Extended Summary",
    "Parameters",
    "Attributes",
    "Methods",
    "Returns",
    "Yields",
    "Receives",
    "Other Parameters",
    "Raises",
    "Warns",
    "Warnings",
    "Notes"
  ],
  "item_file": "/dev/numpy/build-install/usr/lib/python3.14/site-packages/numpy/_core/numerictypes.py",
  "item_line": 385,
  "item_type": "function",
  "aliases": [
    "numpy.isdtype"
  ],
  "example_section_data": {
    "__type": "Section",
    "__tag": 4015,
    "children": [
      {
        "__type": "Code",
        "__tag": 4050,
        "value": "import numpy as np\nnp.isdtype(np.float32, np.float64)\nnp.isdtype(np.float32, \"real floating\")\nnp.isdtype(np.complex128, (\"real floating\", \"complex floating\"))\n",
        "execution_status": "success"
      }
    ],
    "title": [],
    "level": 0,
    "target": null
  },
  "see_also": [
    {
      "__type": "SeeAlsoItem",
      "__tag": 4028,
      "name": {
        "__type": "CrossRef",
        "__tag": 4002,
        "value": "issubdtype",
        "reference": {
          "__type": "RefInfo",
          "__tag": 4000,
          "module": "current-module",
          "version": "current-version",
          "kind": "to-resolve",
          "path": "issubdtype"
        },
        "kind": "module"
      },
      "descriptions": [],
      "type": null
    }
  ],
  "signature": {
    "__type": "SignatureNode",
    "__tag": 4029,
    "kind": "function",
    "parameters": [
      {
        "__type": "SigParam",
        "__tag": 4030,
        "name": "dtype",
        "annotation": {
          "__type": "Empty",
          "__tag": 4031
        },
        "kind": "POSITIONAL_OR_KEYWORD",
        "default": {
          "__type": "Empty",
          "__tag": 4031
        }
      },
      {
        "__type": "SigParam",
        "__tag": 4030,
        "name": "kind",
        "annotation": {
          "__type": "Empty",
          "__tag": 4031
        },
        "kind": "POSITIONAL_OR_KEYWORD",
        "default": {
          "__type": "Empty",
          "__tag": 4031
        }
      }
    ],
    "return_annotation": {
      "__type": "Empty",
      "__tag": 4031
    },
    "target_name": "isdtype"
  },
  "references": null,
  "qa": "numpy:isdtype",
  "arbitrary": [],
  "local_refs": [
    "dtype",
    "kind",
    "out"
  ]
}