{".class": "MypyFile", "_fullname": "numpy", "future_import_flags": [], "is_partial_stub_package": false, "is_stub": true, "names": {".class": "SymbolTable", "ALLOW_THREADS": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_final", "is_ready"], "fullname": "numpy.ALLOW_THREADS", "name": "ALLOW_THREADS", "type": "builtins.int"}}, "Any": {".class": "SymbolTableNode", "cross_ref": "typing.Any", "kind": "Gdef", "module_hidden": true, "module_public": false}, "ArrayLike": {".class": "SymbolTableNode", "cross_ref": "numpy.typing._array_like.ArrayLike", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Arrayterator": {".class": "SymbolTableNode", "cross_ref": "numpy.lib.arrayterator.Arrayterator", "kind": "Gdef", "module_public": false}, "AxisError": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.ValueError", "builtins.IndexError"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "numpy.AxisError", "name": "AxisError", "type_vars": []}, "deletable_attributes": [], "flags": [], "fullname": "numpy.AxisError", "has_param_spec_type": false, "metaclass_type": null, "metadata": {}, "module_name": "numpy", "mro": ["numpy.AxisError", "builtins.ValueError", "builtins.IndexError", "builtins.LookupError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "axis", "ndim", "msg_prefix"], "flags": [], "fullname": "numpy.AxisError.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "axis", "ndim", "msg_prefix"], "arg_types": ["numpy.AxisError", "builtins.int", {".class": "UnionType", "items": ["builtins.int", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__init__ of AxisError", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "slots": null, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "BUFSIZE": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_final", "is_ready"], "fullname": "numpy.BUFSIZE", "name": "BUFSIZE", "type": "builtins.int"}}, "ByteString": {".class": "SymbolTableNode", "cross_ref": "typing.ByteString", "kind": "Gdef", "module_hidden": true, "module_public": false}, "CLIP": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_final", "is_ready"], "fullname": "numpy.CLIP", "name": "CLIP", "type": "builtins.int"}}, "Callable": {".class": "SymbolTableNode", "cross_ref": "typing.Callable", "kind": "Gdef", "module_hidden": true, "module_public": false}, "ComplexWarning": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.RuntimeWarning"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "numpy.ComplexWarning", "name": "ComplexWarning", "type_vars": []}, "deletable_attributes": [], "flags": [], "fullname": "numpy.ComplexWarning", "has_param_spec_type": false, "metaclass_type": null, "metadata": {}, "module_name": "numpy", "mro": ["numpy.ComplexWarning", "builtins.RuntimeWarning", "builtins.Warning", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "slots": null, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Container": {".class": "SymbolTableNode", "cross_ref": "typing.Container", "kind": "Gdef", "module_hidden": true, "module_public": false}, "ContextDecorator": {".class": "SymbolTableNode", "cross_ref": "contextlib.ContextDecorator", "kind": "Gdef", "module_hidden": true, "module_public": false}, "DTypeLike": {".class": "SymbolTableNode", "cross_ref": "numpy.typing._dtype_like.DTypeLike", "kind": "Gdef", "module_hidden": true, "module_public": false}, "DataSource": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "numpy.DataSource", "name": "DataSource", "type_vars": []}, "deletable_attributes": [], "flags": [], "fullname": "numpy.DataSource", "has_param_spec_type": false, "metaclass_type": null, "metadata": {}, "module_name": "numpy", "mro": ["numpy.DataSource", "builtins.object"], "names": {".class": "SymbolTable", "__del__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": [null], "flags": [], "fullname": "numpy.DataSource.__del__", "name": "__del__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["numpy.DataSource"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__del__ of DataSource", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "destpath"], "flags": [], "fullname": "numpy.DataSource.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "destpath"], "arg_types": ["numpy.DataSource", {".class": "UnionType", "items": [{".class": "NoneType"}, "builtins.str", {".class": "Instance", "args": ["builtins.str"], "type_ref": "os.PathLike"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__init__ of DataSource", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "abspath": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "path"], "flags": [], "fullname": "numpy.DataSource.abspath", "name": "abspath", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "path"], "arg_types": ["numpy.DataSource", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "abspath of DataSource", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "exists": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "path"], "flags": [], "fullname": "numpy.DataSource.exists", "name": "exists", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "path"], "arg_types": ["numpy.DataSource", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "exists of DataSource", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "open": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["self", "path", "mode", "encoding", "newline"], "flags": [], "fullname": "numpy.DataSource.open", "name": "open", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["self", "path", "mode", "encoding", "newline"], "arg_types": ["numpy.DataSource", "builtins.str", "builtins.str", {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "open of DataSource", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.IO"}, "type_guard": null, "variables": []}}}}, "slots": null, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Dict": {".class": "SymbolTableNode", "cross_ref": "typing.Dict", "kind": "Gdef", "module_hidden": true, "module_public": false}, "ERR_CALL": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_final", "is_ready"], "fullname": "numpy.ERR_CALL", "name": "ERR_CALL", "type": "builtins.int"}}, "ERR_DEFAULT": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_final", "is_ready"], "fullname": "numpy.ERR_DEFAULT", "name": "ERR_DEFAULT", "type": "builtins.int"}}, "ERR_IGNORE": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_final", "is_ready"], "fullname": "numpy.ERR_IGNORE", "name": "ERR_IGNORE", "type": "builtins.int"}}, "ERR_LOG": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_final", "is_ready"], "fullname": "numpy.ERR_LOG", "name": "ERR_LOG", "type": "builtins.int"}}, "ERR_PRINT": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_final", "is_ready"], "fullname": "numpy.ERR_PRINT", "name": "ERR_PRINT", "type": "builtins.int"}}, "ERR_RAISE": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_final", "is_ready"], "fullname": "numpy.ERR_RAISE", "name": "ERR_RAISE", "type": "builtins.int"}}, "ERR_WARN": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_final", "is_ready"], "fullname": "numpy.ERR_WARN", "name": "ERR_WARN", "type": "builtins.int"}}, "FLOATING_POINT_SUPPORT": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_final", "is_ready"], "fullname": "numpy.FLOATING_POINT_SUPPORT", "name": "FLOATING_POINT_SUPPORT", "type": "builtins.int"}}, "FPE_DIVIDEBYZERO": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_final", "is_ready"], "fullname": "numpy.FPE_DIVIDEBYZERO", "name": "FPE_DIVIDEBYZERO", "type": "builtins.int"}}, "FPE_INVALID": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_final", "is_ready"], "fullname": "numpy.FPE_INVALID", "name": "FPE_INVALID", "type": "builtins.int"}}, "FPE_OVERFLOW": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_final", "is_ready"], "fullname": "numpy.FPE_OVERFLOW", "name": "FPE_OVERFLOW", "type": "builtins.int"}}, "FPE_UNDERFLOW": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_final", "is_ready"], "fullname": "numpy.FPE_UNDERFLOW", "name": "FPE_UNDERFLOW", "type": "builtins.int"}}, "False_": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_final", "is_ready"], "fullname": "numpy.False_", "name": "False_", "type": "numpy.bool_"}}, "Final": {".class": "SymbolTableNode", "cross_ref": "typing_extensions.Final", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Generic": {".class": "SymbolTableNode", "cross_ref": "typing.Generic", "kind": "Gdef", "module_hidden": true, "module_public": false}, "IO": {".class": "SymbolTableNode", "cross_ref": "typing.IO", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Inf": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_final", "is_ready"], "fullname": "numpy.Inf", "name": "Inf", "type": "builtins.float"}}, "Infinity": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_final", "is_ready"], "fullname": "numpy.Infinity", "name": "Infinity", "type": "builtins.float"}}, "Iterable": {".class": "SymbolTableNode", "cross_ref": "typing.Iterable", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Iterator": {".class": "SymbolTableNode", "cross_ref": "typing.Iterator", "kind": "Gdef", "module_hidden": true, "module_public": false}, "L": {".class": "SymbolTableNode", "cross_ref": "typing_extensions.Literal", "kind": "Gdef", "module_hidden": true, "module_public": false}, "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef", "module_hidden": true, "module_public": false}, "MAXDIMS": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_final", "is_ready"], "fullname": "numpy.MAXDIMS", "name": "MAXDIMS", "type": "builtins.int"}}, "MAY_SHARE_BOUNDS": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_final", "is_ready"], "fullname": "numpy.MAY_SHARE_BOUNDS", "name": "MAY_SHARE_BOUNDS", "type": "builtins.int"}}, "MAY_SHARE_EXACT": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_final", "is_ready"], "fullname": "numpy.MAY_SHARE_EXACT", "name": "MAY_SHARE_EXACT", "type": "builtins.int"}}, "MachAr": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "numpy.MachAr", "name": "MachAr", "type_vars": []}, "deletable_attributes": [], "flags": [], "fullname": "numpy.MachAr", "has_param_spec_type": false, "metaclass_type": null, "metadata": {}, "module_name": "numpy", "mro": ["numpy.MachAr", "builtins.object"], "names": {".class": "SymbolTable", "__getattr__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": [], "fullname": "numpy.MachAr.__getattr__", "name": "__getattr__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["numpy.MachAr", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__getattr__ of MachAr", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1, 1], "arg_names": ["self", "float_conv", "int_conv", "float_to_float", "float_to_str", "title"], "flags": [], "fullname": "numpy.MachAr.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1], "arg_names": ["self", "float_conv", "int_conv", "float_to_float", "float_to_str", "title"], "arg_types": ["numpy.MachAr", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__init__ of MachAr", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "slots": null, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "Mapping": {".class": "SymbolTableNode", "cross_ref": "typing.Mapping", "kind": "Gdef", "module_hidden": true, "module_public": false}, "ModuleDeprecationWarning": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.DeprecationWarning"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "numpy.ModuleDeprecationWarning", "name": "ModuleDeprecationWarning", "type_vars": []}, "deletable_attributes": [], "flags": [], "fullname": "numpy.ModuleDeprecationWarning", "has_param_spec_type": false, "metaclass_type": null, "metadata": {}, "module_name": "numpy", "mro": ["numpy.ModuleDeprecationWarning", "builtins.DeprecationWarning", "builtins.Warning", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "slots": null, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "NAN": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_final", "is_ready"], "fullname": "numpy.NAN", "name": "NAN", "type": "builtins.float"}}, "NBitBase": {".class": "SymbolTableNode", "cross_ref": "numpy.typing.NBitBase", "kind": "Gdef", "module_hidden": true, "module_public": false}, "NDArray": {".class": "SymbolTableNode", "cross_ref": "numpy.typing._generic_alias.NDArray", "kind": "Gdef", "module_hidden": true, "module_public": false}, "NINF": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_final", "is_ready"], "fullname": "numpy.NINF", "name": "NINF", "type": "builtins.float"}}, "NZERO": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_final", "is_ready"], "fullname": "numpy.NZERO", "name": "NZERO", "type": "builtins.float"}}, "NaN": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_final", "is_ready"], "fullname": "numpy.NaN", "name": "NaN", "type": "builtins.float"}}, "NoReturn": {".class": "SymbolTableNode", "cross_ref": "typing.NoReturn", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Optional": {".class": "SymbolTableNode", "cross_ref": "typing.Optional", "kind": "Gdef", "module_hidden": true, "module_public": false}, "PINF": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_final", "is_ready"], "fullname": "numpy.PINF", "name": "PINF", "type": "builtins.float"}}, "PZERO": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_final", "is_ready"], "fullname": "numpy.PZERO", "name": "PZERO", "type": "builtins.float"}}, "Protocol": {".class": "SymbolTableNode", "cross_ref": "typing_extensions.Protocol", "kind": "Gdef", "module_hidden": true, "module_public": false}, "RAISE": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_final", "is_ready"], "fullname": "numpy.RAISE", "name": "RAISE", "type": "builtins.int"}}, "RankWarning": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.UserWarning"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "numpy.RankWarning", "name": "RankWarning", "type_vars": []}, "deletable_attributes": [], "flags": [], "fullname": "numpy.RankWarning", "has_param_spec_type": false, "metaclass_type": null, "metadata": {}, "module_name": "numpy", "mro": ["numpy.RankWarning", "builtins.UserWarning", "builtins.Warning", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "slots": null, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "SHIFT_DIVIDEBYZERO": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_final", "is_ready"], "fullname": "numpy.SHIFT_DIVIDEBYZERO", "name": "SHIFT_DIVIDEBYZERO", "type": "builtins.int"}}, "SHIFT_INVALID": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_final", "is_ready"], "fullname": "numpy.SHIFT_INVALID", "name": "SHIFT_INVALID", "type": "builtins.int"}}, "SHIFT_OVERFLOW": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_final", "is_ready"], "fullname": "numpy.SHIFT_OVERFLOW", "name": "SHIFT_OVERFLOW", "type": "builtins.int"}}, "SHIFT_UNDERFLOW": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_final", "is_ready"], "fullname": "numpy.SHIFT_UNDERFLOW", "name": "SHIFT_UNDERFLOW", "type": "builtins.int"}}, "ScalarType": {".class": "SymbolTableNode", "cross_ref": "numpy.core.numerictypes.ScalarType", "kind": "Gdef", "module_public": false}, "Sequence": {".class": "SymbolTableNode", "cross_ref": "typing.Sequence", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Sized": {".class": "SymbolTableNode", "cross_ref": "typing.Sized", "kind": "Gdef", "module_hidden": true, "module_public": false}, "SupportsComplex": {".class": "SymbolTableNode", "cross_ref": "typing.SupportsComplex", "kind": "Gdef", "module_hidden": true, "module_public": false}, "SupportsFloat": {".class": "SymbolTableNode", "cross_ref": "typing.SupportsFloat", "kind": "Gdef", "module_hidden": true, "module_public": false}, "SupportsIndex": {".class": "SymbolTableNode", "cross_ref": "typing_extensions.SupportsIndex", "kind": "Gdef", "module_hidden": true, "module_public": false}, "SupportsInt": {".class": "SymbolTableNode", "cross_ref": "typing.SupportsInt", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Text": {".class": "SymbolTableNode", "cross_ref": "typing.Text", "kind": "Gdef", "module_hidden": true, "module_public": false}, "TooHardError": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.RuntimeError"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "numpy.TooHardError", "name": "TooHardError", "type_vars": []}, "deletable_attributes": [], "flags": [], "fullname": "numpy.TooHardError", "has_param_spec_type": false, "metaclass_type": null, "metadata": {}, "module_name": "numpy", "mro": ["numpy.TooHardError", "builtins.RuntimeError", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "slots": null, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "TracebackType": {".class": "SymbolTableNode", "cross_ref": "types.TracebackType", "kind": "Gdef", "module_hidden": true, "module_public": false}, "True_": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_final", "is_ready"], "fullname": "numpy.True_", "name": "True_", "type": "numpy.bool_"}}, "Tuple": {".class": "SymbolTableNode", "cross_ref": "typing.Tuple", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Type": {".class": "SymbolTableNode", "cross_ref": "typing.Type", "kind": "Gdef", "module_hidden": true, "module_public": false}, "TypeVar": {".class": "SymbolTableNode", "cross_ref": "typing.TypeVar", "kind": "Gdef", "module_hidden": true, "module_public": false}, "UFUNC_BUFSIZE_DEFAULT": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_final", "is_ready"], "fullname": "numpy.UFUNC_BUFSIZE_DEFAULT", "name": "UFUNC_BUFSIZE_DEFAULT", "type": "builtins.int"}}, "UFUNC_PYVALS_NAME": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_final", "is_ready"], "fullname": "numpy.UFUNC_PYVALS_NAME", "name": "UFUNC_PYVALS_NAME", "type": "builtins.str"}}, "Union": {".class": "SymbolTableNode", "cross_ref": "typing.Union", "kind": "Gdef", "module_hidden": true, "module_public": false}, "VisibleDeprecationWarning": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.UserWarning"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "numpy.VisibleDeprecationWarning", "name": "VisibleDeprecationWarning", "type_vars": []}, "deletable_attributes": [], "flags": [], "fullname": "numpy.VisibleDeprecationWarning", "has_param_spec_type": false, "metaclass_type": null, "metadata": {}, "module_name": "numpy", "mro": ["numpy.VisibleDeprecationWarning", "builtins.UserWarning", "builtins.Warning", "builtins.Exception", "builtins.BaseException", "builtins.object"], "names": {".class": "SymbolTable"}, "slots": null, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "WRAP": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_final", "is_ready"], "fullname": "numpy.WRAP", "name": "WRAP", "type": "builtins.int"}}, "_128Bit": {".class": "SymbolTableNode", "cross_ref": "numpy.typing._128Bit", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_16Bit": {".class": "SymbolTableNode", "cross_ref": "numpy.typing._16Bit", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_256Bit": {".class": "SymbolTableNode", "cross_ref": "numpy.typing._256Bit", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_2Tuple": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeAlias", "alias_tvars": ["_T"], "column": 0, "fullname": "numpy._2Tuple", "line": 1644, "no_args": false, "normalized": false, "target": {".class": "TupleType", "implicit": false, "items": [{".class": "UnboundType", "args": [], "expr": null, "expr_fallback": null, "name": "_T"}, {".class": "UnboundType", "args": [], "expr": null, "expr_fallback": null, "name": "_T"}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}}}, "_32Bit": {".class": "SymbolTableNode", "cross_ref": "numpy.typing._32Bit", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_64Bit": {".class": "SymbolTableNode", "cross_ref": "numpy.typing._64Bit", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_80Bit": {".class": "SymbolTableNode", "cross_ref": "numpy.typing._80Bit", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_8Bit": {".class": "SymbolTableNode", "cross_ref": "numpy.typing._8Bit", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_96Bit": {".class": "SymbolTableNode", "cross_ref": "numpy.typing._96Bit", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_ArrayComplex_co": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "numpy._ArrayComplex_co", "line": 1656, "no_args": false, "normalized": false, "target": {".class": "TypeAliasType", "args": [{".class": "UnionType", "items": ["numpy.bool_", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "numpy.integer"}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "numpy.floating"}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "numpy.complexfloating"}]}], "type_ref": "numpy.typing._generic_alias.NDArray"}}}, "_ArrayFloat_co": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "numpy._ArrayFloat_co", "line": 1655, "no_args": false, "normalized": false, "target": {".class": "TypeAliasType", "args": [{".class": "UnionType", "items": ["numpy.bool_", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "numpy.integer"}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "numpy.floating"}]}], "type_ref": "numpy.typing._generic_alias.NDArray"}}}, "_ArrayInt_co": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "numpy._ArrayInt_co", "line": 1654, "no_args": false, "normalized": false, "target": {".class": "TypeAliasType", "args": [{".class": "UnionType", "items": ["numpy.bool_", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "numpy.integer"}]}], "type_ref": "numpy.typing._generic_alias.NDArray"}}}, "_ArrayLikeBool_co": {".class": "SymbolTableNode", "cross_ref": "numpy.typing._array_like._ArrayLikeBool_co", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_ArrayLikeComplex_co": {".class": "SymbolTableNode", "cross_ref": "numpy.typing._array_like._ArrayLikeComplex_co", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_ArrayLikeDT64_co": {".class": "SymbolTableNode", "cross_ref": "numpy.typing._array_like._ArrayLikeDT64_co", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_ArrayLikeFloat_co": {".class": "SymbolTableNode", "cross_ref": "numpy.typing._array_like._ArrayLikeFloat_co", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_ArrayLikeInt": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "numpy._ArrayLikeInt", "line": 1190, "no_args": false, "normalized": false, "target": {".class": "UnionType", "items": ["builtins.int", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.integer"}, {".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.int", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.integer"}]}], "type_ref": "typing.Sequence"}, {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Sequence"}], "type_ref": "typing.Sequence"}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.ndarray"}]}}}, "_ArrayLikeInt_co": {".class": "SymbolTableNode", "cross_ref": "numpy.typing._array_like._ArrayLikeInt_co", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_ArrayLikeNumber_co": {".class": "SymbolTableNode", "cross_ref": "numpy.typing._array_like._ArrayLikeNumber_co", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_ArrayLikeObject_co": {".class": "SymbolTableNode", "cross_ref": "numpy.typing._array_like._ArrayLikeObject_co", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_ArrayLikeTD64_co": {".class": "SymbolTableNode", "cross_ref": "numpy.typing._array_like._ArrayLikeTD64_co", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_ArrayLikeUInt_co": {".class": "SymbolTableNode", "cross_ref": "numpy.typing._array_like._ArrayLikeUInt_co", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_ArrayNumber_co": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "numpy._ArrayNumber_co", "line": 1657, "no_args": false, "normalized": false, "target": {".class": "TypeAliasType", "args": [{".class": "UnionType", "items": ["numpy.bool_", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "numpy.number"}]}], "type_ref": "numpy.typing._generic_alias.NDArray"}}}, "_ArrayOrScalarCommon": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "numpy._ArrayOrScalarCommon", "name": "_ArrayOrScalarCommon", "type_vars": []}, "deletable_attributes": [], "flags": [], "fullname": "numpy._ArrayOrScalarCommon", "has_param_spec_type": false, "metaclass_type": null, "metadata": {}, "module_name": "numpy", "mro": ["numpy._ArrayOrScalarCommon", "builtins.object"], "names": {".class": "SymbolTable", "T": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "numpy._ArrayOrScalarCommon.T", "name": "T", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "namespace": "", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "T of _ArrayOrScalarCommon", "ret_type": {".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "namespace": "", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "namespace": "", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}]}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "T", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "namespace": "", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "T of _ArrayOrScalarCommon", "ret_type": {".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "namespace": "", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "namespace": "", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}]}}}}, "__array_interface__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "numpy._ArrayOrScalarCommon.__array_interface__", "name": "__array_interface__", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "__array_interface__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy._ArrayOrScalarCommon"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": true, "is_ellipsis_args": false, "name": "__array_interface__ of _ArrayOrScalarCommon", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "__array_priority__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "numpy._ArrayOrScalarCommon.__array_priority__", "name": "__array_priority__", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "__array_priority__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy._ArrayOrScalarCommon"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": true, "is_ellipsis_args": false, "name": "__array_priority__ of _ArrayOrScalarCommon", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "__array_struct__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "numpy._ArrayOrScalarCommon.__array_struct__", "name": "__array_struct__", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "__array_struct__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy._ArrayOrScalarCommon"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": true, "is_ellipsis_args": false, "name": "__array_struct__ of _ArrayOrScalarCommon", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "__array_wrap__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["array", "context"], "flags": [], "fullname": "numpy._ArrayOrScalarCommon.__array_wrap__", "name": "__array_wrap__", "type": null}}, "__bool__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy._ArrayOrScalarCommon.__bool__", "name": "__bool__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy._ArrayOrScalarCommon"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__bool__ of _ArrayOrScalarCommon", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__bytes__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy._ArrayOrScalarCommon.__bytes__", "name": "__bytes__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy._ArrayOrScalarCommon"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__bytes__ of _ArrayOrScalarCommon", "ret_type": "builtins.bytes", "type_guard": null, "variables": []}}}, "__copy__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy._ArrayOrScalarCommon.__copy__", "name": "__copy__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "namespace": "", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__copy__ of _ArrayOrScalarCommon", "ret_type": {".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "namespace": "", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "namespace": "", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}]}}}, "__deepcopy__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", null], "flags": [], "fullname": "numpy._ArrayOrScalarCommon.__deepcopy__", "name": "__deepcopy__", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", null], "arg_types": [{".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "namespace": "", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}, {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "builtins.dict"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__deepcopy__ of _ArrayOrScalarCommon", "ret_type": {".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "namespace": "", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "namespace": "", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}]}}}, "__eq__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": [], "fullname": "numpy._ArrayOrScalarCommon.__eq__", "name": "__eq__", "type": null}}, "__getitem__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": [], "fullname": "numpy._ArrayOrScalarCommon.__getitem__", "name": "__getitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["numpy._ArrayOrScalarCommon", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__getitem__ of _ArrayOrScalarCommon", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "__ne__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": [], "fullname": "numpy._ArrayOrScalarCommon.__ne__", "name": "__ne__", "type": null}}, "__repr__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": [null], "flags": [], "fullname": "numpy._ArrayOrScalarCommon.__repr__", "name": "__repr__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["numpy._ArrayOrScalarCommon"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__repr__ of _ArrayOrScalarCommon", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "__setstate__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", null], "flags": [], "fullname": "numpy._ArrayOrScalarCommon.__setstate__", "name": "__setstate__", "type": null}}, "__str__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": [null], "flags": [], "fullname": "numpy._ArrayOrScalarCommon.__str__", "name": "__str__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["numpy._ArrayOrScalarCommon"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__str__ of _ArrayOrScalarCommon", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "all": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "numpy._ArrayOrScalarCommon.all", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "axis", "out", "keepdims"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy._ArrayOrScalarCommon.all", "name": "all", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "axis", "out", "keepdims"], "arg_types": ["numpy._ArrayOrScalarCommon", {".class": "NoneType"}, {".class": "NoneType"}, {".class": "LiteralType", "fallback": "builtins.bool", "value": false}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "all of _ArrayOrScalarCommon", "ret_type": "numpy.bool_", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "all", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "axis", "out", "keepdims"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy._ArrayOrScalarCommon.all", "name": "all", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "axis", "out", "keepdims"], "arg_types": ["numpy._ArrayOrScalarCommon", {".class": "UnionType", "items": ["typing_extensions.SupportsIndex", {".class": "Instance", "args": ["typing_extensions.SupportsIndex"], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "NoneType"}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "all of _ArrayOrScalarCommon", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "all", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "axis", "out", "keepdims"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy._ArrayOrScalarCommon.all", "name": "all", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "axis", "out", "keepdims"], "arg_types": ["numpy._ArrayOrScalarCommon", {".class": "UnionType", "items": ["typing_extensions.SupportsIndex", {".class": "Instance", "args": ["typing_extensions.SupportsIndex"], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.ndarray"}, "values": [], "variance": 0}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "all of _ArrayOrScalarCommon", "ret_type": {".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.ndarray"}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.ndarray"}, "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "all", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "axis", "out", "keepdims"], "arg_types": ["numpy._ArrayOrScalarCommon", {".class": "NoneType"}, {".class": "NoneType"}, {".class": "LiteralType", "fallback": "builtins.bool", "value": false}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "all of _ArrayOrScalarCommon", "ret_type": "numpy.bool_", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "axis", "out", "keepdims"], "arg_types": ["numpy._ArrayOrScalarCommon", {".class": "UnionType", "items": ["typing_extensions.SupportsIndex", {".class": "Instance", "args": ["typing_extensions.SupportsIndex"], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "NoneType"}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "all of _ArrayOrScalarCommon", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "axis", "out", "keepdims"], "arg_types": ["numpy._ArrayOrScalarCommon", {".class": "UnionType", "items": ["typing_extensions.SupportsIndex", {".class": "Instance", "args": ["typing_extensions.SupportsIndex"], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.ndarray"}, "values": [], "variance": 0}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "all of _ArrayOrScalarCommon", "ret_type": {".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.ndarray"}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.ndarray"}, "values": [], "variance": 0}]}]}}}, "any": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "numpy._ArrayOrScalarCommon.any", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "axis", "out", "keepdims"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy._ArrayOrScalarCommon.any", "name": "any", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "axis", "out", "keepdims"], "arg_types": ["numpy._ArrayOrScalarCommon", {".class": "NoneType"}, {".class": "NoneType"}, {".class": "LiteralType", "fallback": "builtins.bool", "value": false}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "any of _ArrayOrScalarCommon", "ret_type": "numpy.bool_", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "any", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "axis", "out", "keepdims"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy._ArrayOrScalarCommon.any", "name": "any", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "axis", "out", "keepdims"], "arg_types": ["numpy._ArrayOrScalarCommon", {".class": "UnionType", "items": ["typing_extensions.SupportsIndex", {".class": "Instance", "args": ["typing_extensions.SupportsIndex"], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "NoneType"}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "any of _ArrayOrScalarCommon", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "any", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "axis", "out", "keepdims"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy._ArrayOrScalarCommon.any", "name": "any", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "axis", "out", "keepdims"], "arg_types": ["numpy._ArrayOrScalarCommon", {".class": "UnionType", "items": ["typing_extensions.SupportsIndex", {".class": "Instance", "args": ["typing_extensions.SupportsIndex"], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.ndarray"}, "values": [], "variance": 0}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "any of _ArrayOrScalarCommon", "ret_type": {".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.ndarray"}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.ndarray"}, "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "any", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "axis", "out", "keepdims"], "arg_types": ["numpy._ArrayOrScalarCommon", {".class": "NoneType"}, {".class": "NoneType"}, {".class": "LiteralType", "fallback": "builtins.bool", "value": false}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "any of _ArrayOrScalarCommon", "ret_type": "numpy.bool_", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "axis", "out", "keepdims"], "arg_types": ["numpy._ArrayOrScalarCommon", {".class": "UnionType", "items": ["typing_extensions.SupportsIndex", {".class": "Instance", "args": ["typing_extensions.SupportsIndex"], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "NoneType"}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "any of _ArrayOrScalarCommon", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "axis", "out", "keepdims"], "arg_types": ["numpy._ArrayOrScalarCommon", {".class": "UnionType", "items": ["typing_extensions.SupportsIndex", {".class": "Instance", "args": ["typing_extensions.SupportsIndex"], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.ndarray"}, "values": [], "variance": 0}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "any of _ArrayOrScalarCommon", "ret_type": {".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.ndarray"}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.ndarray"}, "values": [], "variance": 0}]}]}}}, "argmax": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "numpy._ArrayOrScalarCommon.argmax", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["self", "axis", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy._ArrayOrScalarCommon.argmax", "name": "argmax", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["self", "axis", "out"], "arg_types": ["numpy._ArrayOrScalarCommon", {".class": "NoneType"}, {".class": "NoneType"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "argmax of _ArrayOrScalarCommon", "ret_type": {".class": "TypeAliasType", "args": [], "type_ref": "numpy.intp"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "argmax", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["self", "axis", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy._ArrayOrScalarCommon.argmax", "name": "argmax", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["self", "axis", "out"], "arg_types": ["numpy._ArrayOrScalarCommon", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._shape._ShapeLike"}, {".class": "NoneType"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "argmax of _ArrayOrScalarCommon", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "argmax", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["self", "axis", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy._ArrayOrScalarCommon.argmax", "name": "argmax", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["self", "axis", "out"], "arg_types": ["numpy._ArrayOrScalarCommon", {".class": "UnionType", "items": ["typing_extensions.SupportsIndex", {".class": "Instance", "args": ["typing_extensions.SupportsIndex"], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.ndarray"}, "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "argmax of _ArrayOrScalarCommon", "ret_type": {".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.ndarray"}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.ndarray"}, "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "argmax", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["self", "axis", "out"], "arg_types": ["numpy._ArrayOrScalarCommon", {".class": "NoneType"}, {".class": "NoneType"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "argmax of _ArrayOrScalarCommon", "ret_type": {".class": "TypeAliasType", "args": [], "type_ref": "numpy.intp"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["self", "axis", "out"], "arg_types": ["numpy._ArrayOrScalarCommon", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._shape._ShapeLike"}, {".class": "NoneType"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "argmax of _ArrayOrScalarCommon", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["self", "axis", "out"], "arg_types": ["numpy._ArrayOrScalarCommon", {".class": "UnionType", "items": ["typing_extensions.SupportsIndex", {".class": "Instance", "args": ["typing_extensions.SupportsIndex"], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.ndarray"}, "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "argmax of _ArrayOrScalarCommon", "ret_type": {".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.ndarray"}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.ndarray"}, "values": [], "variance": 0}]}]}}}, "argmin": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "numpy._ArrayOrScalarCommon.argmin", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["self", "axis", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy._ArrayOrScalarCommon.argmin", "name": "argmin", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["self", "axis", "out"], "arg_types": ["numpy._ArrayOrScalarCommon", {".class": "NoneType"}, {".class": "NoneType"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "argmin of _ArrayOrScalarCommon", "ret_type": {".class": "TypeAliasType", "args": [], "type_ref": "numpy.intp"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "argmin", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["self", "axis", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy._ArrayOrScalarCommon.argmin", "name": "argmin", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["self", "axis", "out"], "arg_types": ["numpy._ArrayOrScalarCommon", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._shape._ShapeLike"}, {".class": "NoneType"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "argmin of _ArrayOrScalarCommon", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "argmin", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["self", "axis", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy._ArrayOrScalarCommon.argmin", "name": "argmin", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["self", "axis", "out"], "arg_types": ["numpy._ArrayOrScalarCommon", {".class": "UnionType", "items": ["typing_extensions.SupportsIndex", {".class": "Instance", "args": ["typing_extensions.SupportsIndex"], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.ndarray"}, "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "argmin of _ArrayOrScalarCommon", "ret_type": {".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.ndarray"}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.ndarray"}, "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "argmin", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["self", "axis", "out"], "arg_types": ["numpy._ArrayOrScalarCommon", {".class": "NoneType"}, {".class": "NoneType"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "argmin of _ArrayOrScalarCommon", "ret_type": {".class": "TypeAliasType", "args": [], "type_ref": "numpy.intp"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["self", "axis", "out"], "arg_types": ["numpy._ArrayOrScalarCommon", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._shape._ShapeLike"}, {".class": "NoneType"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "argmin of _ArrayOrScalarCommon", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["self", "axis", "out"], "arg_types": ["numpy._ArrayOrScalarCommon", {".class": "UnionType", "items": ["typing_extensions.SupportsIndex", {".class": "Instance", "args": ["typing_extensions.SupportsIndex"], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.ndarray"}, "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "argmin of _ArrayOrScalarCommon", "ret_type": {".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.ndarray"}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.ndarray"}, "values": [], "variance": 0}]}]}}}, "argsort": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "axis", "kind", "order"], "flags": [], "fullname": "numpy._ArrayOrScalarCommon.argsort", "name": "argsort", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "axis", "kind", "order"], "arg_types": ["numpy._ArrayOrScalarCommon", {".class": "UnionType", "items": ["typing_extensions.SupportsIndex", {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.str", "value": "quicksort"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "mergesort"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "heapsort"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "stable"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "NoneType"}, "builtins.str", {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Sequence"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "argsort of _ArrayOrScalarCommon", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.ndarray"}, "type_guard": null, "variables": []}}}, "choose": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "numpy._ArrayOrScalarCommon.choose", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "choices", "out", "mode"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy._ArrayOrScalarCommon.choose", "name": "choose", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "choices", "out", "mode"], "arg_types": ["numpy._ArrayOrScalarCommon", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}, {".class": "NoneType"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy._ModeKind"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "choose of _ArrayOrScalarCommon", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.ndarray"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "choose", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "choices", "out", "mode"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy._ArrayOrScalarCommon.choose", "name": "choose", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "choices", "out", "mode"], "arg_types": ["numpy._ArrayOrScalarCommon", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}, {".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.ndarray"}, "values": [], "variance": 0}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy._ModeKind"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "choose of _ArrayOrScalarCommon", "ret_type": {".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.ndarray"}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.ndarray"}, "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "choose", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "choices", "out", "mode"], "arg_types": ["numpy._ArrayOrScalarCommon", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}, {".class": "NoneType"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy._ModeKind"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "choose of _ArrayOrScalarCommon", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.ndarray"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "choices", "out", "mode"], "arg_types": ["numpy._ArrayOrScalarCommon", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}, {".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.ndarray"}, "values": [], "variance": 0}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy._ModeKind"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "choose of _ArrayOrScalarCommon", "ret_type": {".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.ndarray"}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.ndarray"}, "values": [], "variance": 0}]}]}}}, "clip": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "numpy._ArrayOrScalarCommon.clip", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 4], "arg_names": ["self", "min", "max", "out", "kwargs"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy._ArrayOrScalarCommon.clip", "name": "clip", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 4], "arg_names": ["self", "min", "max", "out", "kwargs"], "arg_types": ["numpy._ArrayOrScalarCommon", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}, {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Sequence"}], "type_ref": "typing.Sequence"}], "type_ref": "typing.Sequence"}], "type_ref": "typing.Sequence"}], "type_ref": "typing.Sequence"}, {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.dtype"}], "type_ref": "numpy.typing._array_like._SupportsArray"}, {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.dtype"}], "type_ref": "numpy.typing._array_like._SupportsArray"}], "type_ref": "typing.Sequence"}, {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.dtype"}], "type_ref": "numpy.typing._array_like._SupportsArray"}], "type_ref": "typing.Sequence"}], "type_ref": "typing.Sequence"}, {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.dtype"}], "type_ref": "numpy.typing._array_like._SupportsArray"}], "type_ref": "typing.Sequence"}], "type_ref": "typing.Sequence"}], "type_ref": "typing.Sequence"}, {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.dtype"}], "type_ref": "numpy.typing._array_like._SupportsArray"}], "type_ref": "typing.Sequence"}], "type_ref": "typing.Sequence"}], "type_ref": "typing.Sequence"}], "type_ref": "typing.Sequence"}, "builtins.bool", "builtins.int", "builtins.float", "builtins.complex", "builtins.str", "builtins.bytes", {".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.bool", "builtins.int", "builtins.float", "builtins.complex", "builtins.str", "builtins.bytes"]}], "type_ref": "typing.Sequence"}, {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.bool", "builtins.int", "builtins.float", "builtins.complex", "builtins.str", "builtins.bytes"]}], "type_ref": "typing.Sequence"}], "type_ref": "typing.Sequence"}, {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.bool", "builtins.int", "builtins.float", "builtins.complex", "builtins.str", "builtins.bytes"]}], "type_ref": "typing.Sequence"}], "type_ref": "typing.Sequence"}], "type_ref": "typing.Sequence"}, {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.bool", "builtins.int", "builtins.float", "builtins.complex", "builtins.str", "builtins.bytes"]}], "type_ref": "typing.Sequence"}], "type_ref": "typing.Sequence"}], "type_ref": "typing.Sequence"}], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "NoneType"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "clip of _ArrayOrScalarCommon", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.ndarray"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "clip", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 4], "arg_names": ["self", "min", "max", "out", "kwargs"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy._ArrayOrScalarCommon.clip", "name": "clip", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 4], "arg_names": ["self", "min", "max", "out", "kwargs"], "arg_types": ["numpy._ArrayOrScalarCommon", {".class": "NoneType"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}, {".class": "NoneType"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "clip of _ArrayOrScalarCommon", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.ndarray"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "clip", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 4], "arg_names": ["self", "min", "max", "out", "kwargs"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy._ArrayOrScalarCommon.clip", "name": "clip", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 4], "arg_names": ["self", "min", "max", "out", "kwargs"], "arg_types": ["numpy._ArrayOrScalarCommon", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}, {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Sequence"}], "type_ref": "typing.Sequence"}], "type_ref": "typing.Sequence"}], "type_ref": "typing.Sequence"}], "type_ref": "typing.Sequence"}, {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.dtype"}], "type_ref": "numpy.typing._array_like._SupportsArray"}, {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.dtype"}], "type_ref": "numpy.typing._array_like._SupportsArray"}], "type_ref": "typing.Sequence"}, {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.dtype"}], "type_ref": "numpy.typing._array_like._SupportsArray"}], "type_ref": "typing.Sequence"}], "type_ref": "typing.Sequence"}, {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.dtype"}], "type_ref": "numpy.typing._array_like._SupportsArray"}], "type_ref": "typing.Sequence"}], "type_ref": "typing.Sequence"}], "type_ref": "typing.Sequence"}, {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.dtype"}], "type_ref": "numpy.typing._array_like._SupportsArray"}], "type_ref": "typing.Sequence"}], "type_ref": "typing.Sequence"}], "type_ref": "typing.Sequence"}], "type_ref": "typing.Sequence"}, "builtins.bool", "builtins.int", "builtins.float", "builtins.complex", "builtins.str", "builtins.bytes", {".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.bool", "builtins.int", "builtins.float", "builtins.complex", "builtins.str", "builtins.bytes"]}], "type_ref": "typing.Sequence"}, {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.bool", "builtins.int", "builtins.float", "builtins.complex", "builtins.str", "builtins.bytes"]}], "type_ref": "typing.Sequence"}], "type_ref": "typing.Sequence"}, {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.bool", "builtins.int", "builtins.float", "builtins.complex", "builtins.str", "builtins.bytes"]}], "type_ref": "typing.Sequence"}], "type_ref": "typing.Sequence"}], "type_ref": "typing.Sequence"}, {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.bool", "builtins.int", "builtins.float", "builtins.complex", "builtins.str", "builtins.bytes"]}], "type_ref": "typing.Sequence"}], "type_ref": "typing.Sequence"}], "type_ref": "typing.Sequence"}], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.ndarray"}, "values": [], "variance": 0}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "clip of _ArrayOrScalarCommon", "ret_type": {".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.ndarray"}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.ndarray"}, "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "clip", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 4], "arg_names": ["self", "min", "max", "out", "kwargs"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy._ArrayOrScalarCommon.clip", "name": "clip", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 4], "arg_names": ["self", "min", "max", "out", "kwargs"], "arg_types": ["numpy._ArrayOrScalarCommon", {".class": "NoneType"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}, {".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.ndarray"}, "values": [], "variance": 0}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "clip of _ArrayOrScalarCommon", "ret_type": {".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.ndarray"}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.ndarray"}, "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "clip", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 4], "arg_names": ["self", "min", "max", "out", "kwargs"], "arg_types": ["numpy._ArrayOrScalarCommon", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}, {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Sequence"}], "type_ref": "typing.Sequence"}], "type_ref": "typing.Sequence"}], "type_ref": "typing.Sequence"}], "type_ref": "typing.Sequence"}, {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.dtype"}], "type_ref": "numpy.typing._array_like._SupportsArray"}, {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.dtype"}], "type_ref": "numpy.typing._array_like._SupportsArray"}], "type_ref": "typing.Sequence"}, {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.dtype"}], "type_ref": "numpy.typing._array_like._SupportsArray"}], "type_ref": "typing.Sequence"}], "type_ref": "typing.Sequence"}, {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.dtype"}], "type_ref": "numpy.typing._array_like._SupportsArray"}], "type_ref": "typing.Sequence"}], "type_ref": "typing.Sequence"}], "type_ref": "typing.Sequence"}, {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.dtype"}], "type_ref": "numpy.typing._array_like._SupportsArray"}], "type_ref": "typing.Sequence"}], "type_ref": "typing.Sequence"}], "type_ref": "typing.Sequence"}], "type_ref": "typing.Sequence"}, "builtins.bool", "builtins.int", "builtins.float", "builtins.complex", "builtins.str", "builtins.bytes", {".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.bool", "builtins.int", "builtins.float", "builtins.complex", "builtins.str", "builtins.bytes"]}], "type_ref": "typing.Sequence"}, {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.bool", "builtins.int", "builtins.float", "builtins.complex", "builtins.str", "builtins.bytes"]}], "type_ref": "typing.Sequence"}], "type_ref": "typing.Sequence"}, {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.bool", "builtins.int", "builtins.float", "builtins.complex", "builtins.str", "builtins.bytes"]}], "type_ref": "typing.Sequence"}], "type_ref": "typing.Sequence"}], "type_ref": "typing.Sequence"}, {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.bool", "builtins.int", "builtins.float", "builtins.complex", "builtins.str", "builtins.bytes"]}], "type_ref": "typing.Sequence"}], "type_ref": "typing.Sequence"}], "type_ref": "typing.Sequence"}], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "NoneType"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "clip of _ArrayOrScalarCommon", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.ndarray"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 4], "arg_names": ["self", "min", "max", "out", "kwargs"], "arg_types": ["numpy._ArrayOrScalarCommon", {".class": "NoneType"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}, {".class": "NoneType"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "clip of _ArrayOrScalarCommon", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.ndarray"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 4], "arg_names": ["self", "min", "max", "out", "kwargs"], "arg_types": ["numpy._ArrayOrScalarCommon", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}, {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "typing.Sequence"}], "type_ref": "typing.Sequence"}], "type_ref": "typing.Sequence"}], "type_ref": "typing.Sequence"}], "type_ref": "typing.Sequence"}, {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.dtype"}], "type_ref": "numpy.typing._array_like._SupportsArray"}, {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.dtype"}], "type_ref": "numpy.typing._array_like._SupportsArray"}], "type_ref": "typing.Sequence"}, {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.dtype"}], "type_ref": "numpy.typing._array_like._SupportsArray"}], "type_ref": "typing.Sequence"}], "type_ref": "typing.Sequence"}, {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.dtype"}], "type_ref": "numpy.typing._array_like._SupportsArray"}], "type_ref": "typing.Sequence"}], "type_ref": "typing.Sequence"}], "type_ref": "typing.Sequence"}, {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.dtype"}], "type_ref": "numpy.typing._array_like._SupportsArray"}], "type_ref": "typing.Sequence"}], "type_ref": "typing.Sequence"}], "type_ref": "typing.Sequence"}], "type_ref": "typing.Sequence"}, "builtins.bool", "builtins.int", "builtins.float", "builtins.complex", "builtins.str", "builtins.bytes", {".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.bool", "builtins.int", "builtins.float", "builtins.complex", "builtins.str", "builtins.bytes"]}], "type_ref": "typing.Sequence"}, {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.bool", "builtins.int", "builtins.float", "builtins.complex", "builtins.str", "builtins.bytes"]}], "type_ref": "typing.Sequence"}], "type_ref": "typing.Sequence"}, {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.bool", "builtins.int", "builtins.float", "builtins.complex", "builtins.str", "builtins.bytes"]}], "type_ref": "typing.Sequence"}], "type_ref": "typing.Sequence"}], "type_ref": "typing.Sequence"}, {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.bool", "builtins.int", "builtins.float", "builtins.complex", "builtins.str", "builtins.bytes"]}], "type_ref": "typing.Sequence"}], "type_ref": "typing.Sequence"}], "type_ref": "typing.Sequence"}], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.ndarray"}, "values": [], "variance": 0}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "clip of _ArrayOrScalarCommon", "ret_type": {".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.ndarray"}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.ndarray"}, "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 4], "arg_names": ["self", "min", "max", "out", "kwargs"], "arg_types": ["numpy._ArrayOrScalarCommon", {".class": "NoneType"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}, {".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.ndarray"}, "values": [], "variance": 0}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "clip of _ArrayOrScalarCommon", "ret_type": {".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.ndarray"}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.ndarray"}, "values": [], "variance": 0}]}]}}}, "compress": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "numpy._ArrayOrScalarCommon.compress", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "a", "axis", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy._ArrayOrScalarCommon.compress", "name": "compress", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "a", "axis", "out"], "arg_types": ["numpy._ArrayOrScalarCommon", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}, {".class": "UnionType", "items": ["typing_extensions.SupportsIndex", {".class": "NoneType"}]}, {".class": "NoneType"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "compress of _ArrayOrScalarCommon", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.ndarray"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "compress", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "a", "axis", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy._ArrayOrScalarCommon.compress", "name": "compress", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "a", "axis", "out"], "arg_types": ["numpy._ArrayOrScalarCommon", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}, {".class": "UnionType", "items": ["typing_extensions.SupportsIndex", {".class": "NoneType"}]}, {".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.ndarray"}, "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "compress of _ArrayOrScalarCommon", "ret_type": {".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.ndarray"}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.ndarray"}, "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "compress", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "a", "axis", "out"], "arg_types": ["numpy._ArrayOrScalarCommon", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}, {".class": "UnionType", "items": ["typing_extensions.SupportsIndex", {".class": "NoneType"}]}, {".class": "NoneType"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "compress of _ArrayOrScalarCommon", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.ndarray"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "a", "axis", "out"], "arg_types": ["numpy._ArrayOrScalarCommon", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}, {".class": "UnionType", "items": ["typing_extensions.SupportsIndex", {".class": "NoneType"}]}, {".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.ndarray"}, "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "compress of _ArrayOrScalarCommon", "ret_type": {".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.ndarray"}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.ndarray"}, "values": [], "variance": 0}]}]}}}, "conj": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy._ArrayOrScalarCommon.conj", "name": "conj", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "namespace": "", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "conj of _ArrayOrScalarCommon", "ret_type": {".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "namespace": "", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "namespace": "", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}]}}}, "conjugate": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy._ArrayOrScalarCommon.conjugate", "name": "conjugate", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "namespace": "", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "conjugate of _ArrayOrScalarCommon", "ret_type": {".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "namespace": "", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "namespace": "", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}]}}}, "copy": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "order"], "flags": [], "fullname": "numpy._ArrayOrScalarCommon.copy", "name": "copy", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "order"], "arg_types": [{".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "namespace": "", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy._OrderKACF"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "copy of _ArrayOrScalarCommon", "ret_type": {".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "namespace": "", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "namespace": "", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}]}}}, "cumprod": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "numpy._ArrayOrScalarCommon.cumprod", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "axis", "dtype", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy._ArrayOrScalarCommon.cumprod", "name": "cumprod", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "axis", "dtype", "out"], "arg_types": ["numpy._ArrayOrScalarCommon", {".class": "UnionType", "items": ["typing_extensions.SupportsIndex", {".class": "NoneType"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._dtype_like.DTypeLike"}, {".class": "NoneType"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "cumprod of _ArrayOrScalarCommon", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.ndarray"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "cumprod", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "axis", "dtype", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy._ArrayOrScalarCommon.cumprod", "name": "cumprod", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "axis", "dtype", "out"], "arg_types": ["numpy._ArrayOrScalarCommon", {".class": "UnionType", "items": ["typing_extensions.SupportsIndex", {".class": "NoneType"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._dtype_like.DTypeLike"}, {".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.ndarray"}, "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "cumprod of _ArrayOrScalarCommon", "ret_type": {".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.ndarray"}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.ndarray"}, "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "cumprod", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "axis", "dtype", "out"], "arg_types": ["numpy._ArrayOrScalarCommon", {".class": "UnionType", "items": ["typing_extensions.SupportsIndex", {".class": "NoneType"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._dtype_like.DTypeLike"}, {".class": "NoneType"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "cumprod of _ArrayOrScalarCommon", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.ndarray"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "axis", "dtype", "out"], "arg_types": ["numpy._ArrayOrScalarCommon", {".class": "UnionType", "items": ["typing_extensions.SupportsIndex", {".class": "NoneType"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._dtype_like.DTypeLike"}, {".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.ndarray"}, "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "cumprod of _ArrayOrScalarCommon", "ret_type": {".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.ndarray"}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.ndarray"}, "values": [], "variance": 0}]}]}}}, "cumsum": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "numpy._ArrayOrScalarCommon.cumsum", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "axis", "dtype", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy._ArrayOrScalarCommon.cumsum", "name": "cumsum", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "axis", "dtype", "out"], "arg_types": ["numpy._ArrayOrScalarCommon", {".class": "UnionType", "items": ["typing_extensions.SupportsIndex", {".class": "NoneType"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._dtype_like.DTypeLike"}, {".class": "NoneType"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "cumsum of _ArrayOrScalarCommon", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.ndarray"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "cumsum", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "axis", "dtype", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy._ArrayOrScalarCommon.cumsum", "name": "cumsum", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "axis", "dtype", "out"], "arg_types": ["numpy._ArrayOrScalarCommon", {".class": "UnionType", "items": ["typing_extensions.SupportsIndex", {".class": "NoneType"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._dtype_like.DTypeLike"}, {".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.ndarray"}, "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "cumsum of _ArrayOrScalarCommon", "ret_type": {".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.ndarray"}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.ndarray"}, "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "cumsum", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "axis", "dtype", "out"], "arg_types": ["numpy._ArrayOrScalarCommon", {".class": "UnionType", "items": ["typing_extensions.SupportsIndex", {".class": "NoneType"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._dtype_like.DTypeLike"}, {".class": "NoneType"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "cumsum of _ArrayOrScalarCommon", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.ndarray"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "axis", "dtype", "out"], "arg_types": ["numpy._ArrayOrScalarCommon", {".class": "UnionType", "items": ["typing_extensions.SupportsIndex", {".class": "NoneType"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._dtype_like.DTypeLike"}, {".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.ndarray"}, "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "cumsum of _ArrayOrScalarCommon", "ret_type": {".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.ndarray"}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.ndarray"}, "values": [], "variance": 0}]}]}}}, "data": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "numpy._ArrayOrScalarCommon.data", "name": "data", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy._ArrayOrScalarCommon"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "data of _ArrayOrScalarCommon", "ret_type": "builtins.memoryview", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "data", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy._ArrayOrScalarCommon"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "data of _ArrayOrScalarCommon", "ret_type": "builtins.memoryview", "type_guard": null, "variables": []}}}}, "dump": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "file"], "flags": [], "fullname": "numpy._ArrayOrScalarCommon.dump", "name": "dump", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "file"], "arg_types": ["numpy._ArrayOrScalarCommon", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "dump of _ArrayOrScalarCommon", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "dumps": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy._ArrayOrScalarCommon.dumps", "name": "dumps", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy._ArrayOrScalarCommon"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "dumps of _ArrayOrScalarCommon", "ret_type": "builtins.bytes", "type_guard": null, "variables": []}}}, "flags": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "numpy._ArrayOrScalarCommon.flags", "name": "flags", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy._ArrayOrScalarCommon"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "flags of _ArrayOrScalarCommon", "ret_type": "numpy._flagsobj", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "flags", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy._ArrayOrScalarCommon"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "flags of _ArrayOrScalarCommon", "ret_type": "numpy._flagsobj", "type_guard": null, "variables": []}}}}, "itemsize": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "numpy._ArrayOrScalarCommon.itemsize", "name": "itemsize", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy._ArrayOrScalarCommon"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "itemsize of _ArrayOrScalarCommon", "ret_type": "builtins.int", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "itemsize", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy._ArrayOrScalarCommon"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "itemsize of _ArrayOrScalarCommon", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}}, "max": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "numpy._ArrayOrScalarCommon.max", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1, 1], "arg_names": ["self", "axis", "out", "keepdims", "initial", "where"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy._ArrayOrScalarCommon.max", "name": "max", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1], "arg_names": ["self", "axis", "out", "keepdims", "initial", "where"], "arg_types": ["numpy._ArrayOrScalarCommon", {".class": "UnionType", "items": ["typing_extensions.SupportsIndex", {".class": "Instance", "args": ["typing_extensions.SupportsIndex"], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "NoneType"}, "builtins.bool", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._NumberLike_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeBool_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "max of _ArrayOrScalarCommon", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "max", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1, 1], "arg_names": ["self", "axis", "out", "keepdims", "initial", "where"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy._ArrayOrScalarCommon.max", "name": "max", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1], "arg_names": ["self", "axis", "out", "keepdims", "initial", "where"], "arg_types": ["numpy._ArrayOrScalarCommon", {".class": "UnionType", "items": ["typing_extensions.SupportsIndex", {".class": "Instance", "args": ["typing_extensions.SupportsIndex"], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.ndarray"}, "values": [], "variance": 0}, "builtins.bool", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._NumberLike_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeBool_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "max of _ArrayOrScalarCommon", "ret_type": {".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.ndarray"}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.ndarray"}, "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "max", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1], "arg_names": ["self", "axis", "out", "keepdims", "initial", "where"], "arg_types": ["numpy._ArrayOrScalarCommon", {".class": "UnionType", "items": ["typing_extensions.SupportsIndex", {".class": "Instance", "args": ["typing_extensions.SupportsIndex"], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "NoneType"}, "builtins.bool", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._NumberLike_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeBool_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "max of _ArrayOrScalarCommon", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1], "arg_names": ["self", "axis", "out", "keepdims", "initial", "where"], "arg_types": ["numpy._ArrayOrScalarCommon", {".class": "UnionType", "items": ["typing_extensions.SupportsIndex", {".class": "Instance", "args": ["typing_extensions.SupportsIndex"], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.ndarray"}, "values": [], "variance": 0}, "builtins.bool", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._NumberLike_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeBool_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "max of _ArrayOrScalarCommon", "ret_type": {".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.ndarray"}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.ndarray"}, "values": [], "variance": 0}]}]}}}, "mean": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "numpy._ArrayOrScalarCommon.mean", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1], "arg_names": ["self", "axis", "dtype", "out", "keepdims"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy._ArrayOrScalarCommon.mean", "name": "mean", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1], "arg_names": ["self", "axis", "dtype", "out", "keepdims"], "arg_types": ["numpy._ArrayOrScalarCommon", {".class": "UnionType", "items": ["typing_extensions.SupportsIndex", {".class": "Instance", "args": ["typing_extensions.SupportsIndex"], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._dtype_like.DTypeLike"}, {".class": "NoneType"}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "mean of _ArrayOrScalarCommon", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "mean", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1], "arg_names": ["self", "axis", "dtype", "out", "keepdims"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy._ArrayOrScalarCommon.mean", "name": "mean", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1], "arg_names": ["self", "axis", "dtype", "out", "keepdims"], "arg_types": ["numpy._ArrayOrScalarCommon", {".class": "UnionType", "items": ["typing_extensions.SupportsIndex", {".class": "Instance", "args": ["typing_extensions.SupportsIndex"], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._dtype_like.DTypeLike"}, {".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.ndarray"}, "values": [], "variance": 0}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "mean of _ArrayOrScalarCommon", "ret_type": {".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.ndarray"}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.ndarray"}, "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "mean", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1], "arg_names": ["self", "axis", "dtype", "out", "keepdims"], "arg_types": ["numpy._ArrayOrScalarCommon", {".class": "UnionType", "items": ["typing_extensions.SupportsIndex", {".class": "Instance", "args": ["typing_extensions.SupportsIndex"], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._dtype_like.DTypeLike"}, {".class": "NoneType"}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "mean of _ArrayOrScalarCommon", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1], "arg_names": ["self", "axis", "dtype", "out", "keepdims"], "arg_types": ["numpy._ArrayOrScalarCommon", {".class": "UnionType", "items": ["typing_extensions.SupportsIndex", {".class": "Instance", "args": ["typing_extensions.SupportsIndex"], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._dtype_like.DTypeLike"}, {".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.ndarray"}, "values": [], "variance": 0}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "mean of _ArrayOrScalarCommon", "ret_type": {".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.ndarray"}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.ndarray"}, "values": [], "variance": 0}]}]}}}, "min": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "numpy._ArrayOrScalarCommon.min", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1, 1], "arg_names": ["self", "axis", "out", "keepdims", "initial", "where"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy._ArrayOrScalarCommon.min", "name": "min", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1], "arg_names": ["self", "axis", "out", "keepdims", "initial", "where"], "arg_types": ["numpy._ArrayOrScalarCommon", {".class": "UnionType", "items": ["typing_extensions.SupportsIndex", {".class": "Instance", "args": ["typing_extensions.SupportsIndex"], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "NoneType"}, "builtins.bool", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._NumberLike_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeBool_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "min of _ArrayOrScalarCommon", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "min", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1, 1], "arg_names": ["self", "axis", "out", "keepdims", "initial", "where"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy._ArrayOrScalarCommon.min", "name": "min", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1], "arg_names": ["self", "axis", "out", "keepdims", "initial", "where"], "arg_types": ["numpy._ArrayOrScalarCommon", {".class": "UnionType", "items": ["typing_extensions.SupportsIndex", {".class": "Instance", "args": ["typing_extensions.SupportsIndex"], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.ndarray"}, "values": [], "variance": 0}, "builtins.bool", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._NumberLike_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeBool_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "min of _ArrayOrScalarCommon", "ret_type": {".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.ndarray"}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.ndarray"}, "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "min", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1], "arg_names": ["self", "axis", "out", "keepdims", "initial", "where"], "arg_types": ["numpy._ArrayOrScalarCommon", {".class": "UnionType", "items": ["typing_extensions.SupportsIndex", {".class": "Instance", "args": ["typing_extensions.SupportsIndex"], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "NoneType"}, "builtins.bool", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._NumberLike_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeBool_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "min of _ArrayOrScalarCommon", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1], "arg_names": ["self", "axis", "out", "keepdims", "initial", "where"], "arg_types": ["numpy._ArrayOrScalarCommon", {".class": "UnionType", "items": ["typing_extensions.SupportsIndex", {".class": "Instance", "args": ["typing_extensions.SupportsIndex"], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.ndarray"}, "values": [], "variance": 0}, "builtins.bool", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._NumberLike_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeBool_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "min of _ArrayOrScalarCommon", "ret_type": {".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.ndarray"}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.ndarray"}, "values": [], "variance": 0}]}]}}}, "nbytes": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "numpy._ArrayOrScalarCommon.nbytes", "name": "nbytes", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy._ArrayOrScalarCommon"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "nbytes of _ArrayOrScalarCommon", "ret_type": "builtins.int", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "nbytes", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy._ArrayOrScalarCommon"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "nbytes of _ArrayOrScalarCommon", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}}, "newbyteorder": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", null], "flags": [], "fullname": "numpy._ArrayOrScalarCommon.newbyteorder", "name": "newbyteorder", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", null], "arg_types": [{".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "namespace": "", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy._ByteOrder"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "newbyteorder of _ArrayOrScalarCommon", "ret_type": {".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "namespace": "", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "namespace": "", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}]}}}, "prod": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "numpy._ArrayOrScalarCommon.prod", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "axis", "dtype", "out", "keepdims", "initial", "where"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy._ArrayOrScalarCommon.prod", "name": "prod", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "axis", "dtype", "out", "keepdims", "initial", "where"], "arg_types": ["numpy._ArrayOrScalarCommon", {".class": "UnionType", "items": ["typing_extensions.SupportsIndex", {".class": "Instance", "args": ["typing_extensions.SupportsIndex"], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._dtype_like.DTypeLike"}, {".class": "NoneType"}, "builtins.bool", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._NumberLike_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeBool_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "prod of _ArrayOrScalarCommon", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "prod", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "axis", "dtype", "out", "keepdims", "initial", "where"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy._ArrayOrScalarCommon.prod", "name": "prod", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "axis", "dtype", "out", "keepdims", "initial", "where"], "arg_types": ["numpy._ArrayOrScalarCommon", {".class": "UnionType", "items": ["typing_extensions.SupportsIndex", {".class": "Instance", "args": ["typing_extensions.SupportsIndex"], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._dtype_like.DTypeLike"}, {".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.ndarray"}, "values": [], "variance": 0}, "builtins.bool", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._NumberLike_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeBool_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "prod of _ArrayOrScalarCommon", "ret_type": {".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.ndarray"}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.ndarray"}, "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "prod", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "axis", "dtype", "out", "keepdims", "initial", "where"], "arg_types": ["numpy._ArrayOrScalarCommon", {".class": "UnionType", "items": ["typing_extensions.SupportsIndex", {".class": "Instance", "args": ["typing_extensions.SupportsIndex"], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._dtype_like.DTypeLike"}, {".class": "NoneType"}, "builtins.bool", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._NumberLike_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeBool_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "prod of _ArrayOrScalarCommon", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "axis", "dtype", "out", "keepdims", "initial", "where"], "arg_types": ["numpy._ArrayOrScalarCommon", {".class": "UnionType", "items": ["typing_extensions.SupportsIndex", {".class": "Instance", "args": ["typing_extensions.SupportsIndex"], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._dtype_like.DTypeLike"}, {".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.ndarray"}, "values": [], "variance": 0}, "builtins.bool", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._NumberLike_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeBool_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "prod of _ArrayOrScalarCommon", "ret_type": {".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.ndarray"}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.ndarray"}, "values": [], "variance": 0}]}]}}}, "ptp": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "numpy._ArrayOrScalarCommon.ptp", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "axis", "out", "keepdims"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy._ArrayOrScalarCommon.ptp", "name": "ptp", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "axis", "out", "keepdims"], "arg_types": ["numpy._ArrayOrScalarCommon", {".class": "UnionType", "items": ["typing_extensions.SupportsIndex", {".class": "Instance", "args": ["typing_extensions.SupportsIndex"], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "NoneType"}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "ptp of _ArrayOrScalarCommon", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "ptp", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "axis", "out", "keepdims"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy._ArrayOrScalarCommon.ptp", "name": "ptp", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "axis", "out", "keepdims"], "arg_types": ["numpy._ArrayOrScalarCommon", {".class": "UnionType", "items": ["typing_extensions.SupportsIndex", {".class": "Instance", "args": ["typing_extensions.SupportsIndex"], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.ndarray"}, "values": [], "variance": 0}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "ptp of _ArrayOrScalarCommon", "ret_type": {".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.ndarray"}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.ndarray"}, "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "ptp", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "axis", "out", "keepdims"], "arg_types": ["numpy._ArrayOrScalarCommon", {".class": "UnionType", "items": ["typing_extensions.SupportsIndex", {".class": "Instance", "args": ["typing_extensions.SupportsIndex"], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "NoneType"}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "ptp of _ArrayOrScalarCommon", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "axis", "out", "keepdims"], "arg_types": ["numpy._ArrayOrScalarCommon", {".class": "UnionType", "items": ["typing_extensions.SupportsIndex", {".class": "Instance", "args": ["typing_extensions.SupportsIndex"], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.ndarray"}, "values": [], "variance": 0}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "ptp of _ArrayOrScalarCommon", "ret_type": {".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.ndarray"}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.ndarray"}, "values": [], "variance": 0}]}]}}}, "round": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "numpy._ArrayOrScalarCommon.round", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["self", "decimals", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy._ArrayOrScalarCommon.round", "name": "round", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["self", "decimals", "out"], "arg_types": [{".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "namespace": "", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}, "typing_extensions.SupportsIndex", {".class": "NoneType"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "round of _ArrayOrScalarCommon", "ret_type": {".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "namespace": "", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "namespace": "", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "round", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["self", "decimals", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy._ArrayOrScalarCommon.round", "name": "round", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["self", "decimals", "out"], "arg_types": ["numpy._ArrayOrScalarCommon", "typing_extensions.SupportsIndex", {".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.ndarray"}, "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "round of _ArrayOrScalarCommon", "ret_type": {".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.ndarray"}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.ndarray"}, "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "round", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["self", "decimals", "out"], "arg_types": [{".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "namespace": "", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}, "typing_extensions.SupportsIndex", {".class": "NoneType"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "round of _ArrayOrScalarCommon", "ret_type": {".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "namespace": "", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "namespace": "", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["self", "decimals", "out"], "arg_types": ["numpy._ArrayOrScalarCommon", "typing_extensions.SupportsIndex", {".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.ndarray"}, "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "round of _ArrayOrScalarCommon", "ret_type": {".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.ndarray"}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.ndarray"}, "values": [], "variance": 0}]}]}}}, "std": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "numpy._ArrayOrScalarCommon.std", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1, 1], "arg_names": ["self", "axis", "dtype", "out", "ddof", "keepdims"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy._ArrayOrScalarCommon.std", "name": "std", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1], "arg_names": ["self", "axis", "dtype", "out", "ddof", "keepdims"], "arg_types": ["numpy._ArrayOrScalarCommon", {".class": "UnionType", "items": ["typing_extensions.SupportsIndex", {".class": "Instance", "args": ["typing_extensions.SupportsIndex"], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._dtype_like.DTypeLike"}, {".class": "NoneType"}, "builtins.int", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "std of _ArrayOrScalarCommon", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "std", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1, 1], "arg_names": ["self", "axis", "dtype", "out", "ddof", "keepdims"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy._ArrayOrScalarCommon.std", "name": "std", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1], "arg_names": ["self", "axis", "dtype", "out", "ddof", "keepdims"], "arg_types": ["numpy._ArrayOrScalarCommon", {".class": "UnionType", "items": ["typing_extensions.SupportsIndex", {".class": "Instance", "args": ["typing_extensions.SupportsIndex"], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._dtype_like.DTypeLike"}, {".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.ndarray"}, "values": [], "variance": 0}, "builtins.int", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "std of _ArrayOrScalarCommon", "ret_type": {".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.ndarray"}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.ndarray"}, "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "std", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1], "arg_names": ["self", "axis", "dtype", "out", "ddof", "keepdims"], "arg_types": ["numpy._ArrayOrScalarCommon", {".class": "UnionType", "items": ["typing_extensions.SupportsIndex", {".class": "Instance", "args": ["typing_extensions.SupportsIndex"], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._dtype_like.DTypeLike"}, {".class": "NoneType"}, "builtins.int", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "std of _ArrayOrScalarCommon", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1], "arg_names": ["self", "axis", "dtype", "out", "ddof", "keepdims"], "arg_types": ["numpy._ArrayOrScalarCommon", {".class": "UnionType", "items": ["typing_extensions.SupportsIndex", {".class": "Instance", "args": ["typing_extensions.SupportsIndex"], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._dtype_like.DTypeLike"}, {".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.ndarray"}, "values": [], "variance": 0}, "builtins.int", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "std of _ArrayOrScalarCommon", "ret_type": {".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.ndarray"}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.ndarray"}, "values": [], "variance": 0}]}]}}}, "sum": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "numpy._ArrayOrScalarCommon.sum", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "axis", "dtype", "out", "keepdims", "initial", "where"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy._ArrayOrScalarCommon.sum", "name": "sum", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "axis", "dtype", "out", "keepdims", "initial", "where"], "arg_types": ["numpy._ArrayOrScalarCommon", {".class": "UnionType", "items": ["typing_extensions.SupportsIndex", {".class": "Instance", "args": ["typing_extensions.SupportsIndex"], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._dtype_like.DTypeLike"}, {".class": "NoneType"}, "builtins.bool", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._NumberLike_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeBool_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "sum of _ArrayOrScalarCommon", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "sum", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "axis", "dtype", "out", "keepdims", "initial", "where"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy._ArrayOrScalarCommon.sum", "name": "sum", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "axis", "dtype", "out", "keepdims", "initial", "where"], "arg_types": ["numpy._ArrayOrScalarCommon", {".class": "UnionType", "items": ["typing_extensions.SupportsIndex", {".class": "Instance", "args": ["typing_extensions.SupportsIndex"], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._dtype_like.DTypeLike"}, {".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.ndarray"}, "values": [], "variance": 0}, "builtins.bool", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._NumberLike_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeBool_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "sum of _ArrayOrScalarCommon", "ret_type": {".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.ndarray"}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.ndarray"}, "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "sum", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "axis", "dtype", "out", "keepdims", "initial", "where"], "arg_types": ["numpy._ArrayOrScalarCommon", {".class": "UnionType", "items": ["typing_extensions.SupportsIndex", {".class": "Instance", "args": ["typing_extensions.SupportsIndex"], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._dtype_like.DTypeLike"}, {".class": "NoneType"}, "builtins.bool", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._NumberLike_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeBool_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "sum of _ArrayOrScalarCommon", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1, 1], "arg_names": ["self", "axis", "dtype", "out", "keepdims", "initial", "where"], "arg_types": ["numpy._ArrayOrScalarCommon", {".class": "UnionType", "items": ["typing_extensions.SupportsIndex", {".class": "Instance", "args": ["typing_extensions.SupportsIndex"], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._dtype_like.DTypeLike"}, {".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.ndarray"}, "values": [], "variance": 0}, "builtins.bool", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._NumberLike_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeBool_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "sum of _ArrayOrScalarCommon", "ret_type": {".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.ndarray"}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.ndarray"}, "values": [], "variance": 0}]}]}}}, "tobytes": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "order"], "flags": [], "fullname": "numpy._ArrayOrScalarCommon.tobytes", "name": "tobytes", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "order"], "arg_types": ["numpy._ArrayOrScalarCommon", {".class": "TypeAliasType", "args": [], "type_ref": "numpy._OrderKACF"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "tobytes of _ArrayOrScalarCommon", "ret_type": "builtins.bytes", "type_guard": null, "variables": []}}}, "tofile": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "fid", "sep", "format"], "flags": [], "fullname": "numpy._ArrayOrScalarCommon.tofile", "name": "tofile", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "fid", "sep", "format"], "arg_types": ["numpy._ArrayOrScalarCommon", {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.bytes"], "type_ref": "typing.IO"}, "builtins.str", "builtins.bytes", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "os.PathLike"}]}, "builtins.str", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "tofile of _ArrayOrScalarCommon", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "tolist": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy._ArrayOrScalarCommon.tolist", "name": "tolist", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy._ArrayOrScalarCommon"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "tolist of _ArrayOrScalarCommon", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "var": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "numpy._ArrayOrScalarCommon.var", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1, 1], "arg_names": ["self", "axis", "dtype", "out", "ddof", "keepdims"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy._ArrayOrScalarCommon.var", "name": "var", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1], "arg_names": ["self", "axis", "dtype", "out", "ddof", "keepdims"], "arg_types": ["numpy._ArrayOrScalarCommon", {".class": "UnionType", "items": ["typing_extensions.SupportsIndex", {".class": "Instance", "args": ["typing_extensions.SupportsIndex"], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._dtype_like.DTypeLike"}, {".class": "NoneType"}, "builtins.int", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "var of _ArrayOrScalarCommon", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "var", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1, 1], "arg_names": ["self", "axis", "dtype", "out", "ddof", "keepdims"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy._ArrayOrScalarCommon.var", "name": "var", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1], "arg_names": ["self", "axis", "dtype", "out", "ddof", "keepdims"], "arg_types": ["numpy._ArrayOrScalarCommon", {".class": "UnionType", "items": ["typing_extensions.SupportsIndex", {".class": "Instance", "args": ["typing_extensions.SupportsIndex"], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._dtype_like.DTypeLike"}, {".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.ndarray"}, "values": [], "variance": 0}, "builtins.int", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "var of _ArrayOrScalarCommon", "ret_type": {".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.ndarray"}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.ndarray"}, "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "var", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1], "arg_names": ["self", "axis", "dtype", "out", "ddof", "keepdims"], "arg_types": ["numpy._ArrayOrScalarCommon", {".class": "UnionType", "items": ["typing_extensions.SupportsIndex", {".class": "Instance", "args": ["typing_extensions.SupportsIndex"], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._dtype_like.DTypeLike"}, {".class": "NoneType"}, "builtins.int", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "var of _ArrayOrScalarCommon", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1], "arg_names": ["self", "axis", "dtype", "out", "ddof", "keepdims"], "arg_types": ["numpy._ArrayOrScalarCommon", {".class": "UnionType", "items": ["typing_extensions.SupportsIndex", {".class": "Instance", "args": ["typing_extensions.SupportsIndex"], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._dtype_like.DTypeLike"}, {".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.ndarray"}, "values": [], "variance": 0}, "builtins.int", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "var of _ArrayOrScalarCommon", "ret_type": {".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.ndarray"}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.ndarray"}, "values": [], "variance": 0}]}]}}}}, "slots": null, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_ArraySelf": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeVarExpr", "fullname": "numpy._ArraySelf", "name": "_ArraySelf", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}}, "_ArrayTD64_co": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "numpy._ArrayTD64_co", "line": 1658, "no_args": false, "normalized": false, "target": {".class": "TypeAliasType", "args": [{".class": "UnionType", "items": ["numpy.bool_", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "numpy.integer"}, "numpy.timedelta64"]}], "type_ref": "numpy.typing._generic_alias.NDArray"}}}, "_ArrayUInt_co": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "numpy._ArrayUInt_co", "line": 1653, "no_args": false, "normalized": false, "target": {".class": "TypeAliasType", "args": [{".class": "UnionType", "items": ["numpy.bool_", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "numpy.unsignedinteger"}]}], "type_ref": "numpy.typing._generic_alias.NDArray"}}}, "_BoolBitOp": {".class": "SymbolTableNode", "cross_ref": "numpy.typing._callable._BoolBitOp", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_BoolCodes": {".class": "SymbolTableNode", "cross_ref": "numpy.typing._char_codes._BoolCodes", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_BoolDivMod": {".class": "SymbolTableNode", "cross_ref": "numpy.typing._callable._BoolDivMod", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_BoolLike_co": {".class": "SymbolTableNode", "cross_ref": "numpy.typing._scalars._BoolLike_co", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_BoolMod": {".class": "SymbolTableNode", "cross_ref": "numpy.typing._callable._BoolMod", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_BoolOp": {".class": "SymbolTableNode", "cross_ref": "numpy.typing._callable._BoolOp", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_BoolSub": {".class": "SymbolTableNode", "cross_ref": "numpy.typing._callable._BoolSub", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_BoolTrueDiv": {".class": "SymbolTableNode", "cross_ref": "numpy.typing._callable._BoolTrueDiv", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_BufferType": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "numpy._BufferType", "line": 1640, "no_args": false, "normalized": false, "target": {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.ndarray"}, "builtins.bytes", "builtins.bytearray", "builtins.memoryview"]}}}, "_ByteCodes": {".class": "SymbolTableNode", "cross_ref": "numpy.typing._char_codes._ByteCodes", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_ByteOrder": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "numpy._ByteOrder", "line": 926, "no_args": false, "normalized": false, "target": {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.str", "value": "S"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "<"}, {".class": "LiteralType", "fallback": "builtins.str", "value": ">"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "="}, {".class": "LiteralType", "fallback": "builtins.str", "value": "|"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "L"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "B"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "N"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "I"}]}}}, "_BytesCodes": {".class": "SymbolTableNode", "cross_ref": "numpy.typing._char_codes._BytesCodes", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_CDoubleCodes": {".class": "SymbolTableNode", "cross_ref": "numpy.typing._char_codes._CDoubleCodes", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_CLongDoubleCodes": {".class": "SymbolTableNode", "cross_ref": "numpy.typing._char_codes._CLongDoubleCodes", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_CSingleCodes": {".class": "SymbolTableNode", "cross_ref": "numpy.typing._char_codes._CSingleCodes", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_CallType": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeVarExpr", "fullname": "numpy._CallType", "name": "_CallType", "upper_bound": {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.core._ufunc_config._ErrFunc"}, "numpy.core._ufunc_config._SupportsWrite"]}, "values": [], "variance": 0}}, "_Casting": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "numpy._Casting", "line": 1645, "no_args": false, "normalized": false, "target": {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.str", "value": "no"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "equiv"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "safe"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "same_kind"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "unsafe"}]}}}, "_CharLike_co": {".class": "SymbolTableNode", "cross_ref": "numpy.typing._scalars._CharLike_co", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_ComparisonOp": {".class": "SymbolTableNode", "cross_ref": "numpy.typing._callable._ComparisonOp", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_Complex128Codes": {".class": "SymbolTableNode", "cross_ref": "numpy.typing._char_codes._Complex128Codes", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_Complex64Codes": {".class": "SymbolTableNode", "cross_ref": "numpy.typing._char_codes._Complex64Codes", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_ComplexLike_co": {".class": "SymbolTableNode", "cross_ref": "numpy.typing._scalars._ComplexLike_co", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_ComplexOp": {".class": "SymbolTableNode", "cross_ref": "numpy.typing._callable._ComplexOp", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_ComplexValue": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeAlias", "alias_tvars": [], "column": 4, "fullname": "numpy._ComplexValue", "line": 3184, "no_args": false, "normalized": false, "target": {".class": "UnionType", "items": [{".class": "NoneType"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._CharLike_co"}, "typing.SupportsFloat", "typing.SupportsComplex", "builtins.complex"]}}}, "_DT64Codes": {".class": "SymbolTableNode", "cross_ref": "numpy.typing._char_codes._DT64Codes", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_DType": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeVarExpr", "fullname": "numpy._DType", "name": "_DType", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.dtype"}, "values": [], "variance": 0}}, "_DTypeLike": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeAlias", "alias_tvars": ["_ScalarType"], "column": 0, "fullname": "numpy._DTypeLike", "line": 1647, "no_args": false, "normalized": false, "target": {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "UnboundType", "args": [], "expr": null, "expr_fallback": null, "name": "_ScalarType"}], "type_ref": "numpy.dtype"}, {".class": "TypeType", "item": {".class": "UnboundType", "args": [], "expr": null, "expr_fallback": null, "name": "_ScalarType"}}, {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "UnboundType", "args": [], "expr": null, "expr_fallback": null, "name": "_ScalarType"}], "type_ref": "numpy.dtype"}], "type_ref": "numpy.typing._dtype_like._SupportsDType"}]}}}, "_DTypeScalar_co": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeVarExpr", "fullname": "numpy._DTypeScalar_co", "name": "_DTypeScalar_co", "upper_bound": "numpy.generic", "values": [], "variance": 1}}, "_DType_co": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeVarExpr", "fullname": "numpy._DType_co", "name": "_DType_co", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.dtype"}, "values": [], "variance": 1}}, "_DatetimeScalar": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "numpy._DatetimeScalar", "name": "_DatetimeScalar", "type_vars": []}, "deletable_attributes": [], "flags": ["is_protocol"], "fullname": "numpy._DatetimeScalar", "has_param_spec_type": false, "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "numpy", "mro": ["numpy._DatetimeScalar", "builtins.object"], "names": {".class": "SymbolTable", "day": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "numpy._DatetimeScalar.day", "name": "day", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy._DatetimeScalar"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "day of _DatetimeScalar", "ret_type": "builtins.int", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "day", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy._DatetimeScalar"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "day of _DatetimeScalar", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}}, "month": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "numpy._DatetimeScalar.month", "name": "month", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy._DatetimeScalar"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "month of _DatetimeScalar", "ret_type": "builtins.int", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "month", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy._DatetimeScalar"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "month of _DatetimeScalar", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}}, "year": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "numpy._DatetimeScalar.year", "name": "year", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy._DatetimeScalar"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "year of _DatetimeScalar", "ret_type": "builtins.int", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "year", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy._DatetimeScalar"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "year of _DatetimeScalar", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}}}, "slots": null, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "_DoubleCodes": {".class": "SymbolTableNode", "cross_ref": "numpy.typing._char_codes._DoubleCodes", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_ErrDictOptional": {".class": "SymbolTableNode", "cross_ref": "numpy.core._ufunc_config._ErrDictOptional", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_ErrFunc": {".class": "SymbolTableNode", "cross_ref": "numpy.core._ufunc_config._ErrFunc", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_ErrKind": {".class": "SymbolTableNode", "cross_ref": "numpy.core._ufunc_config._ErrKind", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_FlatIterSelf": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeVarExpr", "fullname": "numpy._FlatIterSelf", "name": "_FlatIterSelf", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.flatiter"}, "values": [], "variance": 0}}, "_Float16Codes": {".class": "SymbolTableNode", "cross_ref": "numpy.typing._char_codes._Float16Codes", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_Float32Codes": {".class": "SymbolTableNode", "cross_ref": "numpy.typing._char_codes._Float32Codes", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_Float64Codes": {".class": "SymbolTableNode", "cross_ref": "numpy.typing._char_codes._Float64Codes", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_FloatDivMod": {".class": "SymbolTableNode", "cross_ref": "numpy.typing._callable._FloatDivMod", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_FloatLike_co": {".class": "SymbolTableNode", "cross_ref": "numpy.typing._scalars._FloatLike_co", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_FloatMod": {".class": "SymbolTableNode", "cross_ref": "numpy.typing._callable._FloatMod", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_FloatOp": {".class": "SymbolTableNode", "cross_ref": "numpy.typing._callable._FloatOp", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_FloatType": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeVarExpr", "fullname": "numpy._FloatType", "name": "_FloatType", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.floating"}, "values": [], "variance": 0}}, "_FloatValue": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeAlias", "alias_tvars": [], "column": 4, "fullname": "numpy._FloatValue", "line": 3183, "no_args": false, "normalized": false, "target": {".class": "UnionType", "items": [{".class": "NoneType"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._CharLike_co"}, "typing.SupportsFloat"]}}}, "_GUFunc_Nin2_Nout1": {".class": "SymbolTableNode", "cross_ref": "numpy.typing._ufunc._GUFunc_Nin2_Nout1", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_HalfCodes": {".class": "SymbolTableNode", "cross_ref": "numpy.typing._char_codes._HalfCodes", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_Int16Codes": {".class": "SymbolTableNode", "cross_ref": "numpy.typing._char_codes._Int16Codes", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_Int32Codes": {".class": "SymbolTableNode", "cross_ref": "numpy.typing._char_codes._Int32Codes", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_Int64Codes": {".class": "SymbolTableNode", "cross_ref": "numpy.typing._char_codes._Int64Codes", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_Int8Codes": {".class": "SymbolTableNode", "cross_ref": "numpy.typing._char_codes._Int8Codes", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_IntCCodes": {".class": "SymbolTableNode", "cross_ref": "numpy.typing._char_codes._IntCCodes", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_IntCodes": {".class": "SymbolTableNode", "cross_ref": "numpy.typing._char_codes._IntCodes", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_IntLike_co": {".class": "SymbolTableNode", "cross_ref": "numpy.typing._scalars._IntLike_co", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_IntPCodes": {".class": "SymbolTableNode", "cross_ref": "numpy.typing._char_codes._IntPCodes", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_IntTrueDiv": {".class": "SymbolTableNode", "cross_ref": "numpy.typing._callable._IntTrueDiv", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_IntType": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeVarExpr", "fullname": "numpy._IntType", "name": "_IntType", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.integer"}, "values": [], "variance": 0}}, "_IntValue": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeAlias", "alias_tvars": [], "column": 4, "fullname": "numpy._IntValue", "line": 3182, "no_args": false, "normalized": false, "target": {".class": "UnionType", "items": ["typing.SupportsInt", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._CharLike_co"}]}}}, "_LongDoubleCodes": {".class": "SymbolTableNode", "cross_ref": "numpy.typing._char_codes._LongDoubleCodes", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_LongLongCodes": {".class": "SymbolTableNode", "cross_ref": "numpy.typing._char_codes._LongLongCodes", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_ModeKind": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "numpy._ModeKind", "line": 1229, "no_args": false, "normalized": false, "target": {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.str", "value": "raise"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "wrap"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "clip"}]}}}, "_NBit1": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeVarExpr", "fullname": "numpy._NBit1", "name": "_NBit1", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}}, "_NBit2": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeVarExpr", "fullname": "numpy._NBit2", "name": "_NBit2", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}}, "_NBitByte": {".class": "SymbolTableNode", "cross_ref": "numpy.typing._nbit._NBitByte", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_NBitDouble": {".class": "SymbolTableNode", "cross_ref": "numpy.typing._nbit._NBitDouble", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_NBitHalf": {".class": "SymbolTableNode", "cross_ref": "numpy.typing._nbit._NBitHalf", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_NBitInt": {".class": "SymbolTableNode", "cross_ref": "numpy.typing._nbit._NBitInt", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_NBitIntC": {".class": "SymbolTableNode", "cross_ref": "numpy.typing._nbit._NBitIntC", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_NBitIntP": {".class": "SymbolTableNode", "cross_ref": "numpy.typing._nbit._NBitIntP", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_NBitLongDouble": {".class": "SymbolTableNode", "cross_ref": "numpy.typing._nbit._NBitLongDouble", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_NBitLongLong": {".class": "SymbolTableNode", "cross_ref": "numpy.typing._nbit._NBitLongLong", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_NBitShort": {".class": "SymbolTableNode", "cross_ref": "numpy.typing._nbit._NBitShort", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_NBitSingle": {".class": "SymbolTableNode", "cross_ref": "numpy.typing._nbit._NBitSingle", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_NdArraySubClass": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeVarExpr", "fullname": "numpy._NdArraySubClass", "name": "_NdArraySubClass", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.ndarray"}, "values": [], "variance": 0}}, "_NestedSequence": {".class": "SymbolTableNode", "cross_ref": "numpy.typing._array_like._NestedSequence", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_NumberLike_co": {".class": "SymbolTableNode", "cross_ref": "numpy.typing._scalars._NumberLike_co", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_NumberOp": {".class": "SymbolTableNode", "cross_ref": "numpy.typing._callable._NumberOp", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_NumberType": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeVarExpr", "fullname": "numpy._NumberType", "name": "_NumberType", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.number"}, "values": [], "variance": 0}}, "_ObjectCodes": {".class": "SymbolTableNode", "cross_ref": "numpy.typing._char_codes._ObjectCodes", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_OrderACF": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "numpy._OrderACF", "line": 1226, "no_args": false, "normalized": false, "target": {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.str", "value": "A"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "C"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "F"}, {".class": "NoneType"}]}}}, "_OrderCF": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "numpy._OrderCF", "line": 1227, "no_args": false, "normalized": false, "target": {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.str", "value": "C"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "F"}, {".class": "NoneType"}]}}}, "_OrderKACF": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "numpy._OrderKACF", "line": 1225, "no_args": false, "normalized": false, "target": {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.str", "value": "K"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "A"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "C"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "F"}, {".class": "NoneType"}]}}}, "_PartitionKind": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "numpy._PartitionKind", "line": 1230, "no_args": false, "normalized": false, "target": {".class": "LiteralType", "fallback": "builtins.str", "value": "introselect"}}}, "_RecursiveSequence": {".class": "SymbolTableNode", "cross_ref": "numpy.typing._array_like._RecursiveSequence", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_ScalarLike_co": {".class": "SymbolTableNode", "cross_ref": "numpy.typing._scalars._ScalarLike_co", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_ScalarType": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeVarExpr", "fullname": "numpy._ScalarType", "name": "_ScalarType", "upper_bound": "numpy.generic", "values": [], "variance": 0}}, "_Shape": {".class": "SymbolTableNode", "cross_ref": "numpy.typing._shape._Shape", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_ShapeLike": {".class": "SymbolTableNode", "cross_ref": "numpy.typing._shape._ShapeLike", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_ShapeType": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeVarExpr", "fullname": "numpy._ShapeType", "name": "_ShapeType", "upper_bound": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "values": [], "variance": 0}}, "_ShortCodes": {".class": "SymbolTableNode", "cross_ref": "numpy.typing._char_codes._ShortCodes", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_SignedIntBitOp": {".class": "SymbolTableNode", "cross_ref": "numpy.typing._callable._SignedIntBitOp", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_SignedIntDivMod": {".class": "SymbolTableNode", "cross_ref": "numpy.typing._callable._SignedIntDivMod", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_SignedIntMod": {".class": "SymbolTableNode", "cross_ref": "numpy.typing._callable._SignedIntMod", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_SignedIntOp": {".class": "SymbolTableNode", "cross_ref": "numpy.typing._callable._SignedIntOp", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_SingleCodes": {".class": "SymbolTableNode", "cross_ref": "numpy.typing._char_codes._SingleCodes", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_SortKind": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "numpy._SortKind", "line": 1231, "no_args": false, "normalized": false, "target": {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.str", "value": "quicksort"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "mergesort"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "heapsort"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "stable"}]}}}, "_SortSide": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "numpy._SortSide", "line": 1232, "no_args": false, "normalized": false, "target": {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.str", "value": "left"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "right"}]}}}, "_StrCodes": {".class": "SymbolTableNode", "cross_ref": "numpy.typing._char_codes._StrCodes", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_SupportsArray": {".class": "SymbolTableNode", "cross_ref": "numpy.typing._array_like._SupportsArray", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_SupportsDType": {".class": "SymbolTableNode", "cross_ref": "numpy.typing._dtype_like._SupportsDType", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_SupportsImag": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "numpy._SupportsImag", "name": "_SupportsImag", "type_vars": [{".class": "TypeVarType", "fullname": "numpy._T_co", "id": 1, "name": "_T_co", "namespace": "numpy._SupportsImag", "upper_bound": "builtins.object", "values": [], "variance": 1}]}, "deletable_attributes": [], "flags": ["is_protocol"], "fullname": "numpy._SupportsImag", "has_param_spec_type": false, "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "numpy", "mro": ["numpy._SupportsImag", "builtins.object"], "names": {".class": "SymbolTable", "imag": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "numpy._SupportsImag.imag", "name": "imag", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._T_co", "id": 1, "name": "_T_co", "namespace": "numpy._SupportsImag", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "numpy._SupportsImag"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "imag of _SupportsImag", "ret_type": {".class": "TypeVarType", "fullname": "numpy._T_co", "id": 1, "name": "_T_co", "namespace": "numpy._SupportsImag", "upper_bound": "builtins.object", "values": [], "variance": 1}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "imag", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._T_co", "id": 1, "name": "_T_co", "namespace": "numpy._SupportsImag", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "numpy._SupportsImag"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "imag of _SupportsImag", "ret_type": {".class": "TypeVarType", "fullname": "numpy._T_co", "id": 1, "name": "_T_co", "namespace": "numpy._SupportsImag", "upper_bound": "builtins.object", "values": [], "variance": 1}, "type_guard": null, "variables": []}}}}}, "slots": null, "tuple_type": null, "type_vars": ["_T_co"], "typeddict_type": null}}, "_SupportsItem": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "numpy._SupportsItem", "name": "_SupportsItem", "type_vars": [{".class": "TypeVarType", "fullname": "numpy._T_co", "id": 1, "name": "_T_co", "namespace": "numpy._SupportsItem", "upper_bound": "builtins.object", "values": [], "variance": 1}]}, "deletable_attributes": [], "flags": ["is_protocol"], "fullname": "numpy._SupportsItem", "has_param_spec_type": false, "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "numpy", "mro": ["numpy._SupportsItem", "builtins.object"], "names": {".class": "SymbolTable", "item": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", null], "flags": [], "fullname": "numpy._SupportsItem.item", "name": "item", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._T_co", "id": 1, "name": "_T_co", "namespace": "numpy._SupportsItem", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "numpy._SupportsItem"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "item of _SupportsItem", "ret_type": {".class": "TypeVarType", "fullname": "numpy._T_co", "id": 1, "name": "_T_co", "namespace": "numpy._SupportsItem", "upper_bound": "builtins.object", "values": [], "variance": 1}, "type_guard": null, "variables": []}}}}, "slots": null, "tuple_type": null, "type_vars": ["_T_co"], "typeddict_type": null}}, "_SupportsReal": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "numpy._SupportsReal", "name": "_SupportsReal", "type_vars": [{".class": "TypeVarType", "fullname": "numpy._T_co", "id": 1, "name": "_T_co", "namespace": "numpy._SupportsReal", "upper_bound": "builtins.object", "values": [], "variance": 1}]}, "deletable_attributes": [], "flags": ["is_protocol"], "fullname": "numpy._SupportsReal", "has_param_spec_type": false, "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "numpy", "mro": ["numpy._SupportsReal", "builtins.object"], "names": {".class": "SymbolTable", "real": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "numpy._SupportsReal.real", "name": "real", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._T_co", "id": 1, "name": "_T_co", "namespace": "numpy._SupportsReal", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "numpy._SupportsReal"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "real of _SupportsReal", "ret_type": {".class": "TypeVarType", "fullname": "numpy._T_co", "id": 1, "name": "_T_co", "namespace": "numpy._SupportsReal", "upper_bound": "builtins.object", "values": [], "variance": 1}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "real", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._T_co", "id": 1, "name": "_T_co", "namespace": "numpy._SupportsReal", "upper_bound": "builtins.object", "values": [], "variance": 1}], "type_ref": "numpy._SupportsReal"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "real of _SupportsReal", "ret_type": {".class": "TypeVarType", "fullname": "numpy._T_co", "id": 1, "name": "_T_co", "namespace": "numpy._SupportsReal", "upper_bound": "builtins.object", "values": [], "variance": 1}, "type_guard": null, "variables": []}}}}}, "slots": null, "tuple_type": null, "type_vars": ["_T_co"], "typeddict_type": null}}, "_SupportsWrite": {".class": "SymbolTableNode", "cross_ref": "numpy.core._ufunc_config._SupportsWrite", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_T": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeVarExpr", "fullname": "numpy._T", "name": "_T", "upper_bound": "builtins.object", "values": [], "variance": 0}}, "_TD64Codes": {".class": "SymbolTableNode", "cross_ref": "numpy.typing._char_codes._TD64Codes", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_TD64Div": {".class": "SymbolTableNode", "cross_ref": "numpy.typing._callable._TD64Div", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_TD64Like_co": {".class": "SymbolTableNode", "cross_ref": "numpy.typing._scalars._TD64Like_co", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_T_co": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeVarExpr", "fullname": "numpy._T_co", "name": "_T_co", "upper_bound": "builtins.object", "values": [], "variance": 1}}, "_UByteCodes": {".class": "SymbolTableNode", "cross_ref": "numpy.typing._char_codes._UByteCodes", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_UFunc_Nin1_Nout1": {".class": "SymbolTableNode", "cross_ref": "numpy.typing._ufunc._UFunc_Nin1_Nout1", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_UFunc_Nin1_Nout2": {".class": "SymbolTableNode", "cross_ref": "numpy.typing._ufunc._UFunc_Nin1_Nout2", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_UFunc_Nin2_Nout1": {".class": "SymbolTableNode", "cross_ref": "numpy.typing._ufunc._UFunc_Nin2_Nout1", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_UFunc_Nin2_Nout2": {".class": "SymbolTableNode", "cross_ref": "numpy.typing._ufunc._UFunc_Nin2_Nout2", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_UInt16Codes": {".class": "SymbolTableNode", "cross_ref": "numpy.typing._char_codes._UInt16Codes", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_UInt32Codes": {".class": "SymbolTableNode", "cross_ref": "numpy.typing._char_codes._UInt32Codes", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_UInt64Codes": {".class": "SymbolTableNode", "cross_ref": "numpy.typing._char_codes._UInt64Codes", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_UInt8Codes": {".class": "SymbolTableNode", "cross_ref": "numpy.typing._char_codes._UInt8Codes", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_UIntCCodes": {".class": "SymbolTableNode", "cross_ref": "numpy.typing._char_codes._UIntCCodes", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_UIntCodes": {".class": "SymbolTableNode", "cross_ref": "numpy.typing._char_codes._UIntCodes", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_UIntPCodes": {".class": "SymbolTableNode", "cross_ref": "numpy.typing._char_codes._UIntPCodes", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_ULongLongCodes": {".class": "SymbolTableNode", "cross_ref": "numpy.typing._char_codes._ULongLongCodes", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_UShortCodes": {".class": "SymbolTableNode", "cross_ref": "numpy.typing._char_codes._UShortCodes", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_UnsignedIntBitOp": {".class": "SymbolTableNode", "cross_ref": "numpy.typing._callable._UnsignedIntBitOp", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_UnsignedIntDivMod": {".class": "SymbolTableNode", "cross_ref": "numpy.typing._callable._UnsignedIntDivMod", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_UnsignedIntMod": {".class": "SymbolTableNode", "cross_ref": "numpy.typing._callable._UnsignedIntMod", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_UnsignedIntOp": {".class": "SymbolTableNode", "cross_ref": "numpy.typing._callable._UnsignedIntOp", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_VoidCodes": {".class": "SymbolTableNode", "cross_ref": "numpy.typing._char_codes._VoidCodes", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_VoidDTypeLike": {".class": "SymbolTableNode", "cross_ref": "numpy.typing._dtype_like._VoidDTypeLike", "kind": "Gdef", "module_hidden": true, "module_public": false}, "__all__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.__all__", "name": "__all__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "__annotations__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.__annotations__", "name": "__annotations__", "type": {".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.dict"}}}, "__doc__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.__file__", "name": "__file__", "type": "builtins.str"}}, "__git_version__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.__git_version__", "name": "__git_version__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.__package__", "name": "__package__", "type": "builtins.str"}}, "__path__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.__path__", "name": "__path__", "type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}}}, "__version__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.__version__", "name": "__version__", "type": "builtins.str"}}, "_array": {".class": "SymbolTableNode", "cross_ref": "array", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_ctypes": {".class": "SymbolTableNode", "cross_ref": "numpy.core._internal._ctypes", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_dtype": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "numpy._dtype", "line": 1661, "no_args": true, "normalized": false, "target": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.dtype"}}}, "_flagsobj": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "numpy._flagsobj", "name": "_flagsobj", "type_vars": []}, "deletable_attributes": [], "flags": [], "fullname": "numpy._flagsobj", "has_param_spec_type": false, "metaclass_type": null, "metadata": {}, "module_name": "numpy", "mro": ["numpy._flagsobj", "builtins.object"], "names": {".class": "SymbolTable", "__getitem__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": [], "fullname": "numpy._flagsobj.__getitem__", "name": "__getitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["numpy._flagsobj", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__getitem__ of _flagsobj", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__setitem__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "flags": [], "fullname": "numpy._flagsobj.__setitem__", "name": "__setitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": ["numpy._flagsobj", "builtins.str", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__setitem__ of _flagsobj", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "aligned": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy._flagsobj.aligned", "name": "aligned", "type": "builtins.bool"}}, "behaved": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "numpy._flagsobj.behaved", "name": "behaved", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy._flagsobj"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "behaved of _flagsobj", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "behaved", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy._flagsobj"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "behaved of _flagsobj", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}}, "c_contiguous": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "numpy._flagsobj.c_contiguous", "name": "c_contiguous", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy._flagsobj"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "c_contiguous of _flagsobj", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "c_contiguous", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy._flagsobj"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "c_contiguous of _flagsobj", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}}, "carray": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "numpy._flagsobj.carray", "name": "carray", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy._flagsobj"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "carray of _flagsobj", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "carray", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy._flagsobj"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "carray of _flagsobj", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}}, "contiguous": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "numpy._flagsobj.contiguous", "name": "contiguous", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy._flagsobj"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "contiguous of _flagsobj", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "contiguous", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy._flagsobj"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "contiguous of _flagsobj", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}}, "f_contiguous": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "numpy._flagsobj.f_contiguous", "name": "f_contiguous", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy._flagsobj"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "f_contiguous of _flagsobj", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "f_contiguous", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy._flagsobj"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "f_contiguous of _flagsobj", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}}, "farray": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "numpy._flagsobj.farray", "name": "farray", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy._flagsobj"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "farray of _flagsobj", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "farray", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy._flagsobj"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "farray of _flagsobj", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}}, "fnc": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "numpy._flagsobj.fnc", "name": "fnc", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy._flagsobj"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "fnc of _flagsobj", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "fnc", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy._flagsobj"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "fnc of _flagsobj", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}}, "forc": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "numpy._flagsobj.forc", "name": "forc", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy._flagsobj"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "forc of _flagsobj", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "forc", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy._flagsobj"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "forc of _flagsobj", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}}, "fortran": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "numpy._flagsobj.fortran", "name": "fortran", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy._flagsobj"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "fortran of _flagsobj", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "fortran", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy._flagsobj"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "fortran of _flagsobj", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}}, "num": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "numpy._flagsobj.num", "name": "num", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy._flagsobj"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "num of _flagsobj", "ret_type": "builtins.int", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "num", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy._flagsobj"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "num of _flagsobj", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}}, "owndata": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "numpy._flagsobj.owndata", "name": "owndata", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy._flagsobj"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "owndata of _flagsobj", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "owndata", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy._flagsobj"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "owndata of _flagsobj", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}}, "updateifcopy": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy._flagsobj.updateifcopy", "name": "updateifcopy", "type": "builtins.bool"}}, "writeable": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy._flagsobj.writeable", "name": "writeable", "type": "builtins.bool"}}, "writebackifcopy": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy._flagsobj.writebackifcopy", "name": "writebackifcopy", "type": "builtins.bool"}}}, "slots": null, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "abs": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["has_explicit_value"], "fullname": "numpy.abs", "name": "abs", "type": {".class": "Instance", "args": [{".class": "LiteralType", "fallback": "builtins.str", "value": "absolute"}, {".class": "LiteralType", "fallback": "builtins.int", "value": 20}, {".class": "NoneType"}], "type_ref": "numpy.typing._ufunc._UFunc_Nin1_Nout1"}}}, "absolute": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.absolute", "name": "absolute", "type": {".class": "Instance", "args": [{".class": "LiteralType", "fallback": "builtins.str", "value": "absolute"}, {".class": "LiteralType", "fallback": "builtins.int", "value": 20}, {".class": "NoneType"}], "type_ref": "numpy.typing._ufunc._UFunc_Nin1_Nout1"}}}, "abstractmethod": {".class": "SymbolTableNode", "cross_ref": "abc.abstractmethod", "kind": "Gdef", "module_hidden": true, "module_public": false}, "add": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.add", "name": "add", "type": {".class": "Instance", "args": [{".class": "LiteralType", "fallback": "builtins.str", "value": "add"}, {".class": "LiteralType", "fallback": "builtins.int", "value": 22}, {".class": "LiteralType", "fallback": "builtins.int", "value": 0}], "type_ref": "numpy.typing._ufunc._UFunc_Nin2_Nout1"}}}, "add_docstring": {".class": "SymbolTableNode", "cross_ref": "numpy.lib.function_base.add_docstring", "kind": "Gdef", "module_public": false}, "add_newdoc": {".class": "SymbolTableNode", "cross_ref": "numpy.lib.function_base.add_newdoc", "kind": "Gdef", "module_public": false}, "add_newdoc_ufunc": {".class": "SymbolTableNode", "cross_ref": "numpy.lib.function_base.add_newdoc_ufunc", "kind": "Gdef", "module_public": false}, "all": {".class": "SymbolTableNode", "cross_ref": "numpy.core.fromnumeric.all", "kind": "Gdef", "module_public": false}, "allclose": {".class": "SymbolTableNode", "cross_ref": "numpy.core.numeric.allclose", "kind": "Gdef", "module_public": false}, "amax": {".class": "SymbolTableNode", "cross_ref": "numpy.core.fromnumeric.amax", "kind": "Gdef", "module_public": false}, "amin": {".class": "SymbolTableNode", "cross_ref": "numpy.core.fromnumeric.amin", "kind": "Gdef", "module_public": false}, "angle": {".class": "SymbolTableNode", "cross_ref": "numpy.lib.function_base.angle", "kind": "Gdef", "module_public": false}, "any": {".class": "SymbolTableNode", "cross_ref": "numpy.core.fromnumeric.any", "kind": "Gdef", "module_public": false}, "append": {".class": "SymbolTableNode", "cross_ref": "numpy.lib.function_base.append", "kind": "Gdef", "module_public": false}, "apply_along_axis": {".class": "SymbolTableNode", "cross_ref": "numpy.lib.shape_base.apply_along_axis", "kind": "Gdef", "module_public": false}, "apply_over_axes": {".class": "SymbolTableNode", "cross_ref": "numpy.lib.shape_base.apply_over_axes", "kind": "Gdef", "module_public": false}, "arange": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "numpy.arange", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 5], "arg_names": ["stop", "dtype", "like"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.arange", "name": "arange", "type": null}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "arange", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 5], "arg_names": ["start", "stop", "step", "dtype", "like"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.arange", "name": "arange", "type": null}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "arange", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 1, 5], "arg_names": ["stop", "dtype", "like"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "from_concatenate": false, "implicit": true, "is_ellipsis_args": false, "name": "arange", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 5], "arg_names": ["start", "stop", "step", "dtype", "like"], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "from_concatenate": false, "implicit": true, "is_ellipsis_args": false, "name": "arange", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}]}}}, "arccos": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.arccos", "name": "arccos", "type": {".class": "Instance", "args": [{".class": "LiteralType", "fallback": "builtins.str", "value": "arccos"}, {".class": "LiteralType", "fallback": "builtins.int", "value": 8}, {".class": "NoneType"}], "type_ref": "numpy.typing._ufunc._UFunc_Nin1_Nout1"}}}, "arccosh": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.arccosh", "name": "arccosh", "type": {".class": "Instance", "args": [{".class": "LiteralType", "fallback": "builtins.str", "value": "arccosh"}, {".class": "LiteralType", "fallback": "builtins.int", "value": 8}, {".class": "NoneType"}], "type_ref": "numpy.typing._ufunc._UFunc_Nin1_Nout1"}}}, "arcsin": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.arcsin", "name": "arcsin", "type": {".class": "Instance", "args": [{".class": "LiteralType", "fallback": "builtins.str", "value": "arcsin"}, {".class": "LiteralType", "fallback": "builtins.int", "value": 8}, {".class": "NoneType"}], "type_ref": "numpy.typing._ufunc._UFunc_Nin1_Nout1"}}}, "arcsinh": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.arcsinh", "name": "arcsinh", "type": {".class": "Instance", "args": [{".class": "LiteralType", "fallback": "builtins.str", "value": "arcsinh"}, {".class": "LiteralType", "fallback": "builtins.int", "value": 8}, {".class": "NoneType"}], "type_ref": "numpy.typing._ufunc._UFunc_Nin1_Nout1"}}}, "arctan": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.arctan", "name": "arctan", "type": {".class": "Instance", "args": [{".class": "LiteralType", "fallback": "builtins.str", "value": "arctan"}, {".class": "LiteralType", "fallback": "builtins.int", "value": 8}, {".class": "NoneType"}], "type_ref": "numpy.typing._ufunc._UFunc_Nin1_Nout1"}}}, "arctan2": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.arctan2", "name": "arctan2", "type": {".class": "Instance", "args": [{".class": "LiteralType", "fallback": "builtins.str", "value": "arctan2"}, {".class": "LiteralType", "fallback": "builtins.int", "value": 5}, {".class": "NoneType"}], "type_ref": "numpy.typing._ufunc._UFunc_Nin2_Nout1"}}}, "arctanh": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.arctanh", "name": "arctanh", "type": {".class": "Instance", "args": [{".class": "LiteralType", "fallback": "builtins.str", "value": "arctanh"}, {".class": "LiteralType", "fallback": "builtins.int", "value": 8}, {".class": "NoneType"}], "type_ref": "numpy.typing._ufunc._UFunc_Nin1_Nout1"}}}, "argmax": {".class": "SymbolTableNode", "cross_ref": "numpy.core.fromnumeric.argmax", "kind": "Gdef", "module_public": false}, "argmin": {".class": "SymbolTableNode", "cross_ref": "numpy.core.fromnumeric.argmin", "kind": "Gdef", "module_public": false}, "argpartition": {".class": "SymbolTableNode", "cross_ref": "numpy.core.fromnumeric.argpartition", "kind": "Gdef", "module_public": false}, "argsort": {".class": "SymbolTableNode", "cross_ref": "numpy.core.fromnumeric.argsort", "kind": "Gdef", "module_public": false}, "argwhere": {".class": "SymbolTableNode", "cross_ref": "numpy.core.numeric.argwhere", "kind": "Gdef", "module_public": false}, "around": {".class": "SymbolTableNode", "cross_ref": "numpy.core.fromnumeric.around", "kind": "Gdef", "module_public": false}, "array": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 1, 5, 5, 5, 5, 5], "arg_names": ["object", "dtype", "copy", "order", "subok", "ndmin", "like"], "flags": [], "fullname": "numpy.array", "name": "array", "type": {".class": "CallableType", "arg_kinds": [0, 1, 5, 5, 5, 5, 5], "arg_names": ["object", "dtype", "copy", "order", "subok", "ndmin", "like"], "arg_types": ["builtins.object", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._dtype_like.DTypeLike"}, "builtins.bool", {".class": "TypeAliasType", "args": [], "type_ref": "numpy._OrderKACF"}, "builtins.bool", "builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "array", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.ndarray"}, "type_guard": null, "variables": []}}}, "array2string": {".class": "SymbolTableNode", "cross_ref": "numpy.core.arrayprint.array2string", "kind": "Gdef", "module_public": false}, "array_equal": {".class": "SymbolTableNode", "cross_ref": "numpy.core.numeric.array_equal", "kind": "Gdef", "module_public": false}, "array_equiv": {".class": "SymbolTableNode", "cross_ref": "numpy.core.numeric.array_equiv", "kind": "Gdef", "module_public": false}, "array_repr": {".class": "SymbolTableNode", "cross_ref": "numpy.core.arrayprint.array_repr", "kind": "Gdef", "module_public": false}, "array_split": {".class": "SymbolTableNode", "cross_ref": "numpy.lib.shape_base.array_split", "kind": "Gdef", "module_public": false}, "array_str": {".class": "SymbolTableNode", "cross_ref": "numpy.core.arrayprint.array_str", "kind": "Gdef", "module_public": false}, "asanyarray": {".class": "SymbolTableNode", "cross_ref": "numpy.core._asarray.asanyarray", "kind": "Gdef", "module_public": false}, "asarray": {".class": "SymbolTableNode", "cross_ref": "numpy.core._asarray.asarray", "kind": "Gdef", "module_public": false}, "asarray_chkfinite": {".class": "SymbolTableNode", "cross_ref": "numpy.lib.function_base.asarray_chkfinite", "kind": "Gdef", "module_public": false}, "ascontiguousarray": {".class": "SymbolTableNode", "cross_ref": "numpy.core._asarray.ascontiguousarray", "kind": "Gdef", "module_public": false}, "asfarray": {".class": "SymbolTableNode", "cross_ref": "numpy.lib.type_check.asfarray", "kind": "Gdef", "module_public": false}, "asfortranarray": {".class": "SymbolTableNode", "cross_ref": "numpy.core._asarray.asfortranarray", "kind": "Gdef", "module_public": false}, "asmatrix": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["data", "dtype"], "flags": [], "fullname": "numpy.asmatrix", "name": "asmatrix", "type": null}}, "asscalar": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["a"], "flags": [], "fullname": "numpy.asscalar", "name": "asscalar", "type": null}}, "atleast_1d": {".class": "SymbolTableNode", "cross_ref": "numpy.core.shape_base.atleast_1d", "kind": "Gdef", "module_public": false}, "atleast_2d": {".class": "SymbolTableNode", "cross_ref": "numpy.core.shape_base.atleast_2d", "kind": "Gdef", "module_public": false}, "atleast_3d": {".class": "SymbolTableNode", "cross_ref": "numpy.core.shape_base.atleast_3d", "kind": "Gdef", "module_public": false}, "average": {".class": "SymbolTableNode", "cross_ref": "numpy.lib.function_base.average", "kind": "Gdef", "module_public": false}, "bartlett": {".class": "SymbolTableNode", "cross_ref": "numpy.lib.function_base.bartlett", "kind": "Gdef", "module_public": false}, "base_repr": {".class": "SymbolTableNode", "cross_ref": "numpy.core.numeric.base_repr", "kind": "Gdef", "module_public": false}, "binary_repr": {".class": "SymbolTableNode", "cross_ref": "numpy.core.numeric.binary_repr", "kind": "Gdef", "module_public": false}, "bincount": {".class": "SymbolTableNode", "cross_ref": "numpy.core.multiarray.bincount", "kind": "Gdef", "module_public": false}, "bitwise_and": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.bitwise_and", "name": "bitwise_and", "type": {".class": "Instance", "args": [{".class": "LiteralType", "fallback": "builtins.str", "value": "bitwise_and"}, {".class": "LiteralType", "fallback": "builtins.int", "value": 12}, {".class": "LiteralType", "fallback": "builtins.int", "value": -1}], "type_ref": "numpy.typing._ufunc._UFunc_Nin2_Nout1"}}}, "bitwise_not": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.bitwise_not", "name": "bitwise_not", "type": {".class": "Instance", "args": [{".class": "LiteralType", "fallback": "builtins.str", "value": "invert"}, {".class": "LiteralType", "fallback": "builtins.int", "value": 12}, {".class": "NoneType"}], "type_ref": "numpy.typing._ufunc._UFunc_Nin1_Nout1"}}}, "bitwise_or": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.bitwise_or", "name": "bitwise_or", "type": {".class": "Instance", "args": [{".class": "LiteralType", "fallback": "builtins.str", "value": "bitwise_or"}, {".class": "LiteralType", "fallback": "builtins.int", "value": 12}, {".class": "LiteralType", "fallback": "builtins.int", "value": 0}], "type_ref": "numpy.typing._ufunc._UFunc_Nin2_Nout1"}}}, "bitwise_xor": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.bitwise_xor", "name": "bitwise_xor", "type": {".class": "Instance", "args": [{".class": "LiteralType", "fallback": "builtins.str", "value": "bitwise_xor"}, {".class": "LiteralType", "fallback": "builtins.int", "value": 12}, {".class": "LiteralType", "fallback": "builtins.int", "value": 0}], "type_ref": "numpy.typing._ufunc._UFunc_Nin2_Nout1"}}}, "blackman": {".class": "SymbolTableNode", "cross_ref": "numpy.lib.function_base.blackman", "kind": "Gdef", "module_public": false}, "block": {".class": "SymbolTableNode", "cross_ref": "numpy.core.shape_base.block", "kind": "Gdef", "module_public": false}, "bool8": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "numpy.bool8", "line": 3116, "no_args": true, "normalized": false, "target": "numpy.bool_"}}, "bool_": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["numpy.generic"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "numpy.bool_", "name": "bool_", "type_vars": []}, "deletable_attributes": [], "flags": [], "fullname": "numpy.bool_", "has_param_spec_type": false, "metaclass_type": null, "metadata": {}, "module_name": "numpy", "mro": ["numpy.bool_", "numpy.generic", "numpy._ArrayOrScalarCommon", "builtins.object"], "names": {".class": "SymbolTable", "__abs__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": [null], "flags": [], "fullname": "numpy.bool_.__abs__", "name": "__abs__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "namespace": "", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__abs__ of bool_", "ret_type": {".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "namespace": "", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "namespace": "", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}]}}}, "__add__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.bool_.__add__", "name": "__add__", "type": {".class": "Instance", "args": ["numpy.bool_"], "type_ref": "numpy.typing._callable._BoolOp"}}}, "__and__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.bool_.__and__", "name": "__and__", "type": {".class": "Instance", "args": ["numpy.bool_"], "type_ref": "numpy.typing._callable._BoolBitOp"}}}, "__complex__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": [null], "flags": [], "fullname": "numpy.bool_.__complex__", "name": "__complex__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["numpy.bool_"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__complex__ of bool_", "ret_type": "builtins.complex", "type_guard": null, "variables": []}}}, "__divmod__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.bool_.__divmod__", "name": "__divmod__", "type": "numpy.typing._callable._BoolDivMod"}}, "__float__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": [null], "flags": [], "fullname": "numpy.bool_.__float__", "name": "__float__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["numpy.bool_"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__float__ of bool_", "ret_type": "builtins.float", "type_guard": null, "variables": []}}}, "__floordiv__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.bool_.__floordiv__", "name": "__floordiv__", "type": {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.int8"}], "type_ref": "numpy.typing._callable._BoolOp"}}}, "__ge__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.bool_.__ge__", "name": "__ge__", "type": {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._NumberLike_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeNumber_co"}], "type_ref": "numpy.typing._callable._ComparisonOp"}}}, "__gt__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.bool_.__gt__", "name": "__gt__", "type": {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._NumberLike_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeNumber_co"}], "type_ref": "numpy.typing._callable._ComparisonOp"}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", null], "flags": [], "fullname": "numpy.bool_.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", null], "arg_types": ["numpy.bool_", "builtins.object"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__init__ of bool_", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__int__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": [null], "flags": [], "fullname": "numpy.bool_.__int__", "name": "__int__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["numpy.bool_"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__int__ of bool_", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "__invert__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": [null], "flags": [], "fullname": "numpy.bool_.__invert__", "name": "__invert__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["numpy.bool_"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__invert__ of bool_", "ret_type": "numpy.bool_", "type_guard": null, "variables": []}}}, "__le__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.bool_.__le__", "name": "__le__", "type": {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._NumberLike_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeNumber_co"}], "type_ref": "numpy.typing._callable._ComparisonOp"}}}, "__lshift__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.bool_.__lshift__", "name": "__lshift__", "type": {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.int8"}], "type_ref": "numpy.typing._callable._BoolBitOp"}}}, "__lt__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.bool_.__lt__", "name": "__lt__", "type": {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._NumberLike_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeNumber_co"}], "type_ref": "numpy.typing._callable._ComparisonOp"}}}, "__mod__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.bool_.__mod__", "name": "__mod__", "type": "numpy.typing._callable._BoolMod"}}, "__mul__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.bool_.__mul__", "name": "__mul__", "type": {".class": "Instance", "args": ["numpy.bool_"], "type_ref": "numpy.typing._callable._BoolOp"}}}, "__or__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.bool_.__or__", "name": "__or__", "type": {".class": "Instance", "args": ["numpy.bool_"], "type_ref": "numpy.typing._callable._BoolBitOp"}}}, "__pow__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.bool_.__pow__", "name": "__pow__", "type": {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.int8"}], "type_ref": "numpy.typing._callable._BoolOp"}}}, "__radd__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.bool_.__radd__", "name": "__radd__", "type": {".class": "Instance", "args": ["numpy.bool_"], "type_ref": "numpy.typing._callable._BoolOp"}}}, "__rand__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.bool_.__rand__", "name": "__rand__", "type": {".class": "Instance", "args": ["numpy.bool_"], "type_ref": "numpy.typing._callable._BoolBitOp"}}}, "__rdivmod__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.bool_.__rdivmod__", "name": "__rdivmod__", "type": "numpy.typing._callable._BoolDivMod"}}, "__rfloordiv__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.bool_.__rfloordiv__", "name": "__rfloordiv__", "type": {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.int8"}], "type_ref": "numpy.typing._callable._BoolOp"}}}, "__rlshift__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.bool_.__rlshift__", "name": "__rlshift__", "type": {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.int8"}], "type_ref": "numpy.typing._callable._BoolBitOp"}}}, "__rmod__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.bool_.__rmod__", "name": "__rmod__", "type": "numpy.typing._callable._BoolMod"}}, "__rmul__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.bool_.__rmul__", "name": "__rmul__", "type": {".class": "Instance", "args": ["numpy.bool_"], "type_ref": "numpy.typing._callable._BoolOp"}}}, "__ror__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.bool_.__ror__", "name": "__ror__", "type": {".class": "Instance", "args": ["numpy.bool_"], "type_ref": "numpy.typing._callable._BoolBitOp"}}}, "__rpow__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.bool_.__rpow__", "name": "__rpow__", "type": {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.int8"}], "type_ref": "numpy.typing._callable._BoolOp"}}}, "__rrshift__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.bool_.__rrshift__", "name": "__rrshift__", "type": {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.int8"}], "type_ref": "numpy.typing._callable._BoolBitOp"}}}, "__rshift__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.bool_.__rshift__", "name": "__rshift__", "type": {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.int8"}], "type_ref": "numpy.typing._callable._BoolBitOp"}}}, "__rsub__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.bool_.__rsub__", "name": "__rsub__", "type": "numpy.typing._callable._BoolSub"}}, "__rtruediv__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.bool_.__rtruediv__", "name": "__rtruediv__", "type": "numpy.typing._callable._BoolTrueDiv"}}, "__rxor__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.bool_.__rxor__", "name": "__rxor__", "type": {".class": "Instance", "args": ["numpy.bool_"], "type_ref": "numpy.typing._callable._BoolBitOp"}}}, "__sub__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.bool_.__sub__", "name": "__sub__", "type": "numpy.typing._callable._BoolSub"}}, "__truediv__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.bool_.__truediv__", "name": "__truediv__", "type": "numpy.typing._callable._BoolTrueDiv"}}, "__xor__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.bool_.__xor__", "name": "__xor__", "type": {".class": "Instance", "args": ["numpy.bool_"], "type_ref": "numpy.typing._callable._BoolBitOp"}}}, "imag": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "numpy.bool_.imag", "name": "imag", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "namespace": "", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "imag of bool_", "ret_type": {".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "namespace": "", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "namespace": "", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}]}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "imag", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "namespace": "", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "imag of bool_", "ret_type": {".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "namespace": "", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "namespace": "", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}]}}}}, "item": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", null], "flags": [], "fullname": "numpy.bool_.item", "name": "item", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", null], "arg_types": ["numpy.bool_", {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.int", "value": 0}, {".class": "TupleType", "implicit": false, "items": [], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}, {".class": "TupleType", "implicit": false, "items": [{".class": "LiteralType", "fallback": "builtins.int", "value": 0}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "item of bool_", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "real": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "numpy.bool_.real", "name": "real", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "namespace": "", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "real of bool_", "ret_type": {".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "namespace": "", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "namespace": "", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}]}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "real", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "namespace": "", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "real of bool_", "ret_type": {".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "namespace": "", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "namespace": "", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}]}}}}, "tolist": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.bool_.tolist", "name": "tolist", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy.bool_"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "tolist of bool_", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}}, "slots": null, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "broadcast": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "numpy.broadcast", "name": "broadcast", "type_vars": []}, "deletable_attributes": [], "flags": [], "fullname": "numpy.broadcast", "has_param_spec_type": false, "metaclass_type": null, "metadata": {}, "module_name": "numpy", "mro": ["numpy.broadcast", "builtins.object"], "names": {".class": "SymbolTable", "__iter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": [null], "flags": [], "fullname": "numpy.broadcast.__iter__", "name": "__iter__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "TypeVarType", "fullname": "numpy._T", "id": -1, "name": "_T", "namespace": "", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__iter__ of broadcast", "ret_type": {".class": "TypeVarType", "fullname": "numpy._T", "id": -1, "name": "_T", "namespace": "", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._T", "id": -1, "name": "_T", "namespace": "", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}, "__new__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2], "arg_names": ["cls", "args"], "flags": [], "fullname": "numpy.broadcast.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 2], "arg_names": ["cls", "args"], "arg_types": [{".class": "TypeType", "item": "numpy.broadcast"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__new__ of broadcast", "ret_type": "numpy.broadcast", "type_guard": null, "variables": []}}}, "__next__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.broadcast.__next__", "name": "__next__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy.broadcast"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__next__ of broadcast", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "builtins.tuple"}, "type_guard": null, "variables": []}}}, "index": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "numpy.broadcast.index", "name": "index", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy.broadcast"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "index of broadcast", "ret_type": "builtins.int", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "index", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy.broadcast"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "index of broadcast", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}}, "iters": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "numpy.broadcast.iters", "name": "iters", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy.broadcast"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "iters of broadcast", "ret_type": {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.flatiter"}], "type_ref": "builtins.tuple"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "iters", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy.broadcast"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "iters of broadcast", "ret_type": {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.flatiter"}], "type_ref": "builtins.tuple"}, "type_guard": null, "variables": []}}}}, "nd": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "numpy.broadcast.nd", "name": "nd", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy.broadcast"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "nd of broadcast", "ret_type": "builtins.int", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "nd", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy.broadcast"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "nd of broadcast", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}}, "ndim": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "numpy.broadcast.ndim", "name": "ndim", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy.broadcast"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "ndim of broadcast", "ret_type": "builtins.int", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "ndim", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy.broadcast"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "ndim of broadcast", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}}, "numiter": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "numpy.broadcast.numiter", "name": "numiter", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy.broadcast"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "numiter of broadcast", "ret_type": "builtins.int", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "numiter", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy.broadcast"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "numiter of broadcast", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}}, "reset": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.broadcast.reset", "name": "reset", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy.broadcast"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "reset of broadcast", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "shape": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "numpy.broadcast.shape", "name": "shape", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy.broadcast"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "shape of broadcast", "ret_type": {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._shape._Shape"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "shape", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy.broadcast"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "shape of broadcast", "ret_type": {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._shape._Shape"}, "type_guard": null, "variables": []}}}}, "size": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "numpy.broadcast.size", "name": "size", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy.broadcast"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "size of broadcast", "ret_type": "builtins.int", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "size", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy.broadcast"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "size of broadcast", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}}}, "slots": null, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "broadcast_arrays": {".class": "SymbolTableNode", "cross_ref": "numpy.lib.stride_tricks.broadcast_arrays", "kind": "Gdef", "module_public": false}, "broadcast_shapes": {".class": "SymbolTableNode", "cross_ref": "numpy.lib.stride_tricks.broadcast_shapes", "kind": "Gdef", "module_public": false}, "broadcast_to": {".class": "SymbolTableNode", "cross_ref": "numpy.lib.stride_tricks.broadcast_to", "kind": "Gdef", "module_public": false}, "builtins": {".class": "SymbolTableNode", "cross_ref": "builtins", "kind": "Gdef", "module_hidden": true, "module_public": false}, "busday_count": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1], "arg_names": ["begindates", "enddates", "weekmask", "holidays", "busdaycal", "out"], "flags": [], "fullname": "numpy.busday_count", "name": "busday_count", "type": null}}, "busday_offset": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1, 1], "arg_names": ["dates", "offsets", "roll", "weekmask", "holidays", "busdaycal", "out"], "flags": [], "fullname": "numpy.busday_offset", "name": "busday_offset", "type": null}}, "busdaycalendar": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "numpy.busdaycalendar", "name": "busdaycalendar", "type_vars": []}, "deletable_attributes": [], "flags": [], "fullname": "numpy.busdaycalendar", "has_param_spec_type": false, "metaclass_type": null, "metadata": {}, "module_name": "numpy", "mro": ["numpy.busdaycalendar", "builtins.object"], "names": {".class": "SymbolTable", "__getattr__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": [], "fullname": "numpy.busdaycalendar.__getattr__", "name": "__getattr__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["numpy.busdaycalendar", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__getattr__ of busdaycalendar", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "__new__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["cls", "weekmask", "holidays"], "flags": [], "fullname": "numpy.busdaycalendar.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["cls", "weekmask", "holidays"], "arg_types": [{".class": "TypeType", "item": "numpy.busdaycalendar"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__new__ of busdaycalendar", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}}, "slots": null, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "byte": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "numpy.byte", "line": 3259, "no_args": false, "normalized": false, "target": {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._nbit._NBitByte"}], "type_ref": "numpy.signedinteger"}}}, "byte_bounds": {".class": "SymbolTableNode", "cross_ref": "numpy.lib.utils.byte_bounds", "kind": "Gdef", "module_public": false}, "bytes0": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "numpy.bytes0", "line": 3488, "no_args": true, "normalized": false, "target": "numpy.bytes_"}}, "bytes_": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["numpy.character", "builtins.bytes"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "numpy.bytes_", "name": "bytes_", "type_vars": []}, "deletable_attributes": [], "flags": [], "fullname": "numpy.bytes_", "has_param_spec_type": false, "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "numpy", "mro": ["numpy.bytes_", "numpy.character", "numpy.flexible", "numpy.generic", "numpy._ArrayOrScalarCommon", "builtins.bytes", "typing.ByteString", "typing.Sequence", "typing.Collection", "typing.Reversible", "typing.Iterable", "typing.Container", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "numpy.bytes_.__init__", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.bytes_.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", null], "arg_types": ["numpy.bytes_", "builtins.object"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__init__ of bytes_", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__init__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", null, "encoding", "errors"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.bytes_.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", null, "encoding", "errors"], "arg_types": ["numpy.bytes_", "builtins.str", "builtins.str", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__init__ of bytes_", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__init__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", null], "arg_types": ["numpy.bytes_", "builtins.object"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__init__ of bytes_", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", null, "encoding", "errors"], "arg_types": ["numpy.bytes_", "builtins.str", "builtins.str", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__init__ of bytes_", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}]}}}, "item": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", null], "flags": [], "fullname": "numpy.bytes_.item", "name": "item", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", null], "arg_types": ["numpy.bytes_", {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.int", "value": 0}, {".class": "TupleType", "implicit": false, "items": [], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}, {".class": "TupleType", "implicit": false, "items": [{".class": "LiteralType", "fallback": "builtins.int", "value": 0}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "item of bytes_", "ret_type": "builtins.bytes", "type_guard": null, "variables": []}}}, "tolist": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.bytes_.tolist", "name": "tolist", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy.bytes_"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "tolist of bytes_", "ret_type": "builtins.bytes", "type_guard": null, "variables": []}}}}, "slots": null, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "c_": {".class": "SymbolTableNode", "cross_ref": "numpy.lib.index_tricks.c_", "kind": "Gdef", "module_public": false}, "can_cast": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["from_", "to", "casting"], "flags": [], "fullname": "numpy.can_cast", "name": "can_cast", "type": null}}, "cast": {".class": "SymbolTableNode", "cross_ref": "numpy.core.numerictypes.cast", "kind": "Gdef", "module_public": false}, "cbrt": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.cbrt", "name": "cbrt", "type": {".class": "Instance", "args": [{".class": "LiteralType", "fallback": "builtins.str", "value": "cbrt"}, {".class": "LiteralType", "fallback": "builtins.int", "value": 5}, {".class": "NoneType"}], "type_ref": "numpy.typing._ufunc._UFunc_Nin1_Nout1"}}}, "cdouble": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "numpy.cdouble", "line": 3441, "no_args": false, "normalized": false, "target": {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._nbit._NBitDouble"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._nbit._NBitDouble"}], "type_ref": "numpy.complexfloating"}}}, "ceil": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ceil", "name": "ceil", "type": {".class": "Instance", "args": [{".class": "LiteralType", "fallback": "builtins.str", "value": "ceil"}, {".class": "LiteralType", "fallback": "builtins.int", "value": 7}, {".class": "NoneType"}], "type_ref": "numpy.typing._ufunc._UFunc_Nin1_Nout1"}}}, "cfloat": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "numpy.cfloat", "line": 3443, "no_args": false, "normalized": false, "target": {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._nbit._NBitDouble"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._nbit._NBitDouble"}], "type_ref": "numpy.complexfloating"}}}, "char": {".class": "SymbolTableNode", "cross_ref": "numpy.char", "kind": "Gdef", "module_public": false}, "character": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": ["__init__"], "bases": ["numpy.flexible"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "numpy.character", "name": "character", "type_vars": []}, "deletable_attributes": [], "flags": ["is_abstract"], "fullname": "numpy.character", "has_param_spec_type": false, "metaclass_type": null, "metadata": {}, "module_name": "numpy", "mro": ["numpy.character", "numpy.flexible", "numpy.generic", "numpy._ArrayOrScalarCommon", "builtins.object"], "names": {".class": "SymbolTable", "__float__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": [null], "flags": [], "fullname": "numpy.character.__float__", "name": "__float__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["numpy.character"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__float__ of character", "ret_type": "builtins.float", "type_guard": null, "variables": []}}}, "__int__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": [null], "flags": [], "fullname": "numpy.character.__int__", "name": "__int__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["numpy.character"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__int__ of character", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}}, "slots": null, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "chararray": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._ShapeType", "id": 1, "name": "_ShapeType", "namespace": "numpy.chararray", "upper_bound": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "numpy._DType_co", "id": 2, "name": "_DType_co", "namespace": "numpy.chararray", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.dtype"}, "values": [], "variance": 1}], "type_ref": "numpy.ndarray"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "numpy.chararray", "name": "chararray", "type_vars": [{".class": "TypeVarType", "fullname": "numpy._ShapeType", "id": 1, "name": "_ShapeType", "namespace": "numpy.chararray", "upper_bound": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "numpy._DType_co", "id": 2, "name": "_DType_co", "namespace": "numpy.chararray", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.dtype"}, "values": [], "variance": 1}]}, "deletable_attributes": [], "flags": [], "fullname": "numpy.chararray", "has_param_spec_type": false, "metaclass_type": null, "metadata": {}, "module_name": "numpy", "mro": ["numpy.chararray", "numpy.ndarray", "numpy._ArrayOrScalarCommon", "builtins.object"], "names": {".class": "SymbolTable", "__array_finalize__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "obj"], "flags": [], "fullname": "numpy.chararray.__array_finalize__", "name": "__array_finalize__", "type": null}}, "__new__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1, 1, 1], "arg_names": ["subtype", "shape", "itemsize", "unicode", "buffer", "offset", "strides", "order"], "flags": [], "fullname": "numpy.chararray.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1, 1, 1], "arg_names": ["subtype", "shape", "itemsize", "unicode", "buffer", "offset", "strides", "order"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._ShapeType", "id": 1, "name": "_ShapeType", "namespace": "numpy.chararray", "upper_bound": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "numpy._DType_co", "id": 2, "name": "_DType_co", "namespace": "numpy.chararray", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.dtype"}, "values": [], "variance": 1}], "type_ref": "numpy.chararray"}}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "subtype"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__new__ of chararray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "argsort": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "axis", "kind", "order"], "flags": [], "fullname": "numpy.chararray.argsort", "name": "argsort", "type": null}}, "capitalize": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.chararray.capitalize", "name": "capitalize", "type": null}}, "center": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "width", "fillchar"], "flags": [], "fullname": "numpy.chararray.center", "name": "center", "type": null}}, "count": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "sub", "start", "end"], "flags": [], "fullname": "numpy.chararray.count", "name": "count", "type": null}}, "decode": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["self", "encoding", "errors"], "flags": [], "fullname": "numpy.chararray.decode", "name": "decode", "type": null}}, "encode": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["self", "encoding", "errors"], "flags": [], "fullname": "numpy.chararray.encode", "name": "encode", "type": null}}, "endswith": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "suffix", "start", "end"], "flags": [], "fullname": "numpy.chararray.endswith", "name": "endswith", "type": null}}, "expandtabs": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "tabsize"], "flags": [], "fullname": "numpy.chararray.expandtabs", "name": "expandtabs", "type": null}}, "find": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "sub", "start", "end"], "flags": [], "fullname": "numpy.chararray.find", "name": "find", "type": null}}, "index": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "sub", "start", "end"], "flags": [], "fullname": "numpy.chararray.index", "name": "index", "type": null}}, "isalnum": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.chararray.isalnum", "name": "isalnum", "type": null}}, "isalpha": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.chararray.isalpha", "name": "isalpha", "type": null}}, "isdecimal": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.chararray.isdecimal", "name": "isdecimal", "type": null}}, "isdigit": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.chararray.isdigit", "name": "isdigit", "type": null}}, "islower": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.chararray.islower", "name": "islower", "type": null}}, "isnumeric": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.chararray.isnumeric", "name": "isnumeric", "type": null}}, "isspace": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.chararray.isspace", "name": "isspace", "type": null}}, "istitle": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.chararray.istitle", "name": "istitle", "type": null}}, "isupper": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.chararray.isupper", "name": "isupper", "type": null}}, "join": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "seq"], "flags": [], "fullname": "numpy.chararray.join", "name": "join", "type": null}}, "ljust": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "width", "fillchar"], "flags": [], "fullname": "numpy.chararray.ljust", "name": "ljust", "type": null}}, "lower": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.chararray.lower", "name": "lower", "type": null}}, "lstrip": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "chars"], "flags": [], "fullname": "numpy.chararray.lstrip", "name": "lstrip", "type": null}}, "partition": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "sep"], "flags": [], "fullname": "numpy.chararray.partition", "name": "partition", "type": null}}, "replace": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "old", "new", "count"], "flags": [], "fullname": "numpy.chararray.replace", "name": "replace", "type": null}}, "rfind": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "sub", "start", "end"], "flags": [], "fullname": "numpy.chararray.rfind", "name": "rfind", "type": null}}, "rindex": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "sub", "start", "end"], "flags": [], "fullname": "numpy.chararray.rindex", "name": "rindex", "type": null}}, "rjust": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "width", "fillchar"], "flags": [], "fullname": "numpy.chararray.rjust", "name": "rjust", "type": null}}, "rpartition": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "sep"], "flags": [], "fullname": "numpy.chararray.rpartition", "name": "rpartition", "type": null}}, "rsplit": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["self", "sep", "maxsplit"], "flags": [], "fullname": "numpy.chararray.rsplit", "name": "rsplit", "type": null}}, "rstrip": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "chars"], "flags": [], "fullname": "numpy.chararray.rstrip", "name": "rstrip", "type": null}}, "split": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["self", "sep", "maxsplit"], "flags": [], "fullname": "numpy.chararray.split", "name": "split", "type": null}}, "splitlines": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "keepends"], "flags": [], "fullname": "numpy.chararray.splitlines", "name": "splitlines", "type": null}}, "startswith": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "prefix", "start", "end"], "flags": [], "fullname": "numpy.chararray.startswith", "name": "startswith", "type": null}}, "strip": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "chars"], "flags": [], "fullname": "numpy.chararray.strip", "name": "strip", "type": null}}, "swapcase": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.chararray.swapcase", "name": "swapcase", "type": null}}, "title": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.chararray.title", "name": "title", "type": null}}, "translate": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "table", "deletechars"], "flags": [], "fullname": "numpy.chararray.translate", "name": "translate", "type": null}}, "upper": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.chararray.upper", "name": "upper", "type": null}}, "zfill": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "width"], "flags": [], "fullname": "numpy.chararray.zfill", "name": "zfill", "type": null}}}, "slots": null, "tuple_type": null, "type_vars": ["_ShapeType", "_DType_co"], "typeddict_type": null}}, "choose": {".class": "SymbolTableNode", "cross_ref": "numpy.core.fromnumeric.choose", "kind": "Gdef", "module_public": false}, "clip": {".class": "SymbolTableNode", "cross_ref": "numpy.core.fromnumeric.clip", "kind": "Gdef", "module_public": false}, "clongdouble": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "numpy.clongdouble", "line": 3444, "no_args": false, "normalized": false, "target": {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._nbit._NBitLongDouble"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._nbit._NBitLongDouble"}], "type_ref": "numpy.complexfloating"}}}, "clongfloat": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "numpy.clongfloat", "line": 3445, "no_args": false, "normalized": false, "target": {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._nbit._NBitLongDouble"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._nbit._NBitLongDouble"}], "type_ref": "numpy.complexfloating"}}}, "column_stack": {".class": "SymbolTableNode", "cross_ref": "numpy.lib.shape_base.column_stack", "kind": "Gdef", "module_public": false}, "common_type": {".class": "SymbolTableNode", "cross_ref": "numpy.lib.type_check.common_type", "kind": "Gdef", "module_public": false}, "compare_chararrays": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["a", "b", "cmp_op", "rstrip"], "flags": [], "fullname": "numpy.compare_chararrays", "name": "compare_chararrays", "type": null}}, "complex128": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "numpy.complex128", "line": 3437, "no_args": false, "normalized": false, "target": {".class": "Instance", "args": ["numpy.typing._64Bit", "numpy.typing._64Bit"], "type_ref": "numpy.complexfloating"}}}, "complex160": {".class": "SymbolTableNode", "cross_ref": "numpy.typing._extended_precision.complex160", "kind": "Gdef", "module_public": false}, "complex192": {".class": "SymbolTableNode", "cross_ref": "numpy.typing._extended_precision.complex192", "kind": "Gdef", "module_public": false}, "complex256": {".class": "SymbolTableNode", "cross_ref": "numpy.typing._extended_precision.complex256", "kind": "Gdef", "module_public": false}, "complex512": {".class": "SymbolTableNode", "cross_ref": "numpy.typing._extended_precision.complex512", "kind": "Gdef", "module_public": false}, "complex64": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "numpy.complex64", "line": 3436, "no_args": false, "normalized": false, "target": {".class": "Instance", "args": ["numpy.typing._32Bit", "numpy.typing._32Bit"], "type_ref": "numpy.complexfloating"}}}, "complex_": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "numpy.complex_", "line": 3442, "no_args": false, "normalized": false, "target": {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._nbit._NBitDouble"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._nbit._NBitDouble"}], "type_ref": "numpy.complexfloating"}}}, "complexfloating": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": 1, "name": "_NBit1", "namespace": "numpy.complexfloating", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.inexact"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "numpy.complexfloating", "name": "complexfloating", "type_vars": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": 1, "name": "_NBit1", "namespace": "numpy.complexfloating", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "numpy._NBit2", "id": 2, "name": "_NBit2", "namespace": "numpy.complexfloating", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}]}, "deletable_attributes": [], "flags": [], "fullname": "numpy.complexfloating", "has_param_spec_type": false, "metaclass_type": null, "metadata": {}, "module_name": "numpy", "mro": ["numpy.complexfloating", "numpy.inexact", "numpy.number", "numpy.generic", "numpy._ArrayOrScalarCommon", "builtins.object"], "names": {".class": "SymbolTable", "__abs__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": [null], "flags": [], "fullname": "numpy.complexfloating.__abs__", "name": "__abs__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": 1, "name": "_NBit1", "namespace": "numpy.complexfloating", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "numpy._NBit2", "id": 2, "name": "_NBit2", "namespace": "numpy.complexfloating", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.complexfloating"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__abs__ of complexfloating", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": 1, "name": "_NBit1", "namespace": "numpy.complexfloating", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.floating"}, "type_guard": null, "variables": []}}}, "__add__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.complexfloating.__add__", "name": "__add__", "type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": 1, "name": "_NBit1", "namespace": "numpy.complexfloating", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.typing._callable._ComplexOp"}}}, "__floordiv__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.complexfloating.__floordiv__", "name": "__floordiv__", "type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": 1, "name": "_NBit1", "namespace": "numpy.complexfloating", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.typing._callable._ComplexOp"}}}, "__getnewargs__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.complexfloating.__getnewargs__", "name": "__getnewargs__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.complex128"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__getnewargs__ of complexfloating", "ret_type": {".class": "TupleType", "implicit": false, "items": ["builtins.float", "builtins.float"], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}, "type_guard": null, "variables": []}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", null], "flags": [], "fullname": "numpy.complexfloating.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": 1, "name": "_NBit1", "namespace": "numpy.complexfloating", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "numpy._NBit2", "id": 2, "name": "_NBit2", "namespace": "numpy.complexfloating", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.complexfloating"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy._ComplexValue"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__init__ of complexfloating", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__mul__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.complexfloating.__mul__", "name": "__mul__", "type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": 1, "name": "_NBit1", "namespace": "numpy.complexfloating", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.typing._callable._ComplexOp"}}}, "__pow__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.complexfloating.__pow__", "name": "__pow__", "type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": 1, "name": "_NBit1", "namespace": "numpy.complexfloating", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.typing._callable._ComplexOp"}}}, "__radd__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.complexfloating.__radd__", "name": "__radd__", "type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": 1, "name": "_NBit1", "namespace": "numpy.complexfloating", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.typing._callable._ComplexOp"}}}, "__rfloordiv__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.complexfloating.__rfloordiv__", "name": "__rfloordiv__", "type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": 1, "name": "_NBit1", "namespace": "numpy.complexfloating", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.typing._callable._ComplexOp"}}}, "__rmul__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.complexfloating.__rmul__", "name": "__rmul__", "type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": 1, "name": "_NBit1", "namespace": "numpy.complexfloating", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.typing._callable._ComplexOp"}}}, "__rpow__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.complexfloating.__rpow__", "name": "__rpow__", "type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": 1, "name": "_NBit1", "namespace": "numpy.complexfloating", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.typing._callable._ComplexOp"}}}, "__rsub__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.complexfloating.__rsub__", "name": "__rsub__", "type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": 1, "name": "_NBit1", "namespace": "numpy.complexfloating", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.typing._callable._ComplexOp"}}}, "__rtruediv__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.complexfloating.__rtruediv__", "name": "__rtruediv__", "type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": 1, "name": "_NBit1", "namespace": "numpy.complexfloating", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.typing._callable._ComplexOp"}}}, "__sub__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.complexfloating.__sub__", "name": "__sub__", "type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": 1, "name": "_NBit1", "namespace": "numpy.complexfloating", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.typing._callable._ComplexOp"}}}, "__truediv__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.complexfloating.__truediv__", "name": "__truediv__", "type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": 1, "name": "_NBit1", "namespace": "numpy.complexfloating", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.typing._callable._ComplexOp"}}}, "imag": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "numpy.complexfloating.imag", "name": "imag", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": 1, "name": "_NBit1", "namespace": "numpy.complexfloating", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "numpy._NBit2", "id": 2, "name": "_NBit2", "namespace": "numpy.complexfloating", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.complexfloating"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "imag of complexfloating", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit2", "id": 2, "name": "_NBit2", "namespace": "numpy.complexfloating", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.floating"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "imag", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": 1, "name": "_NBit1", "namespace": "numpy.complexfloating", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "numpy._NBit2", "id": 2, "name": "_NBit2", "namespace": "numpy.complexfloating", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.complexfloating"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "imag of complexfloating", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit2", "id": 2, "name": "_NBit2", "namespace": "numpy.complexfloating", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.floating"}, "type_guard": null, "variables": []}}}}, "item": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", null], "flags": [], "fullname": "numpy.complexfloating.item", "name": "item", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": 1, "name": "_NBit1", "namespace": "numpy.complexfloating", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "numpy._NBit2", "id": 2, "name": "_NBit2", "namespace": "numpy.complexfloating", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.complexfloating"}, {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.int", "value": 0}, {".class": "TupleType", "implicit": false, "items": [], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}, {".class": "TupleType", "implicit": false, "items": [{".class": "LiteralType", "fallback": "builtins.int", "value": 0}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "item of complexfloating", "ret_type": "builtins.complex", "type_guard": null, "variables": []}}}, "real": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "numpy.complexfloating.real", "name": "real", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": 1, "name": "_NBit1", "namespace": "numpy.complexfloating", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "numpy._NBit2", "id": 2, "name": "_NBit2", "namespace": "numpy.complexfloating", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.complexfloating"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "real of complexfloating", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": 1, "name": "_NBit1", "namespace": "numpy.complexfloating", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.floating"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "real", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": 1, "name": "_NBit1", "namespace": "numpy.complexfloating", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "numpy._NBit2", "id": 2, "name": "_NBit2", "namespace": "numpy.complexfloating", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.complexfloating"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "real of complexfloating", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": 1, "name": "_NBit1", "namespace": "numpy.complexfloating", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.floating"}, "type_guard": null, "variables": []}}}}, "tolist": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.complexfloating.tolist", "name": "tolist", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": 1, "name": "_NBit1", "namespace": "numpy.complexfloating", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "numpy._NBit2", "id": 2, "name": "_NBit2", "namespace": "numpy.complexfloating", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.complexfloating"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "tolist of complexfloating", "ret_type": "builtins.complex", "type_guard": null, "variables": []}}}}, "slots": null, "tuple_type": null, "type_vars": ["_NBit1", "_NBit2"], "typeddict_type": null}}, "compress": {".class": "SymbolTableNode", "cross_ref": "numpy.core.fromnumeric.compress", "kind": "Gdef", "module_public": false}, "concatenate": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1], "arg_names": [null, "axis", "out", "dtype", "casting"], "flags": [], "fullname": "numpy.concatenate", "name": "concatenate", "type": null}}, "conj": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.conj", "name": "conj", "type": {".class": "Instance", "args": [{".class": "LiteralType", "fallback": "builtins.str", "value": "conjugate"}, {".class": "LiteralType", "fallback": "builtins.int", "value": 18}, {".class": "NoneType"}], "type_ref": "numpy.typing._ufunc._UFunc_Nin1_Nout1"}}}, "conjugate": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.conjugate", "name": "conjugate", "type": {".class": "Instance", "args": [{".class": "LiteralType", "fallback": "builtins.str", "value": "conjugate"}, {".class": "LiteralType", "fallback": "builtins.int", "value": 18}, {".class": "NoneType"}], "type_ref": "numpy.typing._ufunc._UFunc_Nin1_Nout1"}}}, "convolve": {".class": "SymbolTableNode", "cross_ref": "numpy.core.numeric.convolve", "kind": "Gdef", "module_public": false}, "copy": {".class": "SymbolTableNode", "cross_ref": "numpy.lib.function_base.copy", "kind": "Gdef", "module_public": false}, "copysign": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.copysign", "name": "copysign", "type": {".class": "Instance", "args": [{".class": "LiteralType", "fallback": "builtins.str", "value": "copysign"}, {".class": "LiteralType", "fallback": "builtins.int", "value": 4}, {".class": "NoneType"}], "type_ref": "numpy.typing._ufunc._UFunc_Nin2_Nout1"}}}, "copyto": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["dst", "src", "casting", "where"], "flags": [], "fullname": "numpy.copyto", "name": "copyto", "type": null}}, "corrcoef": {".class": "SymbolTableNode", "cross_ref": "numpy.lib.function_base.corrcoef", "kind": "Gdef", "module_public": false}, "correlate": {".class": "SymbolTableNode", "cross_ref": "numpy.core.numeric.correlate", "kind": "Gdef", "module_public": false}, "cos": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.cos", "name": "cos", "type": {".class": "Instance", "args": [{".class": "LiteralType", "fallback": "builtins.str", "value": "cos"}, {".class": "LiteralType", "fallback": "builtins.int", "value": 9}, {".class": "NoneType"}], "type_ref": "numpy.typing._ufunc._UFunc_Nin1_Nout1"}}}, "cosh": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.cosh", "name": "cosh", "type": {".class": "Instance", "args": [{".class": "LiteralType", "fallback": "builtins.str", "value": "cosh"}, {".class": "LiteralType", "fallback": "builtins.int", "value": 8}, {".class": "NoneType"}], "type_ref": "numpy.typing._ufunc._UFunc_Nin1_Nout1"}}}, "count_nonzero": {".class": "SymbolTableNode", "cross_ref": "numpy.core.numeric.count_nonzero", "kind": "Gdef", "module_public": false}, "cov": {".class": "SymbolTableNode", "cross_ref": "numpy.lib.function_base.cov", "kind": "Gdef", "module_public": false}, "cross": {".class": "SymbolTableNode", "cross_ref": "numpy.core.numeric.cross", "kind": "Gdef", "module_public": false}, "csingle": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "numpy.csingle", "line": 3439, "no_args": false, "normalized": false, "target": {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._nbit._NBitSingle"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._nbit._NBitSingle"}], "type_ref": "numpy.complexfloating"}}}, "ct": {".class": "SymbolTableNode", "cross_ref": "ctypes", "kind": "Gdef", "module_hidden": true, "module_public": false}, "ctypeslib": {".class": "SymbolTableNode", "cross_ref": "numpy.ctypeslib", "kind": "Gdef", "module_public": false}, "cumprod": {".class": "SymbolTableNode", "cross_ref": "numpy.core.fromnumeric.cumprod", "kind": "Gdef", "module_public": false}, "cumproduct": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [2, 4], "arg_names": ["args", "kwargs"], "flags": [], "fullname": "numpy.cumproduct", "name": "cumproduct", "type": null}}, "cumsum": {".class": "SymbolTableNode", "cross_ref": "numpy.core.fromnumeric.cumsum", "kind": "Gdef", "module_public": false}, "datetime64": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["numpy.generic"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "numpy.datetime64", "name": "datetime64", "type_vars": []}, "deletable_attributes": [], "flags": [], "fullname": "numpy.datetime64", "has_param_spec_type": false, "metaclass_type": null, "metadata": {}, "module_name": "numpy", "mro": ["numpy.datetime64", "numpy.generic", "numpy._ArrayOrScalarCommon", "builtins.object"], "names": {".class": "SymbolTable", "__add__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": [], "fullname": "numpy.datetime64.__add__", "name": "__add__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["numpy.datetime64", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._TD64Like_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__add__ of datetime64", "ret_type": "numpy.datetime64", "type_guard": null, "variables": []}}}, "__ge__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.datetime64.__ge__", "name": "__ge__", "type": {".class": "Instance", "args": ["numpy.datetime64", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeDT64_co"}], "type_ref": "numpy.typing._callable._ComparisonOp"}}}, "__gt__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.datetime64.__gt__", "name": "__gt__", "type": {".class": "Instance", "args": ["numpy.datetime64", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeDT64_co"}], "type_ref": "numpy.typing._callable._ComparisonOp"}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "numpy.datetime64.__init__", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["self", null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.datetime64.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["self", null, null], "arg_types": ["numpy.datetime64", {".class": "UnionType", "items": [{".class": "NoneType"}, "numpy.datetime64", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._CharLike_co"}, "numpy._DatetimeScalar"]}, {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._CharLike_co"}, {".class": "TupleType", "implicit": false, "items": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._CharLike_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._IntLike_co"}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__init__ of datetime64", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__init__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.datetime64.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", null, null], "arg_types": ["numpy.datetime64", "builtins.int", {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._CharLike_co"}, {".class": "TupleType", "implicit": false, "items": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._CharLike_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._IntLike_co"}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__init__ of datetime64", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__init__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["self", null, null], "arg_types": ["numpy.datetime64", {".class": "UnionType", "items": [{".class": "NoneType"}, "numpy.datetime64", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._CharLike_co"}, "numpy._DatetimeScalar"]}, {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._CharLike_co"}, {".class": "TupleType", "implicit": false, "items": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._CharLike_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._IntLike_co"}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__init__ of datetime64", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", null, null], "arg_types": ["numpy.datetime64", "builtins.int", {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._CharLike_co"}, {".class": "TupleType", "implicit": false, "items": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._CharLike_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._IntLike_co"}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__init__ of datetime64", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}]}}}, "__le__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.datetime64.__le__", "name": "__le__", "type": {".class": "Instance", "args": ["numpy.datetime64", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeDT64_co"}], "type_ref": "numpy.typing._callable._ComparisonOp"}}}, "__lt__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.datetime64.__lt__", "name": "__lt__", "type": {".class": "Instance", "args": ["numpy.datetime64", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeDT64_co"}], "type_ref": "numpy.typing._callable._ComparisonOp"}}}, "__radd__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": [], "fullname": "numpy.datetime64.__radd__", "name": "__radd__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["numpy.datetime64", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._TD64Like_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__radd__ of datetime64", "ret_type": "numpy.datetime64", "type_guard": null, "variables": []}}}, "__rsub__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": [], "fullname": "numpy.datetime64.__rsub__", "name": "__rsub__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["numpy.datetime64", "numpy.datetime64"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rsub__ of datetime64", "ret_type": "numpy.timedelta64", "type_guard": null, "variables": []}}}, "__sub__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "numpy.datetime64.__sub__", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.datetime64.__sub__", "name": "__sub__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["numpy.datetime64", "numpy.datetime64"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__sub__ of datetime64", "ret_type": "numpy.timedelta64", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__sub__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.datetime64.__sub__", "name": "__sub__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["numpy.datetime64", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._TD64Like_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__sub__ of datetime64", "ret_type": "numpy.datetime64", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__sub__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["numpy.datetime64", "numpy.datetime64"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__sub__ of datetime64", "ret_type": "numpy.timedelta64", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["numpy.datetime64", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._TD64Like_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__sub__ of datetime64", "ret_type": "numpy.datetime64", "type_guard": null, "variables": []}]}}}}, "slots": null, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "datetime_as_string": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["arr", "unit", "timezone", "casting"], "flags": [], "fullname": "numpy.datetime_as_string", "name": "datetime_as_string", "type": null}}, "datetime_data": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": [null], "flags": [], "fullname": "numpy.datetime_data", "name": "datetime_data", "type": null}}, "deg2rad": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.deg2rad", "name": "deg2rad", "type": {".class": "Instance", "args": [{".class": "LiteralType", "fallback": "builtins.str", "value": "deg2rad"}, {".class": "LiteralType", "fallback": "builtins.int", "value": 5}, {".class": "NoneType"}], "type_ref": "numpy.typing._ufunc._UFunc_Nin1_Nout1"}}}, "degrees": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.degrees", "name": "degrees", "type": {".class": "Instance", "args": [{".class": "LiteralType", "fallback": "builtins.str", "value": "degrees"}, {".class": "LiteralType", "fallback": "builtins.int", "value": 5}, {".class": "NoneType"}], "type_ref": "numpy.typing._ufunc._UFunc_Nin1_Nout1"}}}, "delete": {".class": "SymbolTableNode", "cross_ref": "numpy.lib.function_base.delete", "kind": "Gdef", "module_public": false}, "deprecate": {".class": "SymbolTableNode", "cross_ref": "numpy.lib.utils.deprecate", "kind": "Gdef", "module_public": false}, "deprecate_with_doc": {".class": "SymbolTableNode", "cross_ref": "numpy.lib.utils.deprecate_with_doc", "kind": "Gdef", "module_public": false}, "diag": {".class": "SymbolTableNode", "cross_ref": "numpy.lib.twodim_base.diag", "kind": "Gdef", "module_public": false}, "diag_indices": {".class": "SymbolTableNode", "cross_ref": "numpy.lib.index_tricks.diag_indices", "kind": "Gdef", "module_public": false}, "diag_indices_from": {".class": "SymbolTableNode", "cross_ref": "numpy.lib.index_tricks.diag_indices_from", "kind": "Gdef", "module_public": false}, "diagflat": {".class": "SymbolTableNode", "cross_ref": "numpy.lib.twodim_base.diagflat", "kind": "Gdef", "module_public": false}, "diagonal": {".class": "SymbolTableNode", "cross_ref": "numpy.core.fromnumeric.diagonal", "kind": "Gdef", "module_public": false}, "diff": {".class": "SymbolTableNode", "cross_ref": "numpy.lib.function_base.diff", "kind": "Gdef", "module_public": false}, "digitize": {".class": "SymbolTableNode", "cross_ref": "numpy.lib.function_base.digitize", "kind": "Gdef", "module_public": false}, "disp": {".class": "SymbolTableNode", "cross_ref": "numpy.lib.function_base.disp", "kind": "Gdef", "module_public": false}, "divide": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.divide", "name": "divide", "type": {".class": "Instance", "args": [{".class": "LiteralType", "fallback": "builtins.str", "value": "true_divide"}, {".class": "LiteralType", "fallback": "builtins.int", "value": 11}, {".class": "NoneType"}], "type_ref": "numpy.typing._ufunc._UFunc_Nin2_Nout1"}}}, "divmod": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.divmod", "name": "divmod", "type": {".class": "Instance", "args": [{".class": "LiteralType", "fallback": "builtins.str", "value": "divmod"}, {".class": "LiteralType", "fallback": "builtins.int", "value": 15}, {".class": "NoneType"}], "type_ref": "numpy.typing._ufunc._UFunc_Nin2_Nout2"}}}, "dot": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["a", "b", "out"], "flags": [], "fullname": "numpy.dot", "name": "dot", "type": null}}, "double": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "numpy.double", "line": 3399, "no_args": false, "normalized": false, "target": {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._nbit._NBitDouble"}], "type_ref": "numpy.floating"}}}, "dsplit": {".class": "SymbolTableNode", "cross_ref": "numpy.lib.shape_base.dsplit", "kind": "Gdef", "module_public": false}, "dstack": {".class": "SymbolTableNode", "cross_ref": "numpy.lib.shape_base.dstack", "kind": "Gdef", "module_public": false}, "dt": {".class": "SymbolTableNode", "cross_ref": "datetime", "kind": "Gdef", "module_hidden": true, "module_public": false}, "dtype": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "numpy.dtype", "name": "dtype", "type_vars": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar_co", "id": 1, "name": "_DTypeScalar_co", "namespace": "numpy.dtype", "upper_bound": "numpy.generic", "values": [], "variance": 1}]}, "deletable_attributes": [], "flags": [], "fullname": "numpy.dtype", "has_param_spec_type": false, "metaclass_type": null, "metadata": {}, "module_name": "numpy", "mro": ["numpy.dtype", "builtins.object"], "names": {".class": "SymbolTable", "__ge__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": [], "fullname": "numpy.dtype.__ge__", "name": "__ge__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar_co", "id": 1, "name": "_DTypeScalar_co", "namespace": "numpy.dtype", "upper_bound": "numpy.generic", "values": [], "variance": 1}], "type_ref": "numpy.dtype"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._dtype_like.DTypeLike"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__ge__ of dtype", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__getitem__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "numpy.dtype.__getitem__", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.dtype.__getitem__", "name": "__getitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": ["numpy.void"], "type_ref": "numpy.dtype"}, {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__getitem__ of dtype", "ret_type": {".class": "Instance", "args": ["numpy.void"], "type_ref": "numpy.dtype"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__getitem__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.dtype.__getitem__", "name": "__getitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": ["numpy.void"], "type_ref": "numpy.dtype"}, {".class": "UnionType", "items": ["builtins.str", "builtins.int"]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__getitem__ of dtype", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.dtype"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__getitem__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": ["numpy.void"], "type_ref": "numpy.dtype"}, {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__getitem__ of dtype", "ret_type": {".class": "Instance", "args": ["numpy.void"], "type_ref": "numpy.dtype"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": ["numpy.void"], "type_ref": "numpy.dtype"}, {".class": "UnionType", "items": ["builtins.str", "builtins.int"]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__getitem__ of dtype", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.dtype"}, "type_guard": null, "variables": []}]}}}, "__gt__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": [], "fullname": "numpy.dtype.__gt__", "name": "__gt__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar_co", "id": 1, "name": "_DTypeScalar_co", "namespace": "numpy.dtype", "upper_bound": "numpy.generic", "values": [], "variance": 1}], "type_ref": "numpy.dtype"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._dtype_like.DTypeLike"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__gt__ of dtype", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__le__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": [], "fullname": "numpy.dtype.__le__", "name": "__le__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar_co", "id": 1, "name": "_DTypeScalar_co", "namespace": "numpy.dtype", "upper_bound": "numpy.generic", "values": [], "variance": 1}], "type_ref": "numpy.dtype"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._dtype_like.DTypeLike"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__le__ of dtype", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__lt__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": [], "fullname": "numpy.dtype.__lt__", "name": "__lt__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar_co", "id": 1, "name": "_DTypeScalar_co", "namespace": "numpy.dtype", "upper_bound": "numpy.generic", "values": [], "variance": 1}], "type_ref": "numpy.dtype"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._dtype_like.DTypeLike"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__lt__ of dtype", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__mul__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "numpy.dtype.__mul__", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.dtype.__mul__", "name": "__mul__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar_co", "id": 1, "name": "_DTypeScalar_co", "namespace": "numpy.dtype", "upper_bound": "numpy.generic", "values": [], "variance": 1}], "type_ref": "numpy.dtype"}, {".class": "LiteralType", "fallback": "builtins.int", "value": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__mul__ of dtype", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__mul__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.dtype.__mul__", "name": "__mul__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeVarType", "fullname": "numpy._DType", "id": -1, "name": "_DType", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.dtype"}, "values": [], "variance": 0}, {".class": "LiteralType", "fallback": "builtins.int", "value": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__mul__ of dtype", "ret_type": {".class": "TypeVarType", "fullname": "numpy._DType", "id": -1, "name": "_DType", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.dtype"}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._DType", "id": -1, "name": "_DType", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.dtype"}, "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__mul__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.dtype.__mul__", "name": "__mul__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar_co", "id": 1, "name": "_DTypeScalar_co", "namespace": "numpy.dtype", "upper_bound": "numpy.generic", "values": [], "variance": 1}], "type_ref": "numpy.dtype"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__mul__ of dtype", "ret_type": {".class": "Instance", "args": ["numpy.void"], "type_ref": "numpy.dtype"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__mul__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar_co", "id": 1, "name": "_DTypeScalar_co", "namespace": "numpy.dtype", "upper_bound": "numpy.generic", "values": [], "variance": 1}], "type_ref": "numpy.dtype"}, {".class": "LiteralType", "fallback": "builtins.int", "value": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__mul__ of dtype", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeVarType", "fullname": "numpy._DType", "id": -1, "name": "_DType", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.dtype"}, "values": [], "variance": 0}, {".class": "LiteralType", "fallback": "builtins.int", "value": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__mul__ of dtype", "ret_type": {".class": "TypeVarType", "fullname": "numpy._DType", "id": -1, "name": "_DType", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.dtype"}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._DType", "id": -1, "name": "_DType", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.dtype"}, "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar_co", "id": 1, "name": "_DTypeScalar_co", "namespace": "numpy.dtype", "upper_bound": "numpy.generic", "values": [], "variance": 1}], "type_ref": "numpy.dtype"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__mul__ of dtype", "ret_type": {".class": "Instance", "args": ["numpy.void"], "type_ref": "numpy.dtype"}, "type_guard": null, "variables": []}]}}}, "__new__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "numpy.dtype.__new__", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.dtype.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar_co", "id": 1, "name": "_DTypeScalar_co", "namespace": "numpy.dtype", "upper_bound": "numpy.generic", "values": [], "variance": 1}], "type_ref": "numpy.dtype"}}, {".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "numpy._DTypeScalar_co", "id": 1, "name": "_DTypeScalar_co", "namespace": "numpy.dtype", "upper_bound": "numpy.generic", "values": [], "variance": 1}}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__new__ of dtype", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar_co", "id": 1, "name": "_DTypeScalar_co", "namespace": "numpy.dtype", "upper_bound": "numpy.generic", "values": [], "variance": 1}], "type_ref": "numpy.dtype"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__new__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.dtype.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar_co", "id": 1, "name": "_DTypeScalar_co", "namespace": "numpy.dtype", "upper_bound": "numpy.generic", "values": [], "variance": 1}], "type_ref": "numpy.dtype"}}, {".class": "TypeType", "item": "builtins.bool"}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__new__ of dtype", "ret_type": {".class": "Instance", "args": ["numpy.bool_"], "type_ref": "numpy.dtype"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__new__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.dtype.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar_co", "id": 1, "name": "_DTypeScalar_co", "namespace": "numpy.dtype", "upper_bound": "numpy.generic", "values": [], "variance": 1}], "type_ref": "numpy.dtype"}}, {".class": "TypeType", "item": "builtins.int"}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__new__ of dtype", "ret_type": {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.int_"}], "type_ref": "numpy.dtype"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__new__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.dtype.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar_co", "id": 1, "name": "_DTypeScalar_co", "namespace": "numpy.dtype", "upper_bound": "numpy.generic", "values": [], "variance": 1}], "type_ref": "numpy.dtype"}}, {".class": "UnionType", "items": [{".class": "TypeType", "item": "builtins.float"}, {".class": "NoneType"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__new__ of dtype", "ret_type": {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.float_"}], "type_ref": "numpy.dtype"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__new__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.dtype.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar_co", "id": 1, "name": "_DTypeScalar_co", "namespace": "numpy.dtype", "upper_bound": "numpy.generic", "values": [], "variance": 1}], "type_ref": "numpy.dtype"}}, {".class": "TypeType", "item": "builtins.complex"}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__new__ of dtype", "ret_type": {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.complex_"}], "type_ref": "numpy.dtype"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__new__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.dtype.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar_co", "id": 1, "name": "_DTypeScalar_co", "namespace": "numpy.dtype", "upper_bound": "numpy.generic", "values": [], "variance": 1}], "type_ref": "numpy.dtype"}}, {".class": "TypeType", "item": "builtins.str"}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__new__ of dtype", "ret_type": {".class": "Instance", "args": ["numpy.str_"], "type_ref": "numpy.dtype"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__new__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.dtype.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar_co", "id": 1, "name": "_DTypeScalar_co", "namespace": "numpy.dtype", "upper_bound": "numpy.generic", "values": [], "variance": 1}], "type_ref": "numpy.dtype"}}, {".class": "TypeType", "item": "builtins.bytes"}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__new__ of dtype", "ret_type": {".class": "Instance", "args": ["numpy.bytes_"], "type_ref": "numpy.dtype"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__new__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.dtype.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar_co", "id": 1, "name": "_DTypeScalar_co", "namespace": "numpy.dtype", "upper_bound": "numpy.generic", "values": [], "variance": 1}], "type_ref": "numpy.dtype"}}, {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._char_codes._UInt8Codes"}, {".class": "TypeType", "item": "ctypes.c_uint8"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__new__ of dtype", "ret_type": {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.uint8"}], "type_ref": "numpy.dtype"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__new__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.dtype.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar_co", "id": 1, "name": "_DTypeScalar_co", "namespace": "numpy.dtype", "upper_bound": "numpy.generic", "values": [], "variance": 1}], "type_ref": "numpy.dtype"}}, {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._char_codes._UInt16Codes"}, {".class": "TypeType", "item": "ctypes.c_uint16"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__new__ of dtype", "ret_type": {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.uint16"}], "type_ref": "numpy.dtype"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__new__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.dtype.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar_co", "id": 1, "name": "_DTypeScalar_co", "namespace": "numpy.dtype", "upper_bound": "numpy.generic", "values": [], "variance": 1}], "type_ref": "numpy.dtype"}}, {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._char_codes._UInt32Codes"}, {".class": "TypeType", "item": "ctypes.c_uint32"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__new__ of dtype", "ret_type": {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.uint32"}], "type_ref": "numpy.dtype"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__new__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.dtype.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar_co", "id": 1, "name": "_DTypeScalar_co", "namespace": "numpy.dtype", "upper_bound": "numpy.generic", "values": [], "variance": 1}], "type_ref": "numpy.dtype"}}, {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._char_codes._UInt64Codes"}, {".class": "TypeType", "item": "ctypes.c_uint64"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__new__ of dtype", "ret_type": {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.uint64"}], "type_ref": "numpy.dtype"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__new__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.dtype.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar_co", "id": 1, "name": "_DTypeScalar_co", "namespace": "numpy.dtype", "upper_bound": "numpy.generic", "values": [], "variance": 1}], "type_ref": "numpy.dtype"}}, {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._char_codes._UByteCodes"}, {".class": "TypeType", "item": "ctypes.c_ubyte"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__new__ of dtype", "ret_type": {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.ubyte"}], "type_ref": "numpy.dtype"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__new__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.dtype.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar_co", "id": 1, "name": "_DTypeScalar_co", "namespace": "numpy.dtype", "upper_bound": "numpy.generic", "values": [], "variance": 1}], "type_ref": "numpy.dtype"}}, {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._char_codes._UShortCodes"}, {".class": "TypeType", "item": "ctypes.c_ushort"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__new__ of dtype", "ret_type": {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.ushort"}], "type_ref": "numpy.dtype"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__new__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.dtype.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar_co", "id": 1, "name": "_DTypeScalar_co", "namespace": "numpy.dtype", "upper_bound": "numpy.generic", "values": [], "variance": 1}], "type_ref": "numpy.dtype"}}, {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._char_codes._UIntCCodes"}, {".class": "TypeType", "item": "ctypes.c_uint"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__new__ of dtype", "ret_type": {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.uintc"}], "type_ref": "numpy.dtype"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__new__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.dtype.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar_co", "id": 1, "name": "_DTypeScalar_co", "namespace": "numpy.dtype", "upper_bound": "numpy.generic", "values": [], "variance": 1}], "type_ref": "numpy.dtype"}}, {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._char_codes._UIntPCodes"}, {".class": "TypeType", "item": "ctypes.c_void_p"}, {".class": "TypeType", "item": "ctypes.c_size_t"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__new__ of dtype", "ret_type": {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.uintp"}], "type_ref": "numpy.dtype"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__new__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.dtype.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar_co", "id": 1, "name": "_DTypeScalar_co", "namespace": "numpy.dtype", "upper_bound": "numpy.generic", "values": [], "variance": 1}], "type_ref": "numpy.dtype"}}, {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._char_codes._UIntCodes"}, {".class": "TypeType", "item": "ctypes.c_ulong"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__new__ of dtype", "ret_type": {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.uint"}], "type_ref": "numpy.dtype"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__new__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.dtype.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar_co", "id": 1, "name": "_DTypeScalar_co", "namespace": "numpy.dtype", "upper_bound": "numpy.generic", "values": [], "variance": 1}], "type_ref": "numpy.dtype"}}, {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._char_codes._ULongLongCodes"}, {".class": "TypeType", "item": "ctypes.c_ulonglong"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__new__ of dtype", "ret_type": {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.ulonglong"}], "type_ref": "numpy.dtype"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__new__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.dtype.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar_co", "id": 1, "name": "_DTypeScalar_co", "namespace": "numpy.dtype", "upper_bound": "numpy.generic", "values": [], "variance": 1}], "type_ref": "numpy.dtype"}}, {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._char_codes._Int8Codes"}, {".class": "TypeType", "item": "ctypes.c_int8"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__new__ of dtype", "ret_type": {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.int8"}], "type_ref": "numpy.dtype"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__new__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.dtype.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar_co", "id": 1, "name": "_DTypeScalar_co", "namespace": "numpy.dtype", "upper_bound": "numpy.generic", "values": [], "variance": 1}], "type_ref": "numpy.dtype"}}, {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._char_codes._Int16Codes"}, {".class": "TypeType", "item": "ctypes.c_int16"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__new__ of dtype", "ret_type": {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.int16"}], "type_ref": "numpy.dtype"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__new__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.dtype.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar_co", "id": 1, "name": "_DTypeScalar_co", "namespace": "numpy.dtype", "upper_bound": "numpy.generic", "values": [], "variance": 1}], "type_ref": "numpy.dtype"}}, {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._char_codes._Int32Codes"}, {".class": "TypeType", "item": "ctypes.c_int32"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__new__ of dtype", "ret_type": {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.int32"}], "type_ref": "numpy.dtype"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__new__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.dtype.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar_co", "id": 1, "name": "_DTypeScalar_co", "namespace": "numpy.dtype", "upper_bound": "numpy.generic", "values": [], "variance": 1}], "type_ref": "numpy.dtype"}}, {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._char_codes._Int64Codes"}, {".class": "TypeType", "item": "ctypes.c_int64"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__new__ of dtype", "ret_type": {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.int64"}], "type_ref": "numpy.dtype"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__new__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.dtype.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar_co", "id": 1, "name": "_DTypeScalar_co", "namespace": "numpy.dtype", "upper_bound": "numpy.generic", "values": [], "variance": 1}], "type_ref": "numpy.dtype"}}, {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._char_codes._ByteCodes"}, {".class": "TypeType", "item": "ctypes.c_byte"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__new__ of dtype", "ret_type": {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.byte"}], "type_ref": "numpy.dtype"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__new__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.dtype.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar_co", "id": 1, "name": "_DTypeScalar_co", "namespace": "numpy.dtype", "upper_bound": "numpy.generic", "values": [], "variance": 1}], "type_ref": "numpy.dtype"}}, {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._char_codes._ShortCodes"}, {".class": "TypeType", "item": "ctypes.c_short"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__new__ of dtype", "ret_type": {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.short"}], "type_ref": "numpy.dtype"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__new__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.dtype.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar_co", "id": 1, "name": "_DTypeScalar_co", "namespace": "numpy.dtype", "upper_bound": "numpy.generic", "values": [], "variance": 1}], "type_ref": "numpy.dtype"}}, {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._char_codes._IntCCodes"}, {".class": "TypeType", "item": "ctypes.c_int"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__new__ of dtype", "ret_type": {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.intc"}], "type_ref": "numpy.dtype"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__new__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.dtype.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar_co", "id": 1, "name": "_DTypeScalar_co", "namespace": "numpy.dtype", "upper_bound": "numpy.generic", "values": [], "variance": 1}], "type_ref": "numpy.dtype"}}, {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._char_codes._IntPCodes"}, {".class": "TypeType", "item": "ctypes.c_ssize_t"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__new__ of dtype", "ret_type": {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.intp"}], "type_ref": "numpy.dtype"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__new__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.dtype.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar_co", "id": 1, "name": "_DTypeScalar_co", "namespace": "numpy.dtype", "upper_bound": "numpy.generic", "values": [], "variance": 1}], "type_ref": "numpy.dtype"}}, {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._char_codes._IntCodes"}, {".class": "TypeType", "item": "ctypes.c_long"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__new__ of dtype", "ret_type": {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.int_"}], "type_ref": "numpy.dtype"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__new__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.dtype.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar_co", "id": 1, "name": "_DTypeScalar_co", "namespace": "numpy.dtype", "upper_bound": "numpy.generic", "values": [], "variance": 1}], "type_ref": "numpy.dtype"}}, {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._char_codes._LongLongCodes"}, {".class": "TypeType", "item": "ctypes.c_longlong"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__new__ of dtype", "ret_type": {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.longlong"}], "type_ref": "numpy.dtype"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__new__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.dtype.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar_co", "id": 1, "name": "_DTypeScalar_co", "namespace": "numpy.dtype", "upper_bound": "numpy.generic", "values": [], "variance": 1}], "type_ref": "numpy.dtype"}}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._char_codes._Float16Codes"}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__new__ of dtype", "ret_type": {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.float16"}], "type_ref": "numpy.dtype"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__new__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.dtype.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar_co", "id": 1, "name": "_DTypeScalar_co", "namespace": "numpy.dtype", "upper_bound": "numpy.generic", "values": [], "variance": 1}], "type_ref": "numpy.dtype"}}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._char_codes._Float32Codes"}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__new__ of dtype", "ret_type": {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.float32"}], "type_ref": "numpy.dtype"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__new__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.dtype.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar_co", "id": 1, "name": "_DTypeScalar_co", "namespace": "numpy.dtype", "upper_bound": "numpy.generic", "values": [], "variance": 1}], "type_ref": "numpy.dtype"}}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._char_codes._Float64Codes"}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__new__ of dtype", "ret_type": {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.float64"}], "type_ref": "numpy.dtype"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__new__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.dtype.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar_co", "id": 1, "name": "_DTypeScalar_co", "namespace": "numpy.dtype", "upper_bound": "numpy.generic", "values": [], "variance": 1}], "type_ref": "numpy.dtype"}}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._char_codes._HalfCodes"}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__new__ of dtype", "ret_type": {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.half"}], "type_ref": "numpy.dtype"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__new__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.dtype.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar_co", "id": 1, "name": "_DTypeScalar_co", "namespace": "numpy.dtype", "upper_bound": "numpy.generic", "values": [], "variance": 1}], "type_ref": "numpy.dtype"}}, {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._char_codes._SingleCodes"}, {".class": "TypeType", "item": "ctypes.c_float"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__new__ of dtype", "ret_type": {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.single"}], "type_ref": "numpy.dtype"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__new__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.dtype.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar_co", "id": 1, "name": "_DTypeScalar_co", "namespace": "numpy.dtype", "upper_bound": "numpy.generic", "values": [], "variance": 1}], "type_ref": "numpy.dtype"}}, {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._char_codes._DoubleCodes"}, {".class": "TypeType", "item": "ctypes.c_double"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__new__ of dtype", "ret_type": {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.double"}], "type_ref": "numpy.dtype"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__new__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.dtype.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar_co", "id": 1, "name": "_DTypeScalar_co", "namespace": "numpy.dtype", "upper_bound": "numpy.generic", "values": [], "variance": 1}], "type_ref": "numpy.dtype"}}, {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._char_codes._LongDoubleCodes"}, {".class": "TypeType", "item": "ctypes.c_longdouble"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__new__ of dtype", "ret_type": {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.longdouble"}], "type_ref": "numpy.dtype"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__new__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.dtype.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar_co", "id": 1, "name": "_DTypeScalar_co", "namespace": "numpy.dtype", "upper_bound": "numpy.generic", "values": [], "variance": 1}], "type_ref": "numpy.dtype"}}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._char_codes._Complex64Codes"}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__new__ of dtype", "ret_type": {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.complex64"}], "type_ref": "numpy.dtype"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__new__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.dtype.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar_co", "id": 1, "name": "_DTypeScalar_co", "namespace": "numpy.dtype", "upper_bound": "numpy.generic", "values": [], "variance": 1}], "type_ref": "numpy.dtype"}}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._char_codes._Complex128Codes"}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__new__ of dtype", "ret_type": {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.complex128"}], "type_ref": "numpy.dtype"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__new__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.dtype.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar_co", "id": 1, "name": "_DTypeScalar_co", "namespace": "numpy.dtype", "upper_bound": "numpy.generic", "values": [], "variance": 1}], "type_ref": "numpy.dtype"}}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._char_codes._CSingleCodes"}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__new__ of dtype", "ret_type": {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.csingle"}], "type_ref": "numpy.dtype"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__new__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.dtype.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar_co", "id": 1, "name": "_DTypeScalar_co", "namespace": "numpy.dtype", "upper_bound": "numpy.generic", "values": [], "variance": 1}], "type_ref": "numpy.dtype"}}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._char_codes._CDoubleCodes"}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__new__ of dtype", "ret_type": {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.cdouble"}], "type_ref": "numpy.dtype"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__new__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.dtype.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar_co", "id": 1, "name": "_DTypeScalar_co", "namespace": "numpy.dtype", "upper_bound": "numpy.generic", "values": [], "variance": 1}], "type_ref": "numpy.dtype"}}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._char_codes._CLongDoubleCodes"}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__new__ of dtype", "ret_type": {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.clongdouble"}], "type_ref": "numpy.dtype"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__new__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.dtype.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar_co", "id": 1, "name": "_DTypeScalar_co", "namespace": "numpy.dtype", "upper_bound": "numpy.generic", "values": [], "variance": 1}], "type_ref": "numpy.dtype"}}, {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._char_codes._BoolCodes"}, {".class": "TypeType", "item": "ctypes.c_bool"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__new__ of dtype", "ret_type": {".class": "Instance", "args": ["numpy.bool_"], "type_ref": "numpy.dtype"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__new__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.dtype.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar_co", "id": 1, "name": "_DTypeScalar_co", "namespace": "numpy.dtype", "upper_bound": "numpy.generic", "values": [], "variance": 1}], "type_ref": "numpy.dtype"}}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._char_codes._TD64Codes"}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__new__ of dtype", "ret_type": {".class": "Instance", "args": ["numpy.timedelta64"], "type_ref": "numpy.dtype"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__new__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.dtype.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar_co", "id": 1, "name": "_DTypeScalar_co", "namespace": "numpy.dtype", "upper_bound": "numpy.generic", "values": [], "variance": 1}], "type_ref": "numpy.dtype"}}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._char_codes._DT64Codes"}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__new__ of dtype", "ret_type": {".class": "Instance", "args": ["numpy.datetime64"], "type_ref": "numpy.dtype"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__new__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.dtype.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar_co", "id": 1, "name": "_DTypeScalar_co", "namespace": "numpy.dtype", "upper_bound": "numpy.generic", "values": [], "variance": 1}], "type_ref": "numpy.dtype"}}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._char_codes._StrCodes"}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__new__ of dtype", "ret_type": {".class": "Instance", "args": ["numpy.str_"], "type_ref": "numpy.dtype"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__new__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.dtype.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar_co", "id": 1, "name": "_DTypeScalar_co", "namespace": "numpy.dtype", "upper_bound": "numpy.generic", "values": [], "variance": 1}], "type_ref": "numpy.dtype"}}, {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._char_codes._BytesCodes"}, {".class": "TypeType", "item": "ctypes.c_char"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__new__ of dtype", "ret_type": {".class": "Instance", "args": ["numpy.bytes_"], "type_ref": "numpy.dtype"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__new__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.dtype.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar_co", "id": 1, "name": "_DTypeScalar_co", "namespace": "numpy.dtype", "upper_bound": "numpy.generic", "values": [], "variance": 1}], "type_ref": "numpy.dtype"}}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._char_codes._VoidCodes"}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__new__ of dtype", "ret_type": {".class": "Instance", "args": ["numpy.void"], "type_ref": "numpy.dtype"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__new__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.dtype.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar_co", "id": 1, "name": "_DTypeScalar_co", "namespace": "numpy.dtype", "upper_bound": "numpy.generic", "values": [], "variance": 1}], "type_ref": "numpy.dtype"}}, {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._char_codes._ObjectCodes"}, {".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "ctypes.py_object"}}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__new__ of dtype", "ret_type": {".class": "Instance", "args": ["numpy.object_"], "type_ref": "numpy.dtype"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__new__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.dtype.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar_co", "id": 1, "name": "_DTypeScalar_co", "namespace": "numpy.dtype", "upper_bound": "numpy.generic", "values": [], "variance": 1}], "type_ref": "numpy.dtype"}}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar_co", "id": 1, "name": "_DTypeScalar_co", "namespace": "numpy.dtype", "upper_bound": "numpy.generic", "values": [], "variance": 1}], "type_ref": "numpy.dtype"}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__new__ of dtype", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar_co", "id": 1, "name": "_DTypeScalar_co", "namespace": "numpy.dtype", "upper_bound": "numpy.generic", "values": [], "variance": 1}], "type_ref": "numpy.dtype"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__new__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.dtype.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar_co", "id": 1, "name": "_DTypeScalar_co", "namespace": "numpy.dtype", "upper_bound": "numpy.generic", "values": [], "variance": 1}], "type_ref": "numpy.dtype"}}, {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar_co", "id": 1, "name": "_DTypeScalar_co", "namespace": "numpy.dtype", "upper_bound": "numpy.generic", "values": [], "variance": 1}], "type_ref": "numpy.dtype"}], "type_ref": "numpy.typing._dtype_like._SupportsDType"}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__new__ of dtype", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar_co", "id": 1, "name": "_DTypeScalar_co", "namespace": "numpy.dtype", "upper_bound": "numpy.generic", "values": [], "variance": 1}], "type_ref": "numpy.dtype"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__new__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.dtype.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar_co", "id": 1, "name": "_DTypeScalar_co", "namespace": "numpy.dtype", "upper_bound": "numpy.generic", "values": [], "variance": 1}], "type_ref": "numpy.dtype"}}, "builtins.str", "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__new__ of dtype", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.dtype"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__new__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.dtype.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar_co", "id": 1, "name": "_DTypeScalar_co", "namespace": "numpy.dtype", "upper_bound": "numpy.generic", "values": [], "variance": 1}], "type_ref": "numpy.dtype"}}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._dtype_like._VoidDTypeLike"}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__new__ of dtype", "ret_type": {".class": "Instance", "args": ["numpy.void"], "type_ref": "numpy.dtype"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__new__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.dtype.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar_co", "id": 1, "name": "_DTypeScalar_co", "namespace": "numpy.dtype", "upper_bound": "numpy.generic", "values": [], "variance": 1}], "type_ref": "numpy.dtype"}}, {".class": "TypeType", "item": "builtins.object"}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__new__ of dtype", "ret_type": {".class": "Instance", "args": ["numpy.object_"], "type_ref": "numpy.dtype"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__new__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar_co", "id": 1, "name": "_DTypeScalar_co", "namespace": "numpy.dtype", "upper_bound": "numpy.generic", "values": [], "variance": 1}], "type_ref": "numpy.dtype"}}, {".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "numpy._DTypeScalar_co", "id": 1, "name": "_DTypeScalar_co", "namespace": "numpy.dtype", "upper_bound": "numpy.generic", "values": [], "variance": 1}}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__new__ of dtype", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar_co", "id": 1, "name": "_DTypeScalar_co", "namespace": "numpy.dtype", "upper_bound": "numpy.generic", "values": [], "variance": 1}], "type_ref": "numpy.dtype"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar_co", "id": 1, "name": "_DTypeScalar_co", "namespace": "numpy.dtype", "upper_bound": "numpy.generic", "values": [], "variance": 1}], "type_ref": "numpy.dtype"}}, {".class": "TypeType", "item": "builtins.bool"}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__new__ of dtype", "ret_type": {".class": "Instance", "args": ["numpy.bool_"], "type_ref": "numpy.dtype"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar_co", "id": 1, "name": "_DTypeScalar_co", "namespace": "numpy.dtype", "upper_bound": "numpy.generic", "values": [], "variance": 1}], "type_ref": "numpy.dtype"}}, {".class": "TypeType", "item": "builtins.int"}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__new__ of dtype", "ret_type": {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.int_"}], "type_ref": "numpy.dtype"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar_co", "id": 1, "name": "_DTypeScalar_co", "namespace": "numpy.dtype", "upper_bound": "numpy.generic", "values": [], "variance": 1}], "type_ref": "numpy.dtype"}}, {".class": "UnionType", "items": [{".class": "TypeType", "item": "builtins.float"}, {".class": "NoneType"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__new__ of dtype", "ret_type": {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.float_"}], "type_ref": "numpy.dtype"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar_co", "id": 1, "name": "_DTypeScalar_co", "namespace": "numpy.dtype", "upper_bound": "numpy.generic", "values": [], "variance": 1}], "type_ref": "numpy.dtype"}}, {".class": "TypeType", "item": "builtins.complex"}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__new__ of dtype", "ret_type": {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.complex_"}], "type_ref": "numpy.dtype"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar_co", "id": 1, "name": "_DTypeScalar_co", "namespace": "numpy.dtype", "upper_bound": "numpy.generic", "values": [], "variance": 1}], "type_ref": "numpy.dtype"}}, {".class": "TypeType", "item": "builtins.str"}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__new__ of dtype", "ret_type": {".class": "Instance", "args": ["numpy.str_"], "type_ref": "numpy.dtype"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar_co", "id": 1, "name": "_DTypeScalar_co", "namespace": "numpy.dtype", "upper_bound": "numpy.generic", "values": [], "variance": 1}], "type_ref": "numpy.dtype"}}, {".class": "TypeType", "item": "builtins.bytes"}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__new__ of dtype", "ret_type": {".class": "Instance", "args": ["numpy.bytes_"], "type_ref": "numpy.dtype"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar_co", "id": 1, "name": "_DTypeScalar_co", "namespace": "numpy.dtype", "upper_bound": "numpy.generic", "values": [], "variance": 1}], "type_ref": "numpy.dtype"}}, {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._char_codes._UInt8Codes"}, {".class": "TypeType", "item": "ctypes.c_uint8"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__new__ of dtype", "ret_type": {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.uint8"}], "type_ref": "numpy.dtype"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar_co", "id": 1, "name": "_DTypeScalar_co", "namespace": "numpy.dtype", "upper_bound": "numpy.generic", "values": [], "variance": 1}], "type_ref": "numpy.dtype"}}, {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._char_codes._UInt16Codes"}, {".class": "TypeType", "item": "ctypes.c_uint16"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__new__ of dtype", "ret_type": {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.uint16"}], "type_ref": "numpy.dtype"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar_co", "id": 1, "name": "_DTypeScalar_co", "namespace": "numpy.dtype", "upper_bound": "numpy.generic", "values": [], "variance": 1}], "type_ref": "numpy.dtype"}}, {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._char_codes._UInt32Codes"}, {".class": "TypeType", "item": "ctypes.c_uint32"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__new__ of dtype", "ret_type": {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.uint32"}], "type_ref": "numpy.dtype"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar_co", "id": 1, "name": "_DTypeScalar_co", "namespace": "numpy.dtype", "upper_bound": "numpy.generic", "values": [], "variance": 1}], "type_ref": "numpy.dtype"}}, {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._char_codes._UInt64Codes"}, {".class": "TypeType", "item": "ctypes.c_uint64"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__new__ of dtype", "ret_type": {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.uint64"}], "type_ref": "numpy.dtype"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar_co", "id": 1, "name": "_DTypeScalar_co", "namespace": "numpy.dtype", "upper_bound": "numpy.generic", "values": [], "variance": 1}], "type_ref": "numpy.dtype"}}, {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._char_codes._UByteCodes"}, {".class": "TypeType", "item": "ctypes.c_ubyte"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__new__ of dtype", "ret_type": {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.ubyte"}], "type_ref": "numpy.dtype"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar_co", "id": 1, "name": "_DTypeScalar_co", "namespace": "numpy.dtype", "upper_bound": "numpy.generic", "values": [], "variance": 1}], "type_ref": "numpy.dtype"}}, {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._char_codes._UShortCodes"}, {".class": "TypeType", "item": "ctypes.c_ushort"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__new__ of dtype", "ret_type": {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.ushort"}], "type_ref": "numpy.dtype"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar_co", "id": 1, "name": "_DTypeScalar_co", "namespace": "numpy.dtype", "upper_bound": "numpy.generic", "values": [], "variance": 1}], "type_ref": "numpy.dtype"}}, {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._char_codes._UIntCCodes"}, {".class": "TypeType", "item": "ctypes.c_uint"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__new__ of dtype", "ret_type": {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.uintc"}], "type_ref": "numpy.dtype"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar_co", "id": 1, "name": "_DTypeScalar_co", "namespace": "numpy.dtype", "upper_bound": "numpy.generic", "values": [], "variance": 1}], "type_ref": "numpy.dtype"}}, {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._char_codes._UIntPCodes"}, {".class": "TypeType", "item": "ctypes.c_void_p"}, {".class": "TypeType", "item": "ctypes.c_size_t"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__new__ of dtype", "ret_type": {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.uintp"}], "type_ref": "numpy.dtype"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar_co", "id": 1, "name": "_DTypeScalar_co", "namespace": "numpy.dtype", "upper_bound": "numpy.generic", "values": [], "variance": 1}], "type_ref": "numpy.dtype"}}, {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._char_codes._UIntCodes"}, {".class": "TypeType", "item": "ctypes.c_ulong"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__new__ of dtype", "ret_type": {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.uint"}], "type_ref": "numpy.dtype"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar_co", "id": 1, "name": "_DTypeScalar_co", "namespace": "numpy.dtype", "upper_bound": "numpy.generic", "values": [], "variance": 1}], "type_ref": "numpy.dtype"}}, {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._char_codes._ULongLongCodes"}, {".class": "TypeType", "item": "ctypes.c_ulonglong"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__new__ of dtype", "ret_type": {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.ulonglong"}], "type_ref": "numpy.dtype"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar_co", "id": 1, "name": "_DTypeScalar_co", "namespace": "numpy.dtype", "upper_bound": "numpy.generic", "values": [], "variance": 1}], "type_ref": "numpy.dtype"}}, {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._char_codes._Int8Codes"}, {".class": "TypeType", "item": "ctypes.c_int8"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__new__ of dtype", "ret_type": {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.int8"}], "type_ref": "numpy.dtype"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar_co", "id": 1, "name": "_DTypeScalar_co", "namespace": "numpy.dtype", "upper_bound": "numpy.generic", "values": [], "variance": 1}], "type_ref": "numpy.dtype"}}, {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._char_codes._Int16Codes"}, {".class": "TypeType", "item": "ctypes.c_int16"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__new__ of dtype", "ret_type": {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.int16"}], "type_ref": "numpy.dtype"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar_co", "id": 1, "name": "_DTypeScalar_co", "namespace": "numpy.dtype", "upper_bound": "numpy.generic", "values": [], "variance": 1}], "type_ref": "numpy.dtype"}}, {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._char_codes._Int32Codes"}, {".class": "TypeType", "item": "ctypes.c_int32"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__new__ of dtype", "ret_type": {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.int32"}], "type_ref": "numpy.dtype"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar_co", "id": 1, "name": "_DTypeScalar_co", "namespace": "numpy.dtype", "upper_bound": "numpy.generic", "values": [], "variance": 1}], "type_ref": "numpy.dtype"}}, {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._char_codes._Int64Codes"}, {".class": "TypeType", "item": "ctypes.c_int64"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__new__ of dtype", "ret_type": {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.int64"}], "type_ref": "numpy.dtype"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar_co", "id": 1, "name": "_DTypeScalar_co", "namespace": "numpy.dtype", "upper_bound": "numpy.generic", "values": [], "variance": 1}], "type_ref": "numpy.dtype"}}, {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._char_codes._ByteCodes"}, {".class": "TypeType", "item": "ctypes.c_byte"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__new__ of dtype", "ret_type": {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.byte"}], "type_ref": "numpy.dtype"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar_co", "id": 1, "name": "_DTypeScalar_co", "namespace": "numpy.dtype", "upper_bound": "numpy.generic", "values": [], "variance": 1}], "type_ref": "numpy.dtype"}}, {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._char_codes._ShortCodes"}, {".class": "TypeType", "item": "ctypes.c_short"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__new__ of dtype", "ret_type": {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.short"}], "type_ref": "numpy.dtype"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar_co", "id": 1, "name": "_DTypeScalar_co", "namespace": "numpy.dtype", "upper_bound": "numpy.generic", "values": [], "variance": 1}], "type_ref": "numpy.dtype"}}, {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._char_codes._IntCCodes"}, {".class": "TypeType", "item": "ctypes.c_int"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__new__ of dtype", "ret_type": {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.intc"}], "type_ref": "numpy.dtype"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar_co", "id": 1, "name": "_DTypeScalar_co", "namespace": "numpy.dtype", "upper_bound": "numpy.generic", "values": [], "variance": 1}], "type_ref": "numpy.dtype"}}, {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._char_codes._IntPCodes"}, {".class": "TypeType", "item": "ctypes.c_ssize_t"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__new__ of dtype", "ret_type": {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.intp"}], "type_ref": "numpy.dtype"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar_co", "id": 1, "name": "_DTypeScalar_co", "namespace": "numpy.dtype", "upper_bound": "numpy.generic", "values": [], "variance": 1}], "type_ref": "numpy.dtype"}}, {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._char_codes._IntCodes"}, {".class": "TypeType", "item": "ctypes.c_long"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__new__ of dtype", "ret_type": {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.int_"}], "type_ref": "numpy.dtype"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar_co", "id": 1, "name": "_DTypeScalar_co", "namespace": "numpy.dtype", "upper_bound": "numpy.generic", "values": [], "variance": 1}], "type_ref": "numpy.dtype"}}, {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._char_codes._LongLongCodes"}, {".class": "TypeType", "item": "ctypes.c_longlong"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__new__ of dtype", "ret_type": {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.longlong"}], "type_ref": "numpy.dtype"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar_co", "id": 1, "name": "_DTypeScalar_co", "namespace": "numpy.dtype", "upper_bound": "numpy.generic", "values": [], "variance": 1}], "type_ref": "numpy.dtype"}}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._char_codes._Float16Codes"}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__new__ of dtype", "ret_type": {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.float16"}], "type_ref": "numpy.dtype"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar_co", "id": 1, "name": "_DTypeScalar_co", "namespace": "numpy.dtype", "upper_bound": "numpy.generic", "values": [], "variance": 1}], "type_ref": "numpy.dtype"}}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._char_codes._Float32Codes"}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__new__ of dtype", "ret_type": {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.float32"}], "type_ref": "numpy.dtype"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar_co", "id": 1, "name": "_DTypeScalar_co", "namespace": "numpy.dtype", "upper_bound": "numpy.generic", "values": [], "variance": 1}], "type_ref": "numpy.dtype"}}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._char_codes._Float64Codes"}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__new__ of dtype", "ret_type": {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.float64"}], "type_ref": "numpy.dtype"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar_co", "id": 1, "name": "_DTypeScalar_co", "namespace": "numpy.dtype", "upper_bound": "numpy.generic", "values": [], "variance": 1}], "type_ref": "numpy.dtype"}}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._char_codes._HalfCodes"}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__new__ of dtype", "ret_type": {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.half"}], "type_ref": "numpy.dtype"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar_co", "id": 1, "name": "_DTypeScalar_co", "namespace": "numpy.dtype", "upper_bound": "numpy.generic", "values": [], "variance": 1}], "type_ref": "numpy.dtype"}}, {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._char_codes._SingleCodes"}, {".class": "TypeType", "item": "ctypes.c_float"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__new__ of dtype", "ret_type": {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.single"}], "type_ref": "numpy.dtype"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar_co", "id": 1, "name": "_DTypeScalar_co", "namespace": "numpy.dtype", "upper_bound": "numpy.generic", "values": [], "variance": 1}], "type_ref": "numpy.dtype"}}, {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._char_codes._DoubleCodes"}, {".class": "TypeType", "item": "ctypes.c_double"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__new__ of dtype", "ret_type": {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.double"}], "type_ref": "numpy.dtype"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar_co", "id": 1, "name": "_DTypeScalar_co", "namespace": "numpy.dtype", "upper_bound": "numpy.generic", "values": [], "variance": 1}], "type_ref": "numpy.dtype"}}, {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._char_codes._LongDoubleCodes"}, {".class": "TypeType", "item": "ctypes.c_longdouble"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__new__ of dtype", "ret_type": {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.longdouble"}], "type_ref": "numpy.dtype"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar_co", "id": 1, "name": "_DTypeScalar_co", "namespace": "numpy.dtype", "upper_bound": "numpy.generic", "values": [], "variance": 1}], "type_ref": "numpy.dtype"}}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._char_codes._Complex64Codes"}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__new__ of dtype", "ret_type": {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.complex64"}], "type_ref": "numpy.dtype"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar_co", "id": 1, "name": "_DTypeScalar_co", "namespace": "numpy.dtype", "upper_bound": "numpy.generic", "values": [], "variance": 1}], "type_ref": "numpy.dtype"}}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._char_codes._Complex128Codes"}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__new__ of dtype", "ret_type": {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.complex128"}], "type_ref": "numpy.dtype"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar_co", "id": 1, "name": "_DTypeScalar_co", "namespace": "numpy.dtype", "upper_bound": "numpy.generic", "values": [], "variance": 1}], "type_ref": "numpy.dtype"}}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._char_codes._CSingleCodes"}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__new__ of dtype", "ret_type": {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.csingle"}], "type_ref": "numpy.dtype"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar_co", "id": 1, "name": "_DTypeScalar_co", "namespace": "numpy.dtype", "upper_bound": "numpy.generic", "values": [], "variance": 1}], "type_ref": "numpy.dtype"}}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._char_codes._CDoubleCodes"}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__new__ of dtype", "ret_type": {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.cdouble"}], "type_ref": "numpy.dtype"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar_co", "id": 1, "name": "_DTypeScalar_co", "namespace": "numpy.dtype", "upper_bound": "numpy.generic", "values": [], "variance": 1}], "type_ref": "numpy.dtype"}}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._char_codes._CLongDoubleCodes"}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__new__ of dtype", "ret_type": {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.clongdouble"}], "type_ref": "numpy.dtype"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar_co", "id": 1, "name": "_DTypeScalar_co", "namespace": "numpy.dtype", "upper_bound": "numpy.generic", "values": [], "variance": 1}], "type_ref": "numpy.dtype"}}, {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._char_codes._BoolCodes"}, {".class": "TypeType", "item": "ctypes.c_bool"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__new__ of dtype", "ret_type": {".class": "Instance", "args": ["numpy.bool_"], "type_ref": "numpy.dtype"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar_co", "id": 1, "name": "_DTypeScalar_co", "namespace": "numpy.dtype", "upper_bound": "numpy.generic", "values": [], "variance": 1}], "type_ref": "numpy.dtype"}}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._char_codes._TD64Codes"}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__new__ of dtype", "ret_type": {".class": "Instance", "args": ["numpy.timedelta64"], "type_ref": "numpy.dtype"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar_co", "id": 1, "name": "_DTypeScalar_co", "namespace": "numpy.dtype", "upper_bound": "numpy.generic", "values": [], "variance": 1}], "type_ref": "numpy.dtype"}}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._char_codes._DT64Codes"}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__new__ of dtype", "ret_type": {".class": "Instance", "args": ["numpy.datetime64"], "type_ref": "numpy.dtype"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar_co", "id": 1, "name": "_DTypeScalar_co", "namespace": "numpy.dtype", "upper_bound": "numpy.generic", "values": [], "variance": 1}], "type_ref": "numpy.dtype"}}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._char_codes._StrCodes"}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__new__ of dtype", "ret_type": {".class": "Instance", "args": ["numpy.str_"], "type_ref": "numpy.dtype"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar_co", "id": 1, "name": "_DTypeScalar_co", "namespace": "numpy.dtype", "upper_bound": "numpy.generic", "values": [], "variance": 1}], "type_ref": "numpy.dtype"}}, {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._char_codes._BytesCodes"}, {".class": "TypeType", "item": "ctypes.c_char"}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__new__ of dtype", "ret_type": {".class": "Instance", "args": ["numpy.bytes_"], "type_ref": "numpy.dtype"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar_co", "id": 1, "name": "_DTypeScalar_co", "namespace": "numpy.dtype", "upper_bound": "numpy.generic", "values": [], "variance": 1}], "type_ref": "numpy.dtype"}}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._char_codes._VoidCodes"}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__new__ of dtype", "ret_type": {".class": "Instance", "args": ["numpy.void"], "type_ref": "numpy.dtype"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar_co", "id": 1, "name": "_DTypeScalar_co", "namespace": "numpy.dtype", "upper_bound": "numpy.generic", "values": [], "variance": 1}], "type_ref": "numpy.dtype"}}, {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._char_codes._ObjectCodes"}, {".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "ctypes.py_object"}}]}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__new__ of dtype", "ret_type": {".class": "Instance", "args": ["numpy.object_"], "type_ref": "numpy.dtype"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar_co", "id": 1, "name": "_DTypeScalar_co", "namespace": "numpy.dtype", "upper_bound": "numpy.generic", "values": [], "variance": 1}], "type_ref": "numpy.dtype"}}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar_co", "id": 1, "name": "_DTypeScalar_co", "namespace": "numpy.dtype", "upper_bound": "numpy.generic", "values": [], "variance": 1}], "type_ref": "numpy.dtype"}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__new__ of dtype", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar_co", "id": 1, "name": "_DTypeScalar_co", "namespace": "numpy.dtype", "upper_bound": "numpy.generic", "values": [], "variance": 1}], "type_ref": "numpy.dtype"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar_co", "id": 1, "name": "_DTypeScalar_co", "namespace": "numpy.dtype", "upper_bound": "numpy.generic", "values": [], "variance": 1}], "type_ref": "numpy.dtype"}}, {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar_co", "id": 1, "name": "_DTypeScalar_co", "namespace": "numpy.dtype", "upper_bound": "numpy.generic", "values": [], "variance": 1}], "type_ref": "numpy.dtype"}], "type_ref": "numpy.typing._dtype_like._SupportsDType"}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__new__ of dtype", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar_co", "id": 1, "name": "_DTypeScalar_co", "namespace": "numpy.dtype", "upper_bound": "numpy.generic", "values": [], "variance": 1}], "type_ref": "numpy.dtype"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar_co", "id": 1, "name": "_DTypeScalar_co", "namespace": "numpy.dtype", "upper_bound": "numpy.generic", "values": [], "variance": 1}], "type_ref": "numpy.dtype"}}, "builtins.str", "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__new__ of dtype", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.dtype"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar_co", "id": 1, "name": "_DTypeScalar_co", "namespace": "numpy.dtype", "upper_bound": "numpy.generic", "values": [], "variance": 1}], "type_ref": "numpy.dtype"}}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._dtype_like._VoidDTypeLike"}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__new__ of dtype", "ret_type": {".class": "Instance", "args": ["numpy.void"], "type_ref": "numpy.dtype"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["cls", "dtype", "align", "copy"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar_co", "id": 1, "name": "_DTypeScalar_co", "namespace": "numpy.dtype", "upper_bound": "numpy.generic", "values": [], "variance": 1}], "type_ref": "numpy.dtype"}}, {".class": "TypeType", "item": "builtins.object"}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__new__ of dtype", "ret_type": {".class": "Instance", "args": ["numpy.object_"], "type_ref": "numpy.dtype"}, "type_guard": null, "variables": []}]}}}, "__rmul__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": [], "fullname": "numpy.dtype.__rmul__", "name": "__rmul__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar_co", "id": 1, "name": "_DTypeScalar_co", "namespace": "numpy.dtype", "upper_bound": "numpy.generic", "values": [], "variance": 1}], "type_ref": "numpy.dtype"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rmul__ of dtype", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "alignment": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "numpy.dtype.alignment", "name": "alignment", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar_co", "id": 1, "name": "_DTypeScalar_co", "namespace": "numpy.dtype", "upper_bound": "numpy.generic", "values": [], "variance": 1}], "type_ref": "numpy.dtype"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "alignment of dtype", "ret_type": "builtins.int", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "alignment", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar_co", "id": 1, "name": "_DTypeScalar_co", "namespace": "numpy.dtype", "upper_bound": "numpy.generic", "values": [], "variance": 1}], "type_ref": "numpy.dtype"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "alignment of dtype", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}}, "base": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "numpy.dtype.base", "name": "base", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "TypeVarType", "fullname": "numpy._DType", "id": -1, "name": "_DType", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.dtype"}, "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "base of dtype", "ret_type": {".class": "TypeVarType", "fullname": "numpy._DType", "id": -1, "name": "_DType", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.dtype"}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._DType", "id": -1, "name": "_DType", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.dtype"}, "values": [], "variance": 0}]}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "base", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "TypeVarType", "fullname": "numpy._DType", "id": -1, "name": "_DType", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.dtype"}, "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "base of dtype", "ret_type": {".class": "TypeVarType", "fullname": "numpy._DType", "id": -1, "name": "_DType", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.dtype"}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._DType", "id": -1, "name": "_DType", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.dtype"}, "values": [], "variance": 0}]}}}}, "byteorder": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "numpy.dtype.byteorder", "name": "byteorder", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar_co", "id": 1, "name": "_DTypeScalar_co", "namespace": "numpy.dtype", "upper_bound": "numpy.generic", "values": [], "variance": 1}], "type_ref": "numpy.dtype"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "byteorder of dtype", "ret_type": "builtins.str", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "byteorder", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar_co", "id": 1, "name": "_DTypeScalar_co", "namespace": "numpy.dtype", "upper_bound": "numpy.generic", "values": [], "variance": 1}], "type_ref": "numpy.dtype"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "byteorder of dtype", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}}, "char": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "numpy.dtype.char", "name": "char", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar_co", "id": 1, "name": "_DTypeScalar_co", "namespace": "numpy.dtype", "upper_bound": "numpy.generic", "values": [], "variance": 1}], "type_ref": "numpy.dtype"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "char of dtype", "ret_type": "builtins.str", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "char", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar_co", "id": 1, "name": "_DTypeScalar_co", "namespace": "numpy.dtype", "upper_bound": "numpy.generic", "values": [], "variance": 1}], "type_ref": "numpy.dtype"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "char of dtype", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}}, "descr": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "numpy.dtype.descr", "name": "descr", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar_co", "id": 1, "name": "_DTypeScalar_co", "namespace": "numpy.dtype", "upper_bound": "numpy.generic", "values": [], "variance": 1}], "type_ref": "numpy.dtype"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "descr of dtype", "ret_type": {".class": "Instance", "args": [{".class": "UnionType", "items": [{".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.str"], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}, {".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.str", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._shape._Shape"}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}]}], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "descr", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar_co", "id": 1, "name": "_DTypeScalar_co", "namespace": "numpy.dtype", "upper_bound": "numpy.generic", "values": [], "variance": 1}], "type_ref": "numpy.dtype"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "descr of dtype", "ret_type": {".class": "Instance", "args": [{".class": "UnionType", "items": [{".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.str"], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}, {".class": "TupleType", "implicit": false, "items": ["builtins.str", "builtins.str", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._shape._Shape"}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}]}], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}}, "fields": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "numpy.dtype.fields", "name": "fields", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar_co", "id": 1, "name": "_DTypeScalar_co", "namespace": "numpy.dtype", "upper_bound": "numpy.generic", "values": [], "variance": 1}], "type_ref": "numpy.dtype"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "fields of dtype", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str", {".class": "UnionType", "items": [{".class": "TupleType", "implicit": false, "items": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.dtype"}, "builtins.int"], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}, {".class": "TupleType", "implicit": false, "items": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.dtype"}, "builtins.int", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}]}], "type_ref": "typing.Mapping"}, {".class": "NoneType"}]}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "fields", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar_co", "id": 1, "name": "_DTypeScalar_co", "namespace": "numpy.dtype", "upper_bound": "numpy.generic", "values": [], "variance": 1}], "type_ref": "numpy.dtype"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "fields of dtype", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str", {".class": "UnionType", "items": [{".class": "TupleType", "implicit": false, "items": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.dtype"}, "builtins.int"], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}, {".class": "TupleType", "implicit": false, "items": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.dtype"}, "builtins.int", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}]}], "type_ref": "typing.Mapping"}, {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}}, "flags": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "numpy.dtype.flags", "name": "flags", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar_co", "id": 1, "name": "_DTypeScalar_co", "namespace": "numpy.dtype", "upper_bound": "numpy.generic", "values": [], "variance": 1}], "type_ref": "numpy.dtype"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "flags of dtype", "ret_type": "builtins.int", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "flags", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar_co", "id": 1, "name": "_DTypeScalar_co", "namespace": "numpy.dtype", "upper_bound": "numpy.generic", "values": [], "variance": 1}], "type_ref": "numpy.dtype"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "flags of dtype", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}}, "hasobject": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "numpy.dtype.hasobject", "name": "hasobject", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar_co", "id": 1, "name": "_DTypeScalar_co", "namespace": "numpy.dtype", "upper_bound": "numpy.generic", "values": [], "variance": 1}], "type_ref": "numpy.dtype"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "hasobject of dtype", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "hasobject", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar_co", "id": 1, "name": "_DTypeScalar_co", "namespace": "numpy.dtype", "upper_bound": "numpy.generic", "values": [], "variance": 1}], "type_ref": "numpy.dtype"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "hasobject of dtype", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}}, "isalignedstruct": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "numpy.dtype.isalignedstruct", "name": "isalignedstruct", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar_co", "id": 1, "name": "_DTypeScalar_co", "namespace": "numpy.dtype", "upper_bound": "numpy.generic", "values": [], "variance": 1}], "type_ref": "numpy.dtype"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "isalignedstruct of dtype", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "isalignedstruct", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar_co", "id": 1, "name": "_DTypeScalar_co", "namespace": "numpy.dtype", "upper_bound": "numpy.generic", "values": [], "variance": 1}], "type_ref": "numpy.dtype"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "isalignedstruct of dtype", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}}, "isbuiltin": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "numpy.dtype.isbuiltin", "name": "isbuiltin", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar_co", "id": 1, "name": "_DTypeScalar_co", "namespace": "numpy.dtype", "upper_bound": "numpy.generic", "values": [], "variance": 1}], "type_ref": "numpy.dtype"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "isbuiltin of dtype", "ret_type": "builtins.int", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "isbuiltin", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar_co", "id": 1, "name": "_DTypeScalar_co", "namespace": "numpy.dtype", "upper_bound": "numpy.generic", "values": [], "variance": 1}], "type_ref": "numpy.dtype"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "isbuiltin of dtype", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}}, "isnative": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "numpy.dtype.isnative", "name": "isnative", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar_co", "id": 1, "name": "_DTypeScalar_co", "namespace": "numpy.dtype", "upper_bound": "numpy.generic", "values": [], "variance": 1}], "type_ref": "numpy.dtype"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "isnative of dtype", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "isnative", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar_co", "id": 1, "name": "_DTypeScalar_co", "namespace": "numpy.dtype", "upper_bound": "numpy.generic", "values": [], "variance": 1}], "type_ref": "numpy.dtype"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "isnative of dtype", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}}, "itemsize": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "numpy.dtype.itemsize", "name": "itemsize", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar_co", "id": 1, "name": "_DTypeScalar_co", "namespace": "numpy.dtype", "upper_bound": "numpy.generic", "values": [], "variance": 1}], "type_ref": "numpy.dtype"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "itemsize of dtype", "ret_type": "builtins.int", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "itemsize", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar_co", "id": 1, "name": "_DTypeScalar_co", "namespace": "numpy.dtype", "upper_bound": "numpy.generic", "values": [], "variance": 1}], "type_ref": "numpy.dtype"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "itemsize of dtype", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}}, "kind": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "numpy.dtype.kind", "name": "kind", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar_co", "id": 1, "name": "_DTypeScalar_co", "namespace": "numpy.dtype", "upper_bound": "numpy.generic", "values": [], "variance": 1}], "type_ref": "numpy.dtype"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "kind of dtype", "ret_type": "builtins.str", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "kind", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar_co", "id": 1, "name": "_DTypeScalar_co", "namespace": "numpy.dtype", "upper_bound": "numpy.generic", "values": [], "variance": 1}], "type_ref": "numpy.dtype"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "kind of dtype", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}}, "metadata": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "numpy.dtype.metadata", "name": "metadata", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar_co", "id": 1, "name": "_DTypeScalar_co", "namespace": "numpy.dtype", "upper_bound": "numpy.generic", "values": [], "variance": 1}], "type_ref": "numpy.dtype"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "metadata of dtype", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Mapping"}, {".class": "NoneType"}]}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "metadata", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar_co", "id": 1, "name": "_DTypeScalar_co", "namespace": "numpy.dtype", "upper_bound": "numpy.generic", "values": [], "variance": 1}], "type_ref": "numpy.dtype"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "metadata of dtype", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Mapping"}, {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}}, "name": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "numpy.dtype.name", "name": "name", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar_co", "id": 1, "name": "_DTypeScalar_co", "namespace": "numpy.dtype", "upper_bound": "numpy.generic", "values": [], "variance": 1}], "type_ref": "numpy.dtype"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "name of dtype", "ret_type": "builtins.str", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "name", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar_co", "id": 1, "name": "_DTypeScalar_co", "namespace": "numpy.dtype", "upper_bound": "numpy.generic", "values": [], "variance": 1}], "type_ref": "numpy.dtype"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "name of dtype", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}}, "names": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.dtype.names", "name": "names", "type": {".class": "UnionType", "items": [{".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.tuple"}, {".class": "NoneType"}]}}}, "ndim": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "numpy.dtype.ndim", "name": "ndim", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar_co", "id": 1, "name": "_DTypeScalar_co", "namespace": "numpy.dtype", "upper_bound": "numpy.generic", "values": [], "variance": 1}], "type_ref": "numpy.dtype"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "ndim of dtype", "ret_type": "builtins.int", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "ndim", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar_co", "id": 1, "name": "_DTypeScalar_co", "namespace": "numpy.dtype", "upper_bound": "numpy.generic", "values": [], "variance": 1}], "type_ref": "numpy.dtype"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "ndim of dtype", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}}, "newbyteorder": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", null], "flags": [], "fullname": "numpy.dtype.newbyteorder", "name": "newbyteorder", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", null], "arg_types": [{".class": "TypeVarType", "fullname": "numpy._DType", "id": -1, "name": "_DType", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.dtype"}, "values": [], "variance": 0}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy._ByteOrder"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "newbyteorder of dtype", "ret_type": {".class": "TypeVarType", "fullname": "numpy._DType", "id": -1, "name": "_DType", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.dtype"}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._DType", "id": -1, "name": "_DType", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.dtype"}, "values": [], "variance": 0}]}}}, "num": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "numpy.dtype.num", "name": "num", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar_co", "id": 1, "name": "_DTypeScalar_co", "namespace": "numpy.dtype", "upper_bound": "numpy.generic", "values": [], "variance": 1}], "type_ref": "numpy.dtype"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "num of dtype", "ret_type": "builtins.int", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "num", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar_co", "id": 1, "name": "_DTypeScalar_co", "namespace": "numpy.dtype", "upper_bound": "numpy.generic", "values": [], "variance": 1}], "type_ref": "numpy.dtype"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "num of dtype", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}}, "shape": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "numpy.dtype.shape", "name": "shape", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar_co", "id": 1, "name": "_DTypeScalar_co", "namespace": "numpy.dtype", "upper_bound": "numpy.generic", "values": [], "variance": 1}], "type_ref": "numpy.dtype"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "shape of dtype", "ret_type": {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._shape._Shape"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "shape", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar_co", "id": 1, "name": "_DTypeScalar_co", "namespace": "numpy.dtype", "upper_bound": "numpy.generic", "values": [], "variance": 1}], "type_ref": "numpy.dtype"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "shape of dtype", "ret_type": {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._shape._Shape"}, "type_guard": null, "variables": []}}}}, "str": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "numpy.dtype.str", "name": "str", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar_co", "id": 1, "name": "_DTypeScalar_co", "namespace": "numpy.dtype", "upper_bound": "numpy.generic", "values": [], "variance": 1}], "type_ref": "numpy.dtype"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "str of dtype", "ret_type": "builtins.str", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "str", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar_co", "id": 1, "name": "_DTypeScalar_co", "namespace": "numpy.dtype", "upper_bound": "numpy.generic", "values": [], "variance": 1}], "type_ref": "numpy.dtype"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "str of dtype", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}}, "subdtype": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "numpy.dtype.subdtype", "name": "subdtype", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "TypeVarType", "fullname": "numpy._DType", "id": -1, "name": "_DType", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.dtype"}, "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "subdtype of dtype", "ret_type": {".class": "UnionType", "items": [{".class": "TupleType", "implicit": false, "items": [{".class": "TypeVarType", "fullname": "numpy._DType", "id": -1, "name": "_DType", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.dtype"}, "values": [], "variance": 0}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._shape._Shape"}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}, {".class": "NoneType"}]}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._DType", "id": -1, "name": "_DType", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.dtype"}, "values": [], "variance": 0}]}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "subdtype", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "TypeVarType", "fullname": "numpy._DType", "id": -1, "name": "_DType", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.dtype"}, "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "subdtype of dtype", "ret_type": {".class": "UnionType", "items": [{".class": "TupleType", "implicit": false, "items": [{".class": "TypeVarType", "fullname": "numpy._DType", "id": -1, "name": "_DType", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.dtype"}, "values": [], "variance": 0}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._shape._Shape"}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}, {".class": "NoneType"}]}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._DType", "id": -1, "name": "_DType", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.dtype"}, "values": [], "variance": 0}]}}}}, "type": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "numpy.dtype.type", "name": "type", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar_co", "id": 1, "name": "_DTypeScalar_co", "namespace": "numpy.dtype", "upper_bound": "numpy.generic", "values": [], "variance": 1}], "type_ref": "numpy.dtype"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "type of dtype", "ret_type": {".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "numpy._DTypeScalar_co", "id": 1, "name": "_DTypeScalar_co", "namespace": "numpy.dtype", "upper_bound": "numpy.generic", "values": [], "variance": 1}}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "type", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._DTypeScalar_co", "id": 1, "name": "_DTypeScalar_co", "namespace": "numpy.dtype", "upper_bound": "numpy.generic", "values": [], "variance": 1}], "type_ref": "numpy.dtype"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "type of dtype", "ret_type": {".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "numpy._DTypeScalar_co", "id": 1, "name": "_DTypeScalar_co", "namespace": "numpy.dtype", "upper_bound": "numpy.generic", "values": [], "variance": 1}}, "type_guard": null, "variables": []}}}}}, "slots": null, "tuple_type": null, "type_vars": ["_DTypeScalar_co"], "typeddict_type": null}}, "e": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_final", "is_ready"], "fullname": "numpy.e", "name": "e", "type": "builtins.float"}}, "ediff1d": {".class": "SymbolTableNode", "cross_ref": "numpy.lib.arraysetops.ediff1d", "kind": "Gdef", "module_public": false}, "einsum": {".class": "SymbolTableNode", "cross_ref": "numpy.core.einsumfunc.einsum", "kind": "Gdef", "module_public": false}, "einsum_path": {".class": "SymbolTableNode", "cross_ref": "numpy.core.einsumfunc.einsum_path", "kind": "Gdef", "module_public": false}, "emath": {".class": "SymbolTableNode", "cross_ref": "numpy.lib.scimath", "kind": "Gdef", "module_public": false}, "empty": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 5], "arg_names": ["shape", "dtype", "order", "like"], "flags": [], "fullname": "numpy.empty", "name": "empty", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 5], "arg_names": ["shape", "dtype", "order", "like"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._shape._ShapeLike"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._dtype_like.DTypeLike"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy._OrderCF"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "empty", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.ndarray"}, "type_guard": null, "variables": []}}}, "empty_like": {".class": "SymbolTableNode", "cross_ref": "numpy.core.numeric.empty_like", "kind": "Gdef", "module_public": false}, "equal": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.equal", "name": "equal", "type": {".class": "Instance", "args": [{".class": "LiteralType", "fallback": "builtins.str", "value": "equal"}, {".class": "LiteralType", "fallback": "builtins.int", "value": 23}, {".class": "NoneType"}], "type_ref": "numpy.typing._ufunc._UFunc_Nin2_Nout1"}}}, "errstate": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["contextlib.ContextDecorator"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "numpy.errstate", "name": "errstate", "type_vars": [{".class": "TypeVarType", "fullname": "numpy._CallType", "id": 1, "name": "_CallType", "namespace": "numpy.errstate", "upper_bound": {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.core._ufunc_config._ErrFunc"}, "numpy.core._ufunc_config._SupportsWrite"]}, "values": [], "variance": 0}]}, "deletable_attributes": [], "flags": [], "fullname": "numpy.errstate", "has_param_spec_type": false, "metaclass_type": null, "metadata": {}, "module_name": "numpy", "mro": ["numpy.errstate", "contextlib.ContextDecorator", "builtins.object"], "names": {".class": "SymbolTable", "__enter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": [null], "flags": [], "fullname": "numpy.errstate.__enter__", "name": "__enter__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._CallType", "id": 1, "name": "_CallType", "namespace": "numpy.errstate", "upper_bound": {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.core._ufunc_config._ErrFunc"}, "numpy.core._ufunc_config._SupportsWrite"]}, "values": [], "variance": 0}], "type_ref": "numpy.errstate"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__enter__ of errstate", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__exit__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": [null, null, null, null], "flags": [], "fullname": "numpy.errstate.__exit__", "name": "__exit__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": [null, null, null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._CallType", "id": 1, "name": "_CallType", "namespace": "numpy.errstate", "upper_bound": {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.core._ufunc_config._ErrFunc"}, "numpy.core._ufunc_config._SupportsWrite"]}, "values": [], "variance": 0}], "type_ref": "numpy.errstate"}, {".class": "UnionType", "items": [{".class": "TypeType", "item": "builtins.BaseException"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": ["builtins.BaseException", {".class": "NoneType"}]}, {".class": "UnionType", "items": ["types.TracebackType", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__exit__ of errstate", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 5, 5, 5, 5, 5, 5], "arg_names": ["self", "call", "all", "divide", "over", "under", "invalid"], "flags": [], "fullname": "numpy.errstate.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 5, 5, 5, 5, 5, 5], "arg_names": ["self", "call", "all", "divide", "over", "under", "invalid"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._CallType", "id": 1, "name": "_CallType", "namespace": "numpy.errstate", "upper_bound": {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.core._ufunc_config._ErrFunc"}, "numpy.core._ufunc_config._SupportsWrite"]}, "values": [], "variance": 0}], "type_ref": "numpy.errstate"}, {".class": "TypeVarType", "fullname": "numpy._CallType", "id": 1, "name": "_CallType", "namespace": "numpy.errstate", "upper_bound": {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.core._ufunc_config._ErrFunc"}, "numpy.core._ufunc_config._SupportsWrite"]}, "values": [], "variance": 0}, {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.str", "value": "ignore"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "warn"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "raise"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "call"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "print"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "log"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.str", "value": "ignore"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "warn"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "raise"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "call"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "print"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "log"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.str", "value": "ignore"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "warn"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "raise"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "call"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "print"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "log"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.str", "value": "ignore"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "warn"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "raise"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "call"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "print"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "log"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.str", "value": "ignore"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "warn"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "raise"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "call"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "print"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "log"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__init__ of errstate", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "call": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.errstate.call", "name": "call", "type": {".class": "TypeVarType", "fullname": "numpy._CallType", "id": 1, "name": "_CallType", "namespace": "numpy.errstate", "upper_bound": {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.core._ufunc_config._ErrFunc"}, "numpy.core._ufunc_config._SupportsWrite"]}, "values": [], "variance": 0}}}, "kwargs": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.errstate.kwargs", "name": "kwargs", "type": {".class": "TypedDictType", "fallback": "numpy.core._ufunc_config._ErrDictOptional", "items": [["all", {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.str", "value": "ignore"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "warn"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "raise"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "call"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "print"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "log"}, {".class": "NoneType"}]}], ["divide", {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.str", "value": "ignore"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "warn"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "raise"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "call"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "print"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "log"}, {".class": "NoneType"}]}], ["over", {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.str", "value": "ignore"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "warn"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "raise"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "call"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "print"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "log"}, {".class": "NoneType"}]}], ["under", {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.str", "value": "ignore"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "warn"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "raise"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "call"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "print"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "log"}, {".class": "NoneType"}]}], ["invalid", {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.str", "value": "ignore"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "warn"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "raise"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "call"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "print"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "log"}, {".class": "NoneType"}]}]], "required_keys": []}}}}, "slots": null, "tuple_type": null, "type_vars": ["_CallType"], "typeddict_type": null}}, "euler_gamma": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_final", "is_ready"], "fullname": "numpy.euler_gamma", "name": "euler_gamma", "type": "builtins.float"}}, "exp": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.exp", "name": "exp", "type": {".class": "Instance", "args": [{".class": "LiteralType", "fallback": "builtins.str", "value": "exp"}, {".class": "LiteralType", "fallback": "builtins.int", "value": 10}, {".class": "NoneType"}], "type_ref": "numpy.typing._ufunc._UFunc_Nin1_Nout1"}}}, "exp2": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.exp2", "name": "exp2", "type": {".class": "Instance", "args": [{".class": "LiteralType", "fallback": "builtins.str", "value": "exp2"}, {".class": "LiteralType", "fallback": "builtins.int", "value": 8}, {".class": "NoneType"}], "type_ref": "numpy.typing._ufunc._UFunc_Nin1_Nout1"}}}, "expand_dims": {".class": "SymbolTableNode", "cross_ref": "numpy.lib.shape_base.expand_dims", "kind": "Gdef", "module_public": false}, "expm1": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.expm1", "name": "expm1", "type": {".class": "Instance", "args": [{".class": "LiteralType", "fallback": "builtins.str", "value": "expm1"}, {".class": "LiteralType", "fallback": "builtins.int", "value": 8}, {".class": "NoneType"}], "type_ref": "numpy.typing._ufunc._UFunc_Nin1_Nout1"}}}, "extract": {".class": "SymbolTableNode", "cross_ref": "numpy.lib.function_base.extract", "kind": "Gdef", "module_public": false}, "eye": {".class": "SymbolTableNode", "cross_ref": "numpy.lib.twodim_base.eye", "kind": "Gdef", "module_public": false}, "fabs": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.fabs", "name": "fabs", "type": {".class": "Instance", "args": [{".class": "LiteralType", "fallback": "builtins.str", "value": "fabs"}, {".class": "LiteralType", "fallback": "builtins.int", "value": 5}, {".class": "NoneType"}], "type_ref": "numpy.typing._ufunc._UFunc_Nin1_Nout1"}}}, "fft": {".class": "SymbolTableNode", "cross_ref": "numpy.fft", "kind": "Gdef", "module_public": false}, "fill_diagonal": {".class": "SymbolTableNode", "cross_ref": "numpy.lib.index_tricks.fill_diagonal", "kind": "Gdef", "module_public": false}, "find_common_type": {".class": "SymbolTableNode", "cross_ref": "numpy.core.numerictypes.find_common_type", "kind": "Gdef", "module_public": false}, "finfo": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "numpy.finfo", "name": "finfo", "type_vars": []}, "deletable_attributes": [], "flags": [], "fullname": "numpy.finfo", "has_param_spec_type": false, "metaclass_type": null, "metadata": {}, "module_name": "numpy", "mro": ["numpy.finfo", "builtins.object"], "names": {".class": "SymbolTable", "__getattr__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": [], "fullname": "numpy.finfo.__getattr__", "name": "__getattr__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["numpy.finfo", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__getattr__ of finfo", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "__new__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["cls", "dtype"], "flags": [], "fullname": "numpy.finfo.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "dtype"], "arg_types": [{".class": "TypeType", "item": "numpy.finfo"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__new__ of finfo", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}}, "slots": null, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "fix": {".class": "SymbolTableNode", "cross_ref": "numpy.lib.ufunclike.fix", "kind": "Gdef", "module_public": false}, "flatiter": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "numpy.flatiter", "name": "flatiter", "type_vars": [{".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": 1, "name": "_NdArraySubClass", "namespace": "numpy.flatiter", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.ndarray"}, "values": [], "variance": 0}]}, "deletable_attributes": [], "flags": [], "fullname": "numpy.flatiter", "has_param_spec_type": false, "metaclass_type": null, "metadata": {}, "module_name": "numpy", "mro": ["numpy.flatiter", "builtins.object"], "names": {".class": "SymbolTable", "__array__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "numpy.flatiter.__array__", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.flatiter.__array__", "name": "__array__", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "TypeVarType", "fullname": "numpy._DType", "id": -1, "name": "_DType", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.dtype"}, "values": [], "variance": 0}], "type_ref": "numpy.ndarray"}], "type_ref": "numpy.flatiter"}, {".class": "NoneType"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__array__ of flatiter", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "TypeVarType", "fullname": "numpy._DType", "id": -1, "name": "_DType", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.dtype"}, "values": [], "variance": 0}], "type_ref": "numpy.ndarray"}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._DType", "id": -1, "name": "_DType", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.dtype"}, "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__array__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.flatiter.__array__", "name": "__array__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": 1, "name": "_NdArraySubClass", "namespace": "numpy.flatiter", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.ndarray"}, "values": [], "variance": 0}], "type_ref": "numpy.flatiter"}, {".class": "TypeVarType", "fullname": "numpy._DType", "id": -1, "name": "_DType", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.dtype"}, "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__array__ of flatiter", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "TypeVarType", "fullname": "numpy._DType", "id": -1, "name": "_DType", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.dtype"}, "values": [], "variance": 0}], "type_ref": "numpy.ndarray"}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._DType", "id": -1, "name": "_DType", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.dtype"}, "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__array__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "TypeVarType", "fullname": "numpy._DType", "id": -1, "name": "_DType", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.dtype"}, "values": [], "variance": 0}], "type_ref": "numpy.ndarray"}], "type_ref": "numpy.flatiter"}, {".class": "NoneType"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__array__ of flatiter", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "TypeVarType", "fullname": "numpy._DType", "id": -1, "name": "_DType", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.dtype"}, "values": [], "variance": 0}], "type_ref": "numpy.ndarray"}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._DType", "id": -1, "name": "_DType", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.dtype"}, "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": 1, "name": "_NdArraySubClass", "namespace": "numpy.flatiter", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.ndarray"}, "values": [], "variance": 0}], "type_ref": "numpy.flatiter"}, {".class": "TypeVarType", "fullname": "numpy._DType", "id": -1, "name": "_DType", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.dtype"}, "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__array__ of flatiter", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "TypeVarType", "fullname": "numpy._DType", "id": -1, "name": "_DType", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.dtype"}, "values": [], "variance": 0}], "type_ref": "numpy.ndarray"}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._DType", "id": -1, "name": "_DType", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.dtype"}, "values": [], "variance": 0}]}]}}}, "__getitem__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "numpy.flatiter.__getitem__", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.flatiter.__getitem__", "name": "__getitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.dtype"}], "type_ref": "numpy.ndarray"}], "type_ref": "numpy.flatiter"}, {".class": "UnionType", "items": ["builtins.int", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.integer"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__getitem__ of flatiter", "ret_type": {".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__getitem__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.flatiter.__getitem__", "name": "__getitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": 1, "name": "_NdArraySubClass", "namespace": "numpy.flatiter", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.ndarray"}, "values": [], "variance": 0}], "type_ref": "numpy.flatiter"}, {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayLikeInt"}, "builtins.slice", "builtins.ellipsis"]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__getitem__ of flatiter", "ret_type": {".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": 1, "name": "_NdArraySubClass", "namespace": "numpy.flatiter", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.ndarray"}, "values": [], "variance": 0}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__getitem__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.dtype"}], "type_ref": "numpy.ndarray"}], "type_ref": "numpy.flatiter"}, {".class": "UnionType", "items": ["builtins.int", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.integer"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__getitem__ of flatiter", "ret_type": {".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": 1, "name": "_NdArraySubClass", "namespace": "numpy.flatiter", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.ndarray"}, "values": [], "variance": 0}], "type_ref": "numpy.flatiter"}, {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayLikeInt"}, "builtins.slice", "builtins.ellipsis"]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__getitem__ of flatiter", "ret_type": {".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": 1, "name": "_NdArraySubClass", "namespace": "numpy.flatiter", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.ndarray"}, "values": [], "variance": 0}, "type_guard": null, "variables": []}]}}}, "__iter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": [null], "flags": [], "fullname": "numpy.flatiter.__iter__", "name": "__iter__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "TypeVarType", "fullname": "numpy._FlatIterSelf", "id": -1, "name": "_FlatIterSelf", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.flatiter"}, "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__iter__ of flatiter", "ret_type": {".class": "TypeVarType", "fullname": "numpy._FlatIterSelf", "id": -1, "name": "_FlatIterSelf", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.flatiter"}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._FlatIterSelf", "id": -1, "name": "_FlatIterSelf", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.flatiter"}, "values": [], "variance": 0}]}}}, "__len__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": [null], "flags": [], "fullname": "numpy.flatiter.__len__", "name": "__len__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": 1, "name": "_NdArraySubClass", "namespace": "numpy.flatiter", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.ndarray"}, "values": [], "variance": 0}], "type_ref": "numpy.flatiter"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__len__ of flatiter", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "__next__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.flatiter.__next__", "name": "__next__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.dtype"}], "type_ref": "numpy.ndarray"}], "type_ref": "numpy.flatiter"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__next__ of flatiter", "ret_type": {".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}]}}}, "base": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "numpy.flatiter.base", "name": "base", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": 1, "name": "_NdArraySubClass", "namespace": "numpy.flatiter", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.ndarray"}, "values": [], "variance": 0}], "type_ref": "numpy.flatiter"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "base of flatiter", "ret_type": {".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": 1, "name": "_NdArraySubClass", "namespace": "numpy.flatiter", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.ndarray"}, "values": [], "variance": 0}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "base", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": 1, "name": "_NdArraySubClass", "namespace": "numpy.flatiter", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.ndarray"}, "values": [], "variance": 0}], "type_ref": "numpy.flatiter"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "base of flatiter", "ret_type": {".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": 1, "name": "_NdArraySubClass", "namespace": "numpy.flatiter", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.ndarray"}, "values": [], "variance": 0}, "type_guard": null, "variables": []}}}}, "coords": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "numpy.flatiter.coords", "name": "coords", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": 1, "name": "_NdArraySubClass", "namespace": "numpy.flatiter", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.ndarray"}, "values": [], "variance": 0}], "type_ref": "numpy.flatiter"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "coords of flatiter", "ret_type": {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._shape._Shape"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "coords", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": 1, "name": "_NdArraySubClass", "namespace": "numpy.flatiter", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.ndarray"}, "values": [], "variance": 0}], "type_ref": "numpy.flatiter"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "coords of flatiter", "ret_type": {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._shape._Shape"}, "type_guard": null, "variables": []}}}}, "copy": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.flatiter.copy", "name": "copy", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": 1, "name": "_NdArraySubClass", "namespace": "numpy.flatiter", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.ndarray"}, "values": [], "variance": 0}], "type_ref": "numpy.flatiter"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "copy of flatiter", "ret_type": {".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": 1, "name": "_NdArraySubClass", "namespace": "numpy.flatiter", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.ndarray"}, "values": [], "variance": 0}, "type_guard": null, "variables": []}}}, "index": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "numpy.flatiter.index", "name": "index", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": 1, "name": "_NdArraySubClass", "namespace": "numpy.flatiter", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.ndarray"}, "values": [], "variance": 0}], "type_ref": "numpy.flatiter"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "index of flatiter", "ret_type": "builtins.int", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "index", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": 1, "name": "_NdArraySubClass", "namespace": "numpy.flatiter", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.ndarray"}, "values": [], "variance": 0}], "type_ref": "numpy.flatiter"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "index of flatiter", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}}}, "slots": null, "tuple_type": null, "type_vars": ["_NdArraySubClass"], "typeddict_type": null}}, "flatnonzero": {".class": "SymbolTableNode", "cross_ref": "numpy.core.numeric.flatnonzero", "kind": "Gdef", "module_public": false}, "flexible": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": ["__init__"], "bases": ["numpy.generic"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "numpy.flexible", "name": "flexible", "type_vars": []}, "deletable_attributes": [], "flags": ["is_abstract"], "fullname": "numpy.flexible", "has_param_spec_type": false, "metaclass_type": null, "metadata": {}, "module_name": "numpy", "mro": ["numpy.flexible", "numpy.generic", "numpy._ArrayOrScalarCommon", "builtins.object"], "names": {".class": "SymbolTable"}, "slots": null, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "flip": {".class": "SymbolTableNode", "cross_ref": "numpy.lib.function_base.flip", "kind": "Gdef", "module_public": false}, "fliplr": {".class": "SymbolTableNode", "cross_ref": "numpy.lib.twodim_base.fliplr", "kind": "Gdef", "module_public": false}, "flipud": {".class": "SymbolTableNode", "cross_ref": "numpy.lib.twodim_base.flipud", "kind": "Gdef", "module_public": false}, "float128": {".class": "SymbolTableNode", "cross_ref": "numpy.typing._extended_precision.float128", "kind": "Gdef", "module_public": false}, "float16": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "numpy.float16", "line": 3393, "no_args": false, "normalized": false, "target": {".class": "Instance", "args": ["numpy.typing._16Bit"], "type_ref": "numpy.floating"}}}, "float256": {".class": "SymbolTableNode", "cross_ref": "numpy.typing._extended_precision.float256", "kind": "Gdef", "module_public": false}, "float32": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "numpy.float32", "line": 3394, "no_args": false, "normalized": false, "target": {".class": "Instance", "args": ["numpy.typing._32Bit"], "type_ref": "numpy.floating"}}}, "float64": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "numpy.float64", "line": 3395, "no_args": false, "normalized": false, "target": {".class": "Instance", "args": ["numpy.typing._64Bit"], "type_ref": "numpy.floating"}}}, "float80": {".class": "SymbolTableNode", "cross_ref": "numpy.typing._extended_precision.float80", "kind": "Gdef", "module_public": false}, "float96": {".class": "SymbolTableNode", "cross_ref": "numpy.typing._extended_precision.float96", "kind": "Gdef", "module_public": false}, "float_": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "numpy.float_", "line": 3400, "no_args": false, "normalized": false, "target": {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._nbit._NBitDouble"}], "type_ref": "numpy.floating"}}}, "float_power": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.float_power", "name": "float_power", "type": {".class": "Instance", "args": [{".class": "LiteralType", "fallback": "builtins.str", "value": "float_power"}, {".class": "LiteralType", "fallback": "builtins.int", "value": 4}, {".class": "NoneType"}], "type_ref": "numpy.typing._ufunc._UFunc_Nin2_Nout1"}}}, "floating": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": 1, "name": "_NBit1", "namespace": "numpy.floating", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.inexact"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "numpy.floating", "name": "floating", "type_vars": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": 1, "name": "_NBit1", "namespace": "numpy.floating", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}]}, "deletable_attributes": [], "flags": [], "fullname": "numpy.floating", "has_param_spec_type": false, "metaclass_type": null, "metadata": {}, "module_name": "numpy", "mro": ["numpy.floating", "numpy.inexact", "numpy.number", "numpy.generic", "numpy._ArrayOrScalarCommon", "builtins.object"], "names": {".class": "SymbolTable", "__add__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.floating.__add__", "name": "__add__", "type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": 1, "name": "_NBit1", "namespace": "numpy.floating", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.typing._callable._FloatOp"}}}, "__divmod__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.floating.__divmod__", "name": "__divmod__", "type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": 1, "name": "_NBit1", "namespace": "numpy.floating", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.typing._callable._FloatDivMod"}}}, "__floordiv__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.floating.__floordiv__", "name": "__floordiv__", "type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": 1, "name": "_NBit1", "namespace": "numpy.floating", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.typing._callable._FloatOp"}}}, "__getformat__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", null], "flags": [], "fullname": "numpy.floating.__getformat__", "name": "__getformat__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.float64"}, {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.str", "value": "double"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "float"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__getformat__ of floating", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "__getnewargs__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.floating.__getnewargs__", "name": "__getnewargs__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.float64"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__getnewargs__ of floating", "ret_type": {".class": "TupleType", "implicit": false, "items": ["builtins.float"], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}, "type_guard": null, "variables": []}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", null], "flags": [], "fullname": "numpy.floating.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": 1, "name": "_NBit1", "namespace": "numpy.floating", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.floating"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy._FloatValue"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__init__ of floating", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__mod__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.floating.__mod__", "name": "__mod__", "type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": 1, "name": "_NBit1", "namespace": "numpy.floating", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.typing._callable._FloatMod"}}}, "__mul__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.floating.__mul__", "name": "__mul__", "type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": 1, "name": "_NBit1", "namespace": "numpy.floating", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.typing._callable._FloatOp"}}}, "__pow__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.floating.__pow__", "name": "__pow__", "type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": 1, "name": "_NBit1", "namespace": "numpy.floating", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.typing._callable._FloatOp"}}}, "__radd__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.floating.__radd__", "name": "__radd__", "type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": 1, "name": "_NBit1", "namespace": "numpy.floating", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.typing._callable._FloatOp"}}}, "__rdivmod__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.floating.__rdivmod__", "name": "__rdivmod__", "type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": 1, "name": "_NBit1", "namespace": "numpy.floating", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.typing._callable._FloatDivMod"}}}, "__rfloordiv__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.floating.__rfloordiv__", "name": "__rfloordiv__", "type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": 1, "name": "_NBit1", "namespace": "numpy.floating", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.typing._callable._FloatOp"}}}, "__rmod__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.floating.__rmod__", "name": "__rmod__", "type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": 1, "name": "_NBit1", "namespace": "numpy.floating", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.typing._callable._FloatMod"}}}, "__rmul__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.floating.__rmul__", "name": "__rmul__", "type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": 1, "name": "_NBit1", "namespace": "numpy.floating", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.typing._callable._FloatOp"}}}, "__round__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "numpy.floating.__round__", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "ndigits"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.floating.__round__", "name": "__round__", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "ndigits"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": 1, "name": "_NBit1", "namespace": "numpy.floating", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.floating"}, {".class": "NoneType"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__round__ of floating", "ret_type": "builtins.int", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__round__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "ndigits"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.floating.__round__", "name": "__round__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "ndigits"], "arg_types": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}, "typing_extensions.SupportsIndex"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__round__ of floating", "ret_type": {".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__round__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "ndigits"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": 1, "name": "_NBit1", "namespace": "numpy.floating", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.floating"}, {".class": "NoneType"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__round__ of floating", "ret_type": "builtins.int", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "ndigits"], "arg_types": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}, "typing_extensions.SupportsIndex"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__round__ of floating", "ret_type": {".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}]}]}}}, "__rpow__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.floating.__rpow__", "name": "__rpow__", "type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": 1, "name": "_NBit1", "namespace": "numpy.floating", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.typing._callable._FloatOp"}}}, "__rsub__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.floating.__rsub__", "name": "__rsub__", "type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": 1, "name": "_NBit1", "namespace": "numpy.floating", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.typing._callable._FloatOp"}}}, "__rtruediv__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.floating.__rtruediv__", "name": "__rtruediv__", "type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": 1, "name": "_NBit1", "namespace": "numpy.floating", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.typing._callable._FloatOp"}}}, "__sub__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.floating.__sub__", "name": "__sub__", "type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": 1, "name": "_NBit1", "namespace": "numpy.floating", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.typing._callable._FloatOp"}}}, "__truediv__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.floating.__truediv__", "name": "__truediv__", "type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": 1, "name": "_NBit1", "namespace": "numpy.floating", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.typing._callable._FloatOp"}}}, "__trunc__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.floating.__trunc__", "name": "__trunc__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.float64"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__trunc__ of floating", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "as_integer_ratio": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.floating.as_integer_ratio", "name": "as_integer_ratio", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": 1, "name": "_NBit1", "namespace": "numpy.floating", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.floating"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "as_integer_ratio of floating", "ret_type": {".class": "TupleType", "implicit": false, "items": ["builtins.int", "builtins.int"], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}, "type_guard": null, "variables": []}}}, "fromhex": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["cls", null], "flags": ["is_class", "is_decorated"], "fullname": "numpy.floating.fromhex", "name": "fromhex", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", null], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": ["numpy.typing._64Bit"], "type_ref": "numpy.floating"}}, "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "fromhex of floating", "ret_type": {".class": "TypeAliasType", "args": [], "type_ref": "numpy.float64"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_classmethod", "is_ready"], "fullname": null, "name": "fromhex", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", null], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": ["numpy.typing._64Bit"], "type_ref": "numpy.floating"}}, "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "fromhex of floating", "ret_type": {".class": "TypeAliasType", "args": [], "type_ref": "numpy.float64"}, "type_guard": null, "variables": []}}}}, "hex": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.floating.hex", "name": "hex", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.float64"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "hex of floating", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "is_integer": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.floating.is_integer", "name": "is_integer", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.float64"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "is_integer of floating", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "item": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", null], "flags": [], "fullname": "numpy.floating.item", "name": "item", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": 1, "name": "_NBit1", "namespace": "numpy.floating", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.floating"}, {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.int", "value": 0}, {".class": "TupleType", "implicit": false, "items": [], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}, {".class": "TupleType", "implicit": false, "items": [{".class": "LiteralType", "fallback": "builtins.int", "value": 0}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "item of floating", "ret_type": "builtins.float", "type_guard": null, "variables": []}}}, "tolist": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.floating.tolist", "name": "tolist", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": 1, "name": "_NBit1", "namespace": "numpy.floating", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.floating"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "tolist of floating", "ret_type": "builtins.float", "type_guard": null, "variables": []}}}}, "slots": null, "tuple_type": null, "type_vars": ["_NBit1"], "typeddict_type": null}}, "floor": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.floor", "name": "floor", "type": {".class": "Instance", "args": [{".class": "LiteralType", "fallback": "builtins.str", "value": "floor"}, {".class": "LiteralType", "fallback": "builtins.int", "value": 7}, {".class": "NoneType"}], "type_ref": "numpy.typing._ufunc._UFunc_Nin1_Nout1"}}}, "floor_divide": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.floor_divide", "name": "floor_divide", "type": {".class": "Instance", "args": [{".class": "LiteralType", "fallback": "builtins.str", "value": "floor_divide"}, {".class": "LiteralType", "fallback": "builtins.int", "value": 21}, {".class": "NoneType"}], "type_ref": "numpy.typing._ufunc._UFunc_Nin2_Nout1"}}}, "fmax": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.fmax", "name": "fmax", "type": {".class": "Instance", "args": [{".class": "LiteralType", "fallback": "builtins.str", "value": "fmax"}, {".class": "LiteralType", "fallback": "builtins.int", "value": 21}, {".class": "NoneType"}], "type_ref": "numpy.typing._ufunc._UFunc_Nin2_Nout1"}}}, "fmin": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.fmin", "name": "fmin", "type": {".class": "Instance", "args": [{".class": "LiteralType", "fallback": "builtins.str", "value": "fmin"}, {".class": "LiteralType", "fallback": "builtins.int", "value": 21}, {".class": "NoneType"}], "type_ref": "numpy.typing._ufunc._UFunc_Nin2_Nout1"}}}, "fmod": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.fmod", "name": "fmod", "type": {".class": "Instance", "args": [{".class": "LiteralType", "fallback": "builtins.str", "value": "fmod"}, {".class": "LiteralType", "fallback": "builtins.int", "value": 15}, {".class": "NoneType"}], "type_ref": "numpy.typing._ufunc._UFunc_Nin2_Nout1"}}}, "format_float_positional": {".class": "SymbolTableNode", "cross_ref": "numpy.core.arrayprint.format_float_positional", "kind": "Gdef", "module_public": false}, "format_float_scientific": {".class": "SymbolTableNode", "cross_ref": "numpy.core.arrayprint.format_float_scientific", "kind": "Gdef", "module_public": false}, "format_parser": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "numpy.format_parser", "name": "format_parser", "type_vars": []}, "deletable_attributes": [], "flags": [], "fullname": "numpy.format_parser", "has_param_spec_type": false, "metaclass_type": null, "metadata": {}, "module_name": "numpy", "mro": ["numpy.format_parser", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0, 1, 1], "arg_names": ["self", "formats", "names", "titles", "aligned", "byteorder"], "flags": [], "fullname": "numpy.format_parser.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0, 1, 1], "arg_names": ["self", "formats", "names", "titles", "aligned", "byteorder"], "arg_types": ["numpy.format_parser", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__init__ of format_parser", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "slots": null, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "frexp": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.frexp", "name": "frexp", "type": {".class": "Instance", "args": [{".class": "LiteralType", "fallback": "builtins.str", "value": "frexp"}, {".class": "LiteralType", "fallback": "builtins.int", "value": 4}, {".class": "NoneType"}], "type_ref": "numpy.typing._ufunc._UFunc_Nin1_Nout2"}}}, "frombuffer": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 5], "arg_names": ["buffer", "dtype", "count", "offset", "like"], "flags": [], "fullname": "numpy.frombuffer", "name": "frombuffer", "type": null}}, "fromfile": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1, 5], "arg_names": ["file", "dtype", "count", "sep", "offset", "like"], "flags": [], "fullname": "numpy.fromfile", "name": "fromfile", "type": null}}, "fromfunction": {".class": "SymbolTableNode", "cross_ref": "numpy.core.numeric.fromfunction", "kind": "Gdef", "module_public": false}, "fromiter": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 5], "arg_names": ["iter", "dtype", "count", "like"], "flags": [], "fullname": "numpy.fromiter", "name": "fromiter", "type": null}}, "frompyfunc": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 2], "arg_names": ["func", "nin", "nout", "identity"], "flags": [], "fullname": "numpy.frompyfunc", "name": "frompyfunc", "type": null}}, "fromregex": {".class": "SymbolTableNode", "cross_ref": "numpy.lib.npyio.fromregex", "kind": "Gdef", "module_public": false}, "fromstring": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 5], "arg_names": ["string", "dtype", "count", "sep", "like"], "flags": [], "fullname": "numpy.fromstring", "name": "fromstring", "type": null}}, "full": {".class": "SymbolTableNode", "cross_ref": "numpy.core.numeric.full", "kind": "Gdef", "module_public": false}, "full_like": {".class": "SymbolTableNode", "cross_ref": "numpy.core.numeric.full_like", "kind": "Gdef", "module_public": false}, "gcd": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.gcd", "name": "gcd", "type": {".class": "Instance", "args": [{".class": "LiteralType", "fallback": "builtins.str", "value": "gcd"}, {".class": "LiteralType", "fallback": "builtins.int", "value": 11}, {".class": "LiteralType", "fallback": "builtins.int", "value": 0}], "type_ref": "numpy.typing._ufunc._UFunc_Nin2_Nout1"}}}, "generic": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": ["__init__"], "bases": ["numpy._ArrayOrScalarCommon"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "numpy.generic", "name": "generic", "type_vars": []}, "deletable_attributes": [], "flags": ["is_abstract"], "fullname": "numpy.generic", "has_param_spec_type": false, "metaclass_type": null, "metadata": {}, "module_name": "numpy", "mro": ["numpy.generic", "numpy._ArrayOrScalarCommon", "builtins.object"], "names": {".class": "SymbolTable", "__array__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "numpy.generic.__array__", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.generic.__array__", "name": "__array__", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", null], "arg_types": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}, {".class": "NoneType"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__array__ of generic", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.dtype"}], "type_ref": "numpy.ndarray"}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__array__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.generic.__array__", "name": "__array__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": ["numpy.generic", {".class": "TypeVarType", "fullname": "numpy._DType", "id": -1, "name": "_DType", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.dtype"}, "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__array__ of generic", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "TypeVarType", "fullname": "numpy._DType", "id": -1, "name": "_DType", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.dtype"}, "values": [], "variance": 0}], "type_ref": "numpy.ndarray"}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._DType", "id": -1, "name": "_DType", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.dtype"}, "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__array__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", null], "arg_types": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}, {".class": "NoneType"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__array__ of generic", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.dtype"}], "type_ref": "numpy.ndarray"}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": ["numpy.generic", {".class": "TypeVarType", "fullname": "numpy._DType", "id": -1, "name": "_DType", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.dtype"}, "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__array__ of generic", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "TypeVarType", "fullname": "numpy._DType", "id": -1, "name": "_DType", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.dtype"}, "values": [], "variance": 0}], "type_ref": "numpy.ndarray"}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._DType", "id": -1, "name": "_DType", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.dtype"}, "values": [], "variance": 0}]}]}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 2, 4], "arg_names": ["self", "args", "kwargs"], "flags": ["is_decorated", "is_abstract"], "fullname": "numpy.generic.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 2, 4], "arg_names": ["self", "args", "kwargs"], "arg_types": ["numpy.generic", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__init__ of generic", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": null, "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 2, 4], "arg_names": ["self", "args", "kwargs"], "arg_types": ["numpy.generic", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__init__ of generic", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "astype": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "numpy.generic.astype", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1], "arg_names": ["self", "dtype", "order", "casting", "subok", "copy"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.generic.astype", "name": "astype", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1], "arg_names": ["self", "dtype", "order", "casting", "subok", "copy"], "arg_types": ["numpy.generic", {".class": "TypeAliasType", "args": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy._DTypeLike"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy._OrderKACF"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy._Casting"}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "astype of generic", "ret_type": {".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "astype", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1], "arg_names": ["self", "dtype", "order", "casting", "subok", "copy"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.generic.astype", "name": "astype", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1], "arg_names": ["self", "dtype", "order", "casting", "subok", "copy"], "arg_types": ["numpy.generic", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._dtype_like.DTypeLike"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy._OrderKACF"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy._Casting"}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "astype of generic", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "astype", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1], "arg_names": ["self", "dtype", "order", "casting", "subok", "copy"], "arg_types": ["numpy.generic", {".class": "TypeAliasType", "args": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy._DTypeLike"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy._OrderKACF"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy._Casting"}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "astype of generic", "ret_type": {".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1], "arg_names": ["self", "dtype", "order", "casting", "subok", "copy"], "arg_types": ["numpy.generic", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._dtype_like.DTypeLike"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy._OrderKACF"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy._Casting"}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "astype of generic", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}]}}}, "base": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "numpy.generic.base", "name": "base", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy.generic"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "base of generic", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "base", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy.generic"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "base of generic", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "byteswap": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "inplace"], "flags": [], "fullname": "numpy.generic.byteswap", "name": "byteswap", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "inplace"], "arg_types": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}, {".class": "LiteralType", "fallback": "builtins.bool", "value": false}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "byteswap of generic", "ret_type": {".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}]}}}, "dtype": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "numpy.generic.dtype", "name": "dtype", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "dtype of generic", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.dtype"}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}]}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "dtype", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "dtype of generic", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.dtype"}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}]}}}}, "flat": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "numpy.generic.flat", "name": "flat", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "flat of generic", "ret_type": {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.dtype"}], "type_ref": "numpy.ndarray"}], "type_ref": "numpy.flatiter"}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}]}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "flat", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "flat of generic", "ret_type": {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.dtype"}], "type_ref": "numpy.ndarray"}], "type_ref": "numpy.flatiter"}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}]}}}}, "flatten": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "order"], "flags": [], "fullname": "numpy.generic.flatten", "name": "flatten", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "order"], "arg_types": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy._OrderKACF"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "flatten of generic", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.dtype"}], "type_ref": "numpy.ndarray"}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}]}}}, "getfield": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "numpy.generic.getfield", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "dtype", "offset"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.generic.getfield", "name": "getfield", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "dtype", "offset"], "arg_types": ["numpy.generic", {".class": "TypeAliasType", "args": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy._DTypeLike"}, "typing_extensions.SupportsIndex"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "getfield of generic", "ret_type": {".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "getfield", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "dtype", "offset"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.generic.getfield", "name": "getfield", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "dtype", "offset"], "arg_types": ["numpy.generic", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._dtype_like.DTypeLike"}, "typing_extensions.SupportsIndex"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "getfield of generic", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "getfield", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "dtype", "offset"], "arg_types": ["numpy.generic", {".class": "TypeAliasType", "args": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy._DTypeLike"}, "typing_extensions.SupportsIndex"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "getfield of generic", "ret_type": {".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "dtype", "offset"], "arg_types": ["numpy.generic", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._dtype_like.DTypeLike"}, "typing_extensions.SupportsIndex"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "getfield of generic", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}]}}}, "item": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", null], "flags": [], "fullname": "numpy.generic.item", "name": "item", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", null], "arg_types": ["numpy.generic", {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.int", "value": 0}, {".class": "TupleType", "implicit": false, "items": [], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}, {".class": "TupleType", "implicit": false, "items": [{".class": "LiteralType", "fallback": "builtins.int", "value": 0}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "item of generic", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "ndim": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "numpy.generic.ndim", "name": "ndim", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy.generic"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "ndim of generic", "ret_type": {".class": "LiteralType", "fallback": "builtins.int", "value": 0}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "ndim", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy.generic"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "ndim of generic", "ret_type": {".class": "LiteralType", "fallback": "builtins.int", "value": 0}, "type_guard": null, "variables": []}}}}, "ravel": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "order"], "flags": [], "fullname": "numpy.generic.ravel", "name": "ravel", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "order"], "arg_types": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy._OrderKACF"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "ravel of generic", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.dtype"}], "type_ref": "numpy.ndarray"}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}]}}}, "repeat": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "repeats", "axis"], "flags": [], "fullname": "numpy.generic.repeat", "name": "repeat", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "repeats", "axis"], "arg_types": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeInt_co"}, {".class": "UnionType", "items": ["typing_extensions.SupportsIndex", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "repeat of generic", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.dtype"}], "type_ref": "numpy.ndarray"}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}]}}}, "reshape": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "numpy.generic.reshape", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5], "arg_names": ["self", null, "order"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.generic.reshape", "name": "reshape", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["self", null, "order"], "arg_types": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._shape._ShapeLike"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy._OrderACF"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "reshape of generic", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.dtype"}], "type_ref": "numpy.ndarray"}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "reshape", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 2, 5], "arg_names": ["self", "shape", "order"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.generic.reshape", "name": "reshape", "type": {".class": "CallableType", "arg_kinds": [0, 2, 5], "arg_names": ["self", "shape", "order"], "arg_types": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}, "typing_extensions.SupportsIndex", {".class": "TypeAliasType", "args": [], "type_ref": "numpy._OrderACF"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "reshape of generic", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.dtype"}], "type_ref": "numpy.ndarray"}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "reshape", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["self", null, "order"], "arg_types": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._shape._ShapeLike"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy._OrderACF"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "reshape of generic", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.dtype"}], "type_ref": "numpy.ndarray"}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0, 2, 5], "arg_names": ["self", "shape", "order"], "arg_types": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}, "typing_extensions.SupportsIndex", {".class": "TypeAliasType", "args": [], "type_ref": "numpy._OrderACF"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "reshape of generic", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.dtype"}], "type_ref": "numpy.ndarray"}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}]}]}}}, "shape": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "numpy.generic.shape", "name": "shape", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy.generic"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "shape of generic", "ret_type": {".class": "TupleType", "implicit": false, "items": [], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "shape", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy.generic"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "shape of generic", "ret_type": {".class": "TupleType", "implicit": false, "items": [], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}, "type_guard": null, "variables": []}}}}, "size": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "numpy.generic.size", "name": "size", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy.generic"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "size of generic", "ret_type": {".class": "LiteralType", "fallback": "builtins.int", "value": 1}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "size", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy.generic"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "size of generic", "ret_type": {".class": "LiteralType", "fallback": "builtins.int", "value": 1}, "type_guard": null, "variables": []}}}}, "squeeze": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "axis"], "flags": [], "fullname": "numpy.generic.squeeze", "name": "squeeze", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "axis"], "arg_types": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}, {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.int", "value": 0}, {".class": "TupleType", "implicit": false, "items": [], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "squeeze of generic", "ret_type": {".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}]}}}, "strides": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "numpy.generic.strides", "name": "strides", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy.generic"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "strides of generic", "ret_type": {".class": "TupleType", "implicit": false, "items": [], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "strides", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy.generic"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "strides of generic", "ret_type": {".class": "TupleType", "implicit": false, "items": [], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}, "type_guard": null, "variables": []}}}}, "take": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "numpy.generic.take", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["self", "indices", "axis", "out", "mode"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.generic.take", "name": "take", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["self", "indices", "axis", "out", "mode"], "arg_types": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._IntLike_co"}, {".class": "UnionType", "items": ["typing_extensions.SupportsIndex", {".class": "NoneType"}]}, {".class": "NoneType"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy._ModeKind"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "take of generic", "ret_type": {".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "take", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["self", "indices", "axis", "out", "mode"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.generic.take", "name": "take", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["self", "indices", "axis", "out", "mode"], "arg_types": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeInt_co"}, {".class": "UnionType", "items": ["typing_extensions.SupportsIndex", {".class": "NoneType"}]}, {".class": "NoneType"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy._ModeKind"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "take of generic", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.dtype"}], "type_ref": "numpy.ndarray"}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "take", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["self", "indices", "axis", "out", "mode"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.generic.take", "name": "take", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["self", "indices", "axis", "out", "mode"], "arg_types": ["numpy.generic", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeInt_co"}, {".class": "UnionType", "items": ["typing_extensions.SupportsIndex", {".class": "NoneType"}]}, {".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.ndarray"}, "values": [], "variance": 0}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy._ModeKind"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "take of generic", "ret_type": {".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.ndarray"}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.ndarray"}, "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "take", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["self", "indices", "axis", "out", "mode"], "arg_types": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._IntLike_co"}, {".class": "UnionType", "items": ["typing_extensions.SupportsIndex", {".class": "NoneType"}]}, {".class": "NoneType"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy._ModeKind"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "take of generic", "ret_type": {".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["self", "indices", "axis", "out", "mode"], "arg_types": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeInt_co"}, {".class": "UnionType", "items": ["typing_extensions.SupportsIndex", {".class": "NoneType"}]}, {".class": "NoneType"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy._ModeKind"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "take of generic", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.dtype"}], "type_ref": "numpy.ndarray"}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["self", "indices", "axis", "out", "mode"], "arg_types": ["numpy.generic", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeInt_co"}, {".class": "UnionType", "items": ["typing_extensions.SupportsIndex", {".class": "NoneType"}]}, {".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.ndarray"}, "values": [], "variance": 0}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy._ModeKind"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "take of generic", "ret_type": {".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.ndarray"}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.ndarray"}, "values": [], "variance": 0}]}]}}}, "transpose": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", null], "flags": [], "fullname": "numpy.generic.transpose", "name": "transpose", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", null], "arg_types": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}, {".class": "TupleType", "implicit": false, "items": [], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "transpose of generic", "ret_type": {".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}]}}}, "view": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "numpy.generic.view", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "type"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.generic.view", "name": "view", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "type"], "arg_types": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}, {".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.ndarray"}}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "view of generic", "ret_type": {".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "view", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "dtype", "type"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.generic.view", "name": "view", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "dtype", "type"], "arg_types": ["numpy.generic", {".class": "TypeAliasType", "args": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy._DTypeLike"}, {".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.ndarray"}}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "view of generic", "ret_type": {".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "view", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "dtype", "type"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.generic.view", "name": "view", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "dtype", "type"], "arg_types": ["numpy.generic", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._dtype_like.DTypeLike"}, {".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.ndarray"}}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "view of generic", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "view", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "type"], "arg_types": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}, {".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.ndarray"}}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "view of generic", "ret_type": {".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "dtype", "type"], "arg_types": ["numpy.generic", {".class": "TypeAliasType", "args": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy._DTypeLike"}, {".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.ndarray"}}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "view of generic", "ret_type": {".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "dtype", "type"], "arg_types": ["numpy.generic", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._dtype_like.DTypeLike"}, {".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.ndarray"}}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "view of generic", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}]}}}}, "slots": null, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "genfromtxt": {".class": "SymbolTableNode", "cross_ref": "numpy.lib.npyio.genfromtxt", "kind": "Gdef", "module_public": false}, "geomspace": {".class": "SymbolTableNode", "cross_ref": "numpy.core.function_base.geomspace", "kind": "Gdef", "module_public": false}, "get_array_wrap": {".class": "SymbolTableNode", "cross_ref": "numpy.lib.shape_base.get_array_wrap", "kind": "Gdef", "module_public": false}, "get_include": {".class": "SymbolTableNode", "cross_ref": "numpy.lib.utils.get_include", "kind": "Gdef", "module_public": false}, "get_printoptions": {".class": "SymbolTableNode", "cross_ref": "numpy.core.arrayprint.get_printoptions", "kind": "Gdef", "module_public": false}, "getbufsize": {".class": "SymbolTableNode", "cross_ref": "numpy.core._ufunc_config.getbufsize", "kind": "Gdef", "module_public": false}, "geterr": {".class": "SymbolTableNode", "cross_ref": "numpy.core._ufunc_config.geterr", "kind": "Gdef", "module_public": false}, "geterrcall": {".class": "SymbolTableNode", "cross_ref": "numpy.core._ufunc_config.geterrcall", "kind": "Gdef", "module_public": false}, "geterrobj": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "numpy.geterrobj", "name": "geterrobj", "type": null}}, "gradient": {".class": "SymbolTableNode", "cross_ref": "numpy.lib.function_base.gradient", "kind": "Gdef", "module_public": false}, "greater": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.greater", "name": "greater", "type": {".class": "Instance", "args": [{".class": "LiteralType", "fallback": "builtins.str", "value": "greater"}, {".class": "LiteralType", "fallback": "builtins.int", "value": 23}, {".class": "NoneType"}], "type_ref": "numpy.typing._ufunc._UFunc_Nin2_Nout1"}}}, "greater_equal": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.greater_equal", "name": "greater_equal", "type": {".class": "Instance", "args": [{".class": "LiteralType", "fallback": "builtins.str", "value": "greater_equal"}, {".class": "LiteralType", "fallback": "builtins.int", "value": 23}, {".class": "NoneType"}], "type_ref": "numpy.typing._ufunc._UFunc_Nin2_Nout1"}}}, "half": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "numpy.half", "line": 3397, "no_args": false, "normalized": false, "target": {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._nbit._NBitHalf"}], "type_ref": "numpy.floating"}}}, "hamming": {".class": "SymbolTableNode", "cross_ref": "numpy.lib.function_base.hamming", "kind": "Gdef", "module_public": false}, "hanning": {".class": "SymbolTableNode", "cross_ref": "numpy.lib.function_base.hanning", "kind": "Gdef", "module_public": false}, "heaviside": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.heaviside", "name": "heaviside", "type": {".class": "Instance", "args": [{".class": "LiteralType", "fallback": "builtins.str", "value": "heaviside"}, {".class": "LiteralType", "fallback": "builtins.int", "value": 4}, {".class": "NoneType"}], "type_ref": "numpy.typing._ufunc._UFunc_Nin2_Nout1"}}}, "histogram": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1, 1], "arg_names": ["a", "bins", "range", "normed", "weights", "density"], "flags": [], "fullname": "numpy.histogram", "name": "histogram", "type": null}}, "histogram2d": {".class": "SymbolTableNode", "cross_ref": "numpy.lib.twodim_base.histogram2d", "kind": "Gdef", "module_public": false}, "histogram_bin_edges": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["a", "bins", "range", "weights"], "flags": [], "fullname": "numpy.histogram_bin_edges", "name": "histogram_bin_edges", "type": null}}, "histogramdd": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1, 1], "arg_names": ["sample", "bins", "range", "normed", "weights", "density"], "flags": [], "fullname": "numpy.histogramdd", "name": "histogramdd", "type": null}}, "hsplit": {".class": "SymbolTableNode", "cross_ref": "numpy.lib.shape_base.hsplit", "kind": "Gdef", "module_public": false}, "hstack": {".class": "SymbolTableNode", "cross_ref": "numpy.core.shape_base.hstack", "kind": "Gdef", "module_public": false}, "hypot": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.hypot", "name": "hypot", "type": {".class": "Instance", "args": [{".class": "LiteralType", "fallback": "builtins.str", "value": "hypot"}, {".class": "LiteralType", "fallback": "builtins.int", "value": 5}, {".class": "LiteralType", "fallback": "builtins.int", "value": 0}], "type_ref": "numpy.typing._ufunc._UFunc_Nin2_Nout1"}}}, "i0": {".class": "SymbolTableNode", "cross_ref": "numpy.lib.function_base.i0", "kind": "Gdef", "module_public": false}, "identity": {".class": "SymbolTableNode", "cross_ref": "numpy.core.numeric.identity", "kind": "Gdef", "module_public": false}, "iinfo": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "numpy.iinfo", "name": "iinfo", "type_vars": []}, "deletable_attributes": [], "flags": [], "fullname": "numpy.iinfo", "has_param_spec_type": false, "metaclass_type": null, "metadata": {}, "module_name": "numpy", "mro": ["numpy.iinfo", "builtins.object"], "names": {".class": "SymbolTable", "__getattr__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": [], "fullname": "numpy.iinfo.__getattr__", "name": "__getattr__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["numpy.iinfo", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__getattr__ of iinfo", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "int_type"], "flags": [], "fullname": "numpy.iinfo.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "int_type"], "arg_types": ["numpy.iinfo", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__init__ of iinfo", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "slots": null, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "imag": {".class": "SymbolTableNode", "cross_ref": "numpy.lib.type_check.imag", "kind": "Gdef", "module_public": false}, "in1d": {".class": "SymbolTableNode", "cross_ref": "numpy.lib.arraysetops.in1d", "kind": "Gdef", "module_public": false}, "index_exp": {".class": "SymbolTableNode", "cross_ref": "numpy.lib.index_tricks.index_exp", "kind": "Gdef", "module_public": false}, "indices": {".class": "SymbolTableNode", "cross_ref": "numpy.core.numeric.indices", "kind": "Gdef", "module_public": false}, "inexact": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": ["__init__"], "bases": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": 1, "name": "_NBit1", "namespace": "numpy.inexact", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.number"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "numpy.inexact", "name": "inexact", "type_vars": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": 1, "name": "_NBit1", "namespace": "numpy.inexact", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}]}, "deletable_attributes": [], "flags": ["is_abstract"], "fullname": "numpy.inexact", "has_param_spec_type": false, "metaclass_type": null, "metadata": {}, "module_name": "numpy", "mro": ["numpy.inexact", "numpy.number", "numpy.generic", "numpy._ArrayOrScalarCommon", "builtins.object"], "names": {".class": "SymbolTable", "__getnewargs__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.inexact.__getnewargs__", "name": "__getnewargs__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": ["numpy.typing._64Bit"], "type_ref": "numpy.inexact"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__getnewargs__ of inexact", "ret_type": {".class": "Instance", "args": ["builtins.float"], "type_ref": "builtins.tuple"}, "type_guard": null, "variables": []}}}}, "slots": null, "tuple_type": null, "type_vars": ["_NBit1"], "typeddict_type": null}}, "inf": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_final", "is_ready"], "fullname": "numpy.inf", "name": "inf", "type": "builtins.float"}}, "info": {".class": "SymbolTableNode", "cross_ref": "numpy.lib.utils.info", "kind": "Gdef", "module_public": false}, "infty": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_final", "is_ready"], "fullname": "numpy.infty", "name": "infty", "type": "builtins.float"}}, "inner": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["a", "b"], "flags": [], "fullname": "numpy.inner", "name": "inner", "type": null}}, "insert": {".class": "SymbolTableNode", "cross_ref": "numpy.lib.function_base.insert", "kind": "Gdef", "module_public": false}, "int0": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "numpy.int0", "line": 3263, "no_args": false, "normalized": false, "target": {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._nbit._NBitIntP"}], "type_ref": "numpy.signedinteger"}}}, "int128": {".class": "SymbolTableNode", "cross_ref": "numpy.typing._extended_precision.int128", "kind": "Gdef", "module_public": false}, "int16": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "numpy.int16", "line": 3255, "no_args": false, "normalized": false, "target": {".class": "Instance", "args": ["numpy.typing._16Bit"], "type_ref": "numpy.signedinteger"}}}, "int256": {".class": "SymbolTableNode", "cross_ref": "numpy.typing._extended_precision.int256", "kind": "Gdef", "module_public": false}, "int32": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "numpy.int32", "line": 3256, "no_args": false, "normalized": false, "target": {".class": "Instance", "args": ["numpy.typing._32Bit"], "type_ref": "numpy.signedinteger"}}}, "int64": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "numpy.int64", "line": 3257, "no_args": false, "normalized": false, "target": {".class": "Instance", "args": ["numpy.typing._64Bit"], "type_ref": "numpy.signedinteger"}}}, "int8": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "numpy.int8", "line": 3254, "no_args": false, "normalized": false, "target": {".class": "Instance", "args": ["numpy.typing._8Bit"], "type_ref": "numpy.signedinteger"}}}, "int_": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "numpy.int_", "line": 3264, "no_args": false, "normalized": false, "target": {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._nbit._NBitInt"}], "type_ref": "numpy.signedinteger"}}}, "intc": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "numpy.intc", "line": 3261, "no_args": false, "normalized": false, "target": {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._nbit._NBitIntC"}], "type_ref": "numpy.signedinteger"}}}, "integer": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": ["__init__"], "bases": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": 1, "name": "_NBit1", "namespace": "numpy.integer", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.number"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "numpy.integer", "name": "integer", "type_vars": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": 1, "name": "_NBit1", "namespace": "numpy.integer", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}]}, "deletable_attributes": [], "flags": ["is_abstract"], "fullname": "numpy.integer", "has_param_spec_type": false, "metaclass_type": null, "metadata": {}, "module_name": "numpy", "mro": ["numpy.integer", "numpy.number", "numpy.generic", "numpy._ArrayOrScalarCommon", "builtins.object"], "names": {".class": "SymbolTable", "__and__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": [], "fullname": "numpy.integer.__and__", "name": "__and__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": 1, "name": "_NBit1", "namespace": "numpy.integer", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.integer"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._IntLike_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__and__ of integer", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.integer"}, "type_guard": null, "variables": []}}}, "__index__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.integer.__index__", "name": "__index__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": 1, "name": "_NBit1", "namespace": "numpy.integer", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.integer"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__index__ of integer", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "__invert__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": [null], "flags": [], "fullname": "numpy.integer.__invert__", "name": "__invert__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "TypeVarType", "fullname": "numpy._IntType", "id": -1, "name": "_IntType", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.integer"}, "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__invert__ of integer", "ret_type": {".class": "TypeVarType", "fullname": "numpy._IntType", "id": -1, "name": "_IntType", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.integer"}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._IntType", "id": -1, "name": "_IntType", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.integer"}, "values": [], "variance": 0}]}}}, "__lshift__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": [], "fullname": "numpy.integer.__lshift__", "name": "__lshift__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": 1, "name": "_NBit1", "namespace": "numpy.integer", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.integer"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._IntLike_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__lshift__ of integer", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.integer"}, "type_guard": null, "variables": []}}}, "__mod__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": [], "fullname": "numpy.integer.__mod__", "name": "__mod__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": 1, "name": "_NBit1", "namespace": "numpy.integer", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.integer"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._IntLike_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__mod__ of integer", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.integer"}, "type_guard": null, "variables": []}}}, "__or__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": [], "fullname": "numpy.integer.__or__", "name": "__or__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": 1, "name": "_NBit1", "namespace": "numpy.integer", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.integer"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._IntLike_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__or__ of integer", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.integer"}, "type_guard": null, "variables": []}}}, "__rand__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": [], "fullname": "numpy.integer.__rand__", "name": "__rand__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": 1, "name": "_NBit1", "namespace": "numpy.integer", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.integer"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._IntLike_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rand__ of integer", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.integer"}, "type_guard": null, "variables": []}}}, "__rlshift__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": [], "fullname": "numpy.integer.__rlshift__", "name": "__rlshift__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": 1, "name": "_NBit1", "namespace": "numpy.integer", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.integer"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._IntLike_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rlshift__ of integer", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.integer"}, "type_guard": null, "variables": []}}}, "__rmod__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": [], "fullname": "numpy.integer.__rmod__", "name": "__rmod__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": 1, "name": "_NBit1", "namespace": "numpy.integer", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.integer"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._IntLike_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rmod__ of integer", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.integer"}, "type_guard": null, "variables": []}}}, "__ror__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": [], "fullname": "numpy.integer.__ror__", "name": "__ror__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": 1, "name": "_NBit1", "namespace": "numpy.integer", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.integer"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._IntLike_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__ror__ of integer", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.integer"}, "type_guard": null, "variables": []}}}, "__round__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "numpy.integer.__round__", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "ndigits"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.integer.__round__", "name": "__round__", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "ndigits"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": 1, "name": "_NBit1", "namespace": "numpy.integer", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.integer"}, {".class": "NoneType"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__round__ of integer", "ret_type": "builtins.int", "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__round__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "ndigits"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.integer.__round__", "name": "__round__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "ndigits"], "arg_types": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}, "typing_extensions.SupportsIndex"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__round__ of integer", "ret_type": {".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__round__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "ndigits"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": 1, "name": "_NBit1", "namespace": "numpy.integer", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.integer"}, {".class": "NoneType"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__round__ of integer", "ret_type": "builtins.int", "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "ndigits"], "arg_types": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}, "typing_extensions.SupportsIndex"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__round__ of integer", "ret_type": {".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}]}]}}}, "__rrshift__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": [], "fullname": "numpy.integer.__rrshift__", "name": "__rrshift__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": 1, "name": "_NBit1", "namespace": "numpy.integer", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.integer"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._IntLike_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rrshift__ of integer", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.integer"}, "type_guard": null, "variables": []}}}, "__rshift__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": [], "fullname": "numpy.integer.__rshift__", "name": "__rshift__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": 1, "name": "_NBit1", "namespace": "numpy.integer", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.integer"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._IntLike_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rshift__ of integer", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.integer"}, "type_guard": null, "variables": []}}}, "__rtruediv__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.integer.__rtruediv__", "name": "__rtruediv__", "type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": 1, "name": "_NBit1", "namespace": "numpy.integer", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.typing._callable._IntTrueDiv"}}}, "__rxor__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": [], "fullname": "numpy.integer.__rxor__", "name": "__rxor__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": 1, "name": "_NBit1", "namespace": "numpy.integer", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.integer"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._IntLike_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rxor__ of integer", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.integer"}, "type_guard": null, "variables": []}}}, "__truediv__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.integer.__truediv__", "name": "__truediv__", "type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": 1, "name": "_NBit1", "namespace": "numpy.integer", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.typing._callable._IntTrueDiv"}}}, "__xor__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": [], "fullname": "numpy.integer.__xor__", "name": "__xor__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": 1, "name": "_NBit1", "namespace": "numpy.integer", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.integer"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._IntLike_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__xor__ of integer", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.integer"}, "type_guard": null, "variables": []}}}, "denominator": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "numpy.integer.denominator", "name": "denominator", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": 1, "name": "_NBit1", "namespace": "numpy.integer", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.integer"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "denominator of integer", "ret_type": {".class": "LiteralType", "fallback": "builtins.int", "value": 1}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "denominator", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": 1, "name": "_NBit1", "namespace": "numpy.integer", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.integer"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "denominator of integer", "ret_type": {".class": "LiteralType", "fallback": "builtins.int", "value": 1}, "type_guard": null, "variables": []}}}}, "item": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", null], "flags": [], "fullname": "numpy.integer.item", "name": "item", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": 1, "name": "_NBit1", "namespace": "numpy.integer", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.integer"}, {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.int", "value": 0}, {".class": "TupleType", "implicit": false, "items": [], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}, {".class": "TupleType", "implicit": false, "items": [{".class": "LiteralType", "fallback": "builtins.int", "value": 0}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "item of integer", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "numerator": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "numpy.integer.numerator", "name": "numerator", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "numerator of integer", "ret_type": {".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}]}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "numerator", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "numerator of integer", "ret_type": {".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}]}}}}, "tolist": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.integer.tolist", "name": "tolist", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": 1, "name": "_NBit1", "namespace": "numpy.integer", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.integer"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "tolist of integer", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}}, "slots": null, "tuple_type": null, "type_vars": ["_NBit1"], "typeddict_type": null}}, "interp": {".class": "SymbolTableNode", "cross_ref": "numpy.lib.function_base.interp", "kind": "Gdef", "module_public": false}, "intersect1d": {".class": "SymbolTableNode", "cross_ref": "numpy.lib.arraysetops.intersect1d", "kind": "Gdef", "module_public": false}, "intp": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "numpy.intp", "line": 3262, "no_args": false, "normalized": false, "target": {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._nbit._NBitIntP"}], "type_ref": "numpy.signedinteger"}}}, "invert": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.invert", "name": "invert", "type": {".class": "Instance", "args": [{".class": "LiteralType", "fallback": "builtins.str", "value": "invert"}, {".class": "LiteralType", "fallback": "builtins.int", "value": 12}, {".class": "NoneType"}], "type_ref": "numpy.typing._ufunc._UFunc_Nin1_Nout1"}}}, "is_busday": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1], "arg_names": ["dates", "weekmask", "holidays", "busdaycal", "out"], "flags": [], "fullname": "numpy.is_busday", "name": "is_busday", "type": null}}, "isclose": {".class": "SymbolTableNode", "cross_ref": "numpy.core.numeric.isclose", "kind": "Gdef", "module_public": false}, "iscomplex": {".class": "SymbolTableNode", "cross_ref": "numpy.lib.type_check.iscomplex", "kind": "Gdef", "module_public": false}, "iscomplexobj": {".class": "SymbolTableNode", "cross_ref": "numpy.lib.type_check.iscomplexobj", "kind": "Gdef", "module_public": false}, "isfinite": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.isfinite", "name": "isfinite", "type": {".class": "Instance", "args": [{".class": "LiteralType", "fallback": "builtins.str", "value": "isfinite"}, {".class": "LiteralType", "fallback": "builtins.int", "value": 20}, {".class": "NoneType"}], "type_ref": "numpy.typing._ufunc._UFunc_Nin1_Nout1"}}}, "isfortran": {".class": "SymbolTableNode", "cross_ref": "numpy.core.numeric.isfortran", "kind": "Gdef", "module_public": false}, "isin": {".class": "SymbolTableNode", "cross_ref": "numpy.lib.arraysetops.isin", "kind": "Gdef", "module_public": false}, "isinf": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.isinf", "name": "isinf", "type": {".class": "Instance", "args": [{".class": "LiteralType", "fallback": "builtins.str", "value": "isinf"}, {".class": "LiteralType", "fallback": "builtins.int", "value": 20}, {".class": "NoneType"}], "type_ref": "numpy.typing._ufunc._UFunc_Nin1_Nout1"}}}, "isnan": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.isnan", "name": "isnan", "type": {".class": "Instance", "args": [{".class": "LiteralType", "fallback": "builtins.str", "value": "isnan"}, {".class": "LiteralType", "fallback": "builtins.int", "value": 20}, {".class": "NoneType"}], "type_ref": "numpy.typing._ufunc._UFunc_Nin1_Nout1"}}}, "isnat": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.isnat", "name": "isnat", "type": {".class": "Instance", "args": [{".class": "LiteralType", "fallback": "builtins.str", "value": "isnat"}, {".class": "LiteralType", "fallback": "builtins.int", "value": 2}, {".class": "NoneType"}], "type_ref": "numpy.typing._ufunc._UFunc_Nin1_Nout1"}}}, "isneginf": {".class": "SymbolTableNode", "cross_ref": "numpy.lib.ufunclike.isneginf", "kind": "Gdef", "module_public": false}, "isposinf": {".class": "SymbolTableNode", "cross_ref": "numpy.lib.ufunclike.isposinf", "kind": "Gdef", "module_public": false}, "isreal": {".class": "SymbolTableNode", "cross_ref": "numpy.lib.type_check.isreal", "kind": "Gdef", "module_public": false}, "isrealobj": {".class": "SymbolTableNode", "cross_ref": "numpy.lib.type_check.isrealobj", "kind": "Gdef", "module_public": false}, "isscalar": {".class": "SymbolTableNode", "cross_ref": "numpy.core.numeric.isscalar", "kind": "Gdef", "module_public": false}, "issctype": {".class": "SymbolTableNode", "cross_ref": "numpy.core.numerictypes.issctype", "kind": "Gdef", "module_public": false}, "issubclass_": {".class": "SymbolTableNode", "cross_ref": "numpy.core.numerictypes.issubclass_", "kind": "Gdef", "module_public": false}, "issubdtype": {".class": "SymbolTableNode", "cross_ref": "numpy.core.numerictypes.issubdtype", "kind": "Gdef", "module_public": false}, "issubsctype": {".class": "SymbolTableNode", "cross_ref": "numpy.core.numerictypes.issubsctype", "kind": "Gdef", "module_public": false}, "iterable": {".class": "SymbolTableNode", "cross_ref": "numpy.lib.function_base.iterable", "kind": "Gdef", "module_public": false}, "ix_": {".class": "SymbolTableNode", "cross_ref": "numpy.lib.index_tricks.ix_", "kind": "Gdef", "module_public": false}, "kaiser": {".class": "SymbolTableNode", "cross_ref": "numpy.lib.function_base.kaiser", "kind": "Gdef", "module_public": false}, "kron": {".class": "SymbolTableNode", "cross_ref": "numpy.lib.shape_base.kron", "kind": "Gdef", "module_public": false}, "lcm": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.lcm", "name": "lcm", "type": {".class": "Instance", "args": [{".class": "LiteralType", "fallback": "builtins.str", "value": "lcm"}, {".class": "LiteralType", "fallback": "builtins.int", "value": 11}, {".class": "NoneType"}], "type_ref": "numpy.typing._ufunc._UFunc_Nin2_Nout1"}}}, "ldexp": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.ldexp", "name": "ldexp", "type": {".class": "Instance", "args": [{".class": "LiteralType", "fallback": "builtins.str", "value": "ldexp"}, {".class": "LiteralType", "fallback": "builtins.int", "value": 8}, {".class": "NoneType"}], "type_ref": "numpy.typing._ufunc._UFunc_Nin2_Nout1"}}}, "left_shift": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.left_shift", "name": "left_shift", "type": {".class": "Instance", "args": [{".class": "LiteralType", "fallback": "builtins.str", "value": "left_shift"}, {".class": "LiteralType", "fallback": "builtins.int", "value": 11}, {".class": "NoneType"}], "type_ref": "numpy.typing._ufunc._UFunc_Nin2_Nout1"}}}, "less": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.less", "name": "less", "type": {".class": "Instance", "args": [{".class": "LiteralType", "fallback": "builtins.str", "value": "less"}, {".class": "LiteralType", "fallback": "builtins.int", "value": 23}, {".class": "NoneType"}], "type_ref": "numpy.typing._ufunc._UFunc_Nin2_Nout1"}}}, "less_equal": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.less_equal", "name": "less_equal", "type": {".class": "Instance", "args": [{".class": "LiteralType", "fallback": "builtins.str", "value": "less_equal"}, {".class": "LiteralType", "fallback": "builtins.int", "value": 23}, {".class": "NoneType"}], "type_ref": "numpy.typing._ufunc._UFunc_Nin2_Nout1"}}}, "lexsort": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["keys", "axis"], "flags": [], "fullname": "numpy.lexsort", "name": "lexsort", "type": null}}, "lib": {".class": "SymbolTableNode", "cross_ref": "numpy.lib", "kind": "Gdef", "module_public": false}, "linalg": {".class": "SymbolTableNode", "cross_ref": "numpy.linalg", "kind": "Gdef", "module_public": false}, "linspace": {".class": "SymbolTableNode", "cross_ref": "numpy.core.function_base.linspace", "kind": "Gdef", "module_public": false}, "little_endian": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_final", "is_ready"], "fullname": "numpy.little_endian", "name": "little_endian", "type": "builtins.bool"}}, "load": {".class": "SymbolTableNode", "cross_ref": "numpy.lib.npyio.load", "kind": "Gdef", "module_public": false}, "loads": {".class": "SymbolTableNode", "cross_ref": "numpy.lib.npyio.loads", "kind": "Gdef", "module_public": false}, "loadtxt": {".class": "SymbolTableNode", "cross_ref": "numpy.lib.npyio.loadtxt", "kind": "Gdef", "module_public": false}, "log": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.log", "name": "log", "type": {".class": "Instance", "args": [{".class": "LiteralType", "fallback": "builtins.str", "value": "log"}, {".class": "LiteralType", "fallback": "builtins.int", "value": 10}, {".class": "NoneType"}], "type_ref": "numpy.typing._ufunc._UFunc_Nin1_Nout1"}}}, "log10": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.log10", "name": "log10", "type": {".class": "Instance", "args": [{".class": "LiteralType", "fallback": "builtins.str", "value": "log10"}, {".class": "LiteralType", "fallback": "builtins.int", "value": 8}, {".class": "NoneType"}], "type_ref": "numpy.typing._ufunc._UFunc_Nin1_Nout1"}}}, "log1p": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.log1p", "name": "log1p", "type": {".class": "Instance", "args": [{".class": "LiteralType", "fallback": "builtins.str", "value": "log1p"}, {".class": "LiteralType", "fallback": "builtins.int", "value": 8}, {".class": "NoneType"}], "type_ref": "numpy.typing._ufunc._UFunc_Nin1_Nout1"}}}, "log2": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.log2", "name": "log2", "type": {".class": "Instance", "args": [{".class": "LiteralType", "fallback": "builtins.str", "value": "log2"}, {".class": "LiteralType", "fallback": "builtins.int", "value": 8}, {".class": "NoneType"}], "type_ref": "numpy.typing._ufunc._UFunc_Nin1_Nout1"}}}, "logaddexp": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.logaddexp", "name": "logaddexp", "type": {".class": "Instance", "args": [{".class": "LiteralType", "fallback": "builtins.str", "value": "logaddexp"}, {".class": "LiteralType", "fallback": "builtins.int", "value": 4}, "builtins.float"], "type_ref": "numpy.typing._ufunc._UFunc_Nin2_Nout1"}}}, "logaddexp2": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.logaddexp2", "name": "logaddexp2", "type": {".class": "Instance", "args": [{".class": "LiteralType", "fallback": "builtins.str", "value": "logaddexp2"}, {".class": "LiteralType", "fallback": "builtins.int", "value": 4}, "builtins.float"], "type_ref": "numpy.typing._ufunc._UFunc_Nin2_Nout1"}}}, "logical_and": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.logical_and", "name": "logical_and", "type": {".class": "Instance", "args": [{".class": "LiteralType", "fallback": "builtins.str", "value": "logical_and"}, {".class": "LiteralType", "fallback": "builtins.int", "value": 20}, {".class": "LiteralType", "fallback": "builtins.bool", "value": true}], "type_ref": "numpy.typing._ufunc._UFunc_Nin2_Nout1"}}}, "logical_not": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.logical_not", "name": "logical_not", "type": {".class": "Instance", "args": [{".class": "LiteralType", "fallback": "builtins.str", "value": "logical_not"}, {".class": "LiteralType", "fallback": "builtins.int", "value": 20}, {".class": "NoneType"}], "type_ref": "numpy.typing._ufunc._UFunc_Nin1_Nout1"}}}, "logical_or": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.logical_or", "name": "logical_or", "type": {".class": "Instance", "args": [{".class": "LiteralType", "fallback": "builtins.str", "value": "logical_or"}, {".class": "LiteralType", "fallback": "builtins.int", "value": 20}, {".class": "LiteralType", "fallback": "builtins.bool", "value": false}], "type_ref": "numpy.typing._ufunc._UFunc_Nin2_Nout1"}}}, "logical_xor": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.logical_xor", "name": "logical_xor", "type": {".class": "Instance", "args": [{".class": "LiteralType", "fallback": "builtins.str", "value": "logical_xor"}, {".class": "LiteralType", "fallback": "builtins.int", "value": 19}, {".class": "LiteralType", "fallback": "builtins.bool", "value": false}], "type_ref": "numpy.typing._ufunc._UFunc_Nin2_Nout1"}}}, "logspace": {".class": "SymbolTableNode", "cross_ref": "numpy.core.function_base.logspace", "kind": "Gdef", "module_public": false}, "longcomplex": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "numpy.longcomplex", "line": 3446, "no_args": false, "normalized": false, "target": {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._nbit._NBitLongDouble"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._nbit._NBitLongDouble"}], "type_ref": "numpy.complexfloating"}}}, "longdouble": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "numpy.longdouble", "line": 3401, "no_args": false, "normalized": false, "target": {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._nbit._NBitLongDouble"}], "type_ref": "numpy.floating"}}}, "longfloat": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "numpy.longfloat", "line": 3402, "no_args": false, "normalized": false, "target": {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._nbit._NBitLongDouble"}], "type_ref": "numpy.floating"}}}, "longlong": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "numpy.longlong", "line": 3265, "no_args": false, "normalized": false, "target": {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._nbit._NBitLongLong"}], "type_ref": "numpy.signedinteger"}}}, "lookfor": {".class": "SymbolTableNode", "cross_ref": "numpy.lib.utils.lookfor", "kind": "Gdef", "module_public": false}, "ma": {".class": "SymbolTableNode", "cross_ref": "numpy.ma", "kind": "Gdef", "module_public": false}, "mask_indices": {".class": "SymbolTableNode", "cross_ref": "numpy.lib.twodim_base.mask_indices", "kind": "Gdef", "module_public": false}, "mat": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["data", "dtype"], "flags": [], "fullname": "numpy.mat", "name": "mat", "type": null}}, "matmul": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.matmul", "name": "matmul", "type": {".class": "Instance", "args": [{".class": "LiteralType", "fallback": "builtins.str", "value": "matmul"}, {".class": "LiteralType", "fallback": "builtins.int", "value": 19}, {".class": "NoneType"}], "type_ref": "numpy.typing._ufunc._GUFunc_Nin2_Nout1"}}}, "matrix": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._ShapeType", "id": 1, "name": "_ShapeType", "namespace": "numpy.matrix", "upper_bound": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "numpy._DType_co", "id": 2, "name": "_DType_co", "namespace": "numpy.matrix", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.dtype"}, "values": [], "variance": 1}], "type_ref": "numpy.ndarray"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "numpy.matrix", "name": "matrix", "type_vars": [{".class": "TypeVarType", "fullname": "numpy._ShapeType", "id": 1, "name": "_ShapeType", "namespace": "numpy.matrix", "upper_bound": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "numpy._DType_co", "id": 2, "name": "_DType_co", "namespace": "numpy.matrix", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.dtype"}, "values": [], "variance": 1}]}, "deletable_attributes": [], "flags": [], "fullname": "numpy.matrix", "has_param_spec_type": false, "metaclass_type": null, "metadata": {}, "module_name": "numpy", "mro": ["numpy.matrix", "numpy.ndarray", "numpy._ArrayOrScalarCommon", "builtins.object"], "names": {".class": "SymbolTable", "A": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "numpy.matrix.A", "name": "A", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "A", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._ShapeType", "id": 1, "name": "_ShapeType", "namespace": "numpy.matrix", "upper_bound": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "numpy._DType_co", "id": 2, "name": "_DType_co", "namespace": "numpy.matrix", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.dtype"}, "values": [], "variance": 1}], "type_ref": "numpy.matrix"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": true, "is_ellipsis_args": false, "name": "A of matrix", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "A1": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "numpy.matrix.A1", "name": "A1", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "A1", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._ShapeType", "id": 1, "name": "_ShapeType", "namespace": "numpy.matrix", "upper_bound": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "numpy._DType_co", "id": 2, "name": "_DType_co", "namespace": "numpy.matrix", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.dtype"}, "values": [], "variance": 1}], "type_ref": "numpy.matrix"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": true, "is_ellipsis_args": false, "name": "A1 of matrix", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "H": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "numpy.matrix.H", "name": "H", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "H", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._ShapeType", "id": 1, "name": "_ShapeType", "namespace": "numpy.matrix", "upper_bound": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "numpy._DType_co", "id": 2, "name": "_DType_co", "namespace": "numpy.matrix", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.dtype"}, "values": [], "variance": 1}], "type_ref": "numpy.matrix"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": true, "is_ellipsis_args": false, "name": "H of matrix", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "I": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "numpy.matrix.I", "name": "I", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "I", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._ShapeType", "id": 1, "name": "_ShapeType", "namespace": "numpy.matrix", "upper_bound": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "numpy._DType_co", "id": 2, "name": "_DType_co", "namespace": "numpy.matrix", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.dtype"}, "values": [], "variance": 1}], "type_ref": "numpy.matrix"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": true, "is_ellipsis_args": false, "name": "I of matrix", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "T": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "numpy.matrix.T", "name": "T", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "T", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._ShapeType", "id": 1, "name": "_ShapeType", "namespace": "numpy.matrix", "upper_bound": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "numpy._DType_co", "id": 2, "name": "_DType_co", "namespace": "numpy.matrix", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.dtype"}, "values": [], "variance": 1}], "type_ref": "numpy.matrix"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": true, "is_ellipsis_args": false, "name": "T of matrix", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "__array_finalize__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "obj"], "flags": [], "fullname": "numpy.matrix.__array_finalize__", "name": "__array_finalize__", "type": null}}, "__getitem__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": [], "fullname": "numpy.matrix.__getitem__", "name": "__getitem__", "type": null}}, "__imul__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": [], "fullname": "numpy.matrix.__imul__", "name": "__imul__", "type": null}}, "__ipow__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": [], "fullname": "numpy.matrix.__ipow__", "name": "__ipow__", "type": null}}, "__mul__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": [], "fullname": "numpy.matrix.__mul__", "name": "__mul__", "type": null}}, "__new__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["subtype", "data", "dtype", "copy"], "flags": [], "fullname": "numpy.matrix.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["subtype", "data", "dtype", "copy"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._ShapeType", "id": 1, "name": "_ShapeType", "namespace": "numpy.matrix", "upper_bound": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "numpy._DType_co", "id": 2, "name": "_DType_co", "namespace": "numpy.matrix", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.dtype"}, "values": [], "variance": 1}], "type_ref": "numpy.matrix"}}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "subtype"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__new__ of matrix", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "__pow__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": [], "fullname": "numpy.matrix.__pow__", "name": "__pow__", "type": null}}, "__rmul__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": [], "fullname": "numpy.matrix.__rmul__", "name": "__rmul__", "type": null}}, "__rpow__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": [], "fullname": "numpy.matrix.__rpow__", "name": "__rpow__", "type": null}}, "all": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["self", "axis", "out"], "flags": [], "fullname": "numpy.matrix.all", "name": "all", "type": null}}, "any": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["self", "axis", "out"], "flags": [], "fullname": "numpy.matrix.any", "name": "any", "type": null}}, "argmax": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["self", "axis", "out"], "flags": [], "fullname": "numpy.matrix.argmax", "name": "argmax", "type": null}}, "argmin": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["self", "axis", "out"], "flags": [], "fullname": "numpy.matrix.argmin", "name": "argmin", "type": null}}, "flatten": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "order"], "flags": [], "fullname": "numpy.matrix.flatten", "name": "flatten", "type": null}}, "getA": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.matrix.getA", "name": "getA", "type": null}}, "getA1": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.matrix.getA1", "name": "getA1", "type": null}}, "getH": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.matrix.getH", "name": "getH", "type": null}}, "getI": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.matrix.getI", "name": "getI", "type": null}}, "getT": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.matrix.getT", "name": "getT", "type": null}}, "max": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["self", "axis", "out"], "flags": [], "fullname": "numpy.matrix.max", "name": "max", "type": null}}, "mean": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "axis", "dtype", "out"], "flags": [], "fullname": "numpy.matrix.mean", "name": "mean", "type": null}}, "min": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["self", "axis", "out"], "flags": [], "fullname": "numpy.matrix.min", "name": "min", "type": null}}, "prod": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "axis", "dtype", "out"], "flags": [], "fullname": "numpy.matrix.prod", "name": "prod", "type": null}}, "ptp": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["self", "axis", "out"], "flags": [], "fullname": "numpy.matrix.ptp", "name": "ptp", "type": null}}, "ravel": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "order"], "flags": [], "fullname": "numpy.matrix.ravel", "name": "ravel", "type": null}}, "squeeze": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "axis"], "flags": [], "fullname": "numpy.matrix.squeeze", "name": "squeeze", "type": null}}, "std": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1], "arg_names": ["self", "axis", "dtype", "out", "ddof"], "flags": [], "fullname": "numpy.matrix.std", "name": "std", "type": null}}, "sum": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "axis", "dtype", "out"], "flags": [], "fullname": "numpy.matrix.sum", "name": "sum", "type": null}}, "tolist": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.matrix.tolist", "name": "tolist", "type": null}}, "var": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1], "arg_names": ["self", "axis", "dtype", "out", "ddof"], "flags": [], "fullname": "numpy.matrix.var", "name": "var", "type": null}}}, "slots": null, "tuple_type": null, "type_vars": ["_ShapeType", "_DType_co"], "typeddict_type": null}}, "matrixlib": {".class": "SymbolTableNode", "cross_ref": "numpy.matrixlib", "kind": "Gdef", "module_public": false}, "max": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1, 1], "arg_names": ["a", "axis", "out", "keepdims", "initial", "where"], "flags": [], "fullname": "numpy.max", "name": "max", "type": null}}, "maximum": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.maximum", "name": "maximum", "type": {".class": "Instance", "args": [{".class": "LiteralType", "fallback": "builtins.str", "value": "maximum"}, {".class": "LiteralType", "fallback": "builtins.int", "value": 21}, {".class": "NoneType"}], "type_ref": "numpy.typing._ufunc._UFunc_Nin2_Nout1"}}}, "maximum_sctype": {".class": "SymbolTableNode", "cross_ref": "numpy.core.numerictypes.maximum_sctype", "kind": "Gdef", "module_public": false}, "may_share_memory": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["a", "b", "max_work"], "flags": [], "fullname": "numpy.may_share_memory", "name": "may_share_memory", "type": null}}, "mean": {".class": "SymbolTableNode", "cross_ref": "numpy.core.fromnumeric.mean", "kind": "Gdef", "module_public": false}, "median": {".class": "SymbolTableNode", "cross_ref": "numpy.lib.function_base.median", "kind": "Gdef", "module_public": false}, "memmap": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._ShapeType", "id": 1, "name": "_ShapeType", "namespace": "numpy.memmap", "upper_bound": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "numpy._DType_co", "id": 2, "name": "_DType_co", "namespace": "numpy.memmap", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.dtype"}, "values": [], "variance": 1}], "type_ref": "numpy.ndarray"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "numpy.memmap", "name": "memmap", "type_vars": [{".class": "TypeVarType", "fullname": "numpy._ShapeType", "id": 1, "name": "_ShapeType", "namespace": "numpy.memmap", "upper_bound": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "numpy._DType_co", "id": 2, "name": "_DType_co", "namespace": "numpy.memmap", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.dtype"}, "values": [], "variance": 1}]}, "deletable_attributes": [], "flags": [], "fullname": "numpy.memmap", "has_param_spec_type": false, "metaclass_type": null, "metadata": {}, "module_name": "numpy", "mro": ["numpy.memmap", "numpy.ndarray", "numpy._ArrayOrScalarCommon", "builtins.object"], "names": {".class": "SymbolTable", "__getattr__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": [], "fullname": "numpy.memmap.__getattr__", "name": "__getattr__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._ShapeType", "id": 1, "name": "_ShapeType", "namespace": "numpy.memmap", "upper_bound": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "numpy._DType_co", "id": 2, "name": "_DType_co", "namespace": "numpy.memmap", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.dtype"}, "values": [], "variance": 1}], "type_ref": "numpy.memmap"}, "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__getattr__ of memmap", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "__new__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1, 1], "arg_names": ["subtype", "filename", "dtype", "mode", "offset", "shape", "order"], "flags": [], "fullname": "numpy.memmap.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1, 1], "arg_names": ["subtype", "filename", "dtype", "mode", "offset", "shape", "order"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._ShapeType", "id": 1, "name": "_ShapeType", "namespace": "numpy.memmap", "upper_bound": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "numpy._DType_co", "id": 2, "name": "_DType_co", "namespace": "numpy.memmap", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.dtype"}, "values": [], "variance": 1}], "type_ref": "numpy.memmap"}}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "subtype"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__new__ of memmap", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}}, "slots": null, "tuple_type": null, "type_vars": ["_ShapeType", "_DType_co"], "typeddict_type": null}}, "meshgrid": {".class": "SymbolTableNode", "cross_ref": "numpy.lib.function_base.meshgrid", "kind": "Gdef", "module_public": false}, "mgrid": {".class": "SymbolTableNode", "cross_ref": "numpy.lib.index_tricks.mgrid", "kind": "Gdef", "module_public": false}, "min": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1, 1], "arg_names": ["a", "axis", "out", "keepdims", "initial", "where"], "flags": [], "fullname": "numpy.min", "name": "min", "type": null}}, "min_scalar_type": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["a"], "flags": [], "fullname": "numpy.min_scalar_type", "name": "min_scalar_type", "type": null}}, "minimum": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.minimum", "name": "minimum", "type": {".class": "Instance", "args": [{".class": "LiteralType", "fallback": "builtins.str", "value": "minimum"}, {".class": "LiteralType", "fallback": "builtins.int", "value": 21}, {".class": "NoneType"}], "type_ref": "numpy.typing._ufunc._UFunc_Nin2_Nout1"}}}, "mintypecode": {".class": "SymbolTableNode", "cross_ref": "numpy.lib.type_check.mintypecode", "kind": "Gdef", "module_public": false}, "mmap": {".class": "SymbolTableNode", "cross_ref": "mmap", "kind": "Gdef", "module_hidden": true, "module_public": false}, "mod": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.mod", "name": "mod", "type": {".class": "Instance", "args": [{".class": "LiteralType", "fallback": "builtins.str", "value": "remainder"}, {".class": "LiteralType", "fallback": "builtins.int", "value": 16}, {".class": "NoneType"}], "type_ref": "numpy.typing._ufunc._UFunc_Nin2_Nout1"}}}, "modf": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.modf", "name": "modf", "type": {".class": "Instance", "args": [{".class": "LiteralType", "fallback": "builtins.str", "value": "modf"}, {".class": "LiteralType", "fallback": "builtins.int", "value": 4}, {".class": "NoneType"}], "type_ref": "numpy.typing._ufunc._UFunc_Nin1_Nout2"}}}, "moveaxis": {".class": "SymbolTableNode", "cross_ref": "numpy.core.numeric.moveaxis", "kind": "Gdef", "module_public": false}, "msort": {".class": "SymbolTableNode", "cross_ref": "numpy.lib.function_base.msort", "kind": "Gdef", "module_public": false}, "multiply": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.multiply", "name": "multiply", "type": {".class": "Instance", "args": [{".class": "LiteralType", "fallback": "builtins.str", "value": "multiply"}, {".class": "LiteralType", "fallback": "builtins.int", "value": 23}, {".class": "LiteralType", "fallback": "builtins.int", "value": 1}], "type_ref": "numpy.typing._ufunc._UFunc_Nin2_Nout1"}}}, "nan": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_final", "is_ready"], "fullname": "numpy.nan", "name": "nan", "type": "builtins.float"}}, "nan_to_num": {".class": "SymbolTableNode", "cross_ref": "numpy.lib.type_check.nan_to_num", "kind": "Gdef", "module_public": false}, "nanargmax": {".class": "SymbolTableNode", "cross_ref": "numpy.lib.nanfunctions.nanargmax", "kind": "Gdef", "module_public": false}, "nanargmin": {".class": "SymbolTableNode", "cross_ref": "numpy.lib.nanfunctions.nanargmin", "kind": "Gdef", "module_public": false}, "nancumprod": {".class": "SymbolTableNode", "cross_ref": "numpy.lib.nanfunctions.nancumprod", "kind": "Gdef", "module_public": false}, "nancumsum": {".class": "SymbolTableNode", "cross_ref": "numpy.lib.nanfunctions.nancumsum", "kind": "Gdef", "module_public": false}, "nanmax": {".class": "SymbolTableNode", "cross_ref": "numpy.lib.nanfunctions.nanmax", "kind": "Gdef", "module_public": false}, "nanmean": {".class": "SymbolTableNode", "cross_ref": "numpy.lib.nanfunctions.nanmean", "kind": "Gdef", "module_public": false}, "nanmedian": {".class": "SymbolTableNode", "cross_ref": "numpy.lib.nanfunctions.nanmedian", "kind": "Gdef", "module_public": false}, "nanmin": {".class": "SymbolTableNode", "cross_ref": "numpy.lib.nanfunctions.nanmin", "kind": "Gdef", "module_public": false}, "nanpercentile": {".class": "SymbolTableNode", "cross_ref": "numpy.lib.nanfunctions.nanpercentile", "kind": "Gdef", "module_public": false}, "nanprod": {".class": "SymbolTableNode", "cross_ref": "numpy.lib.nanfunctions.nanprod", "kind": "Gdef", "module_public": false}, "nanquantile": {".class": "SymbolTableNode", "cross_ref": "numpy.lib.nanfunctions.nanquantile", "kind": "Gdef", "module_public": false}, "nanstd": {".class": "SymbolTableNode", "cross_ref": "numpy.lib.nanfunctions.nanstd", "kind": "Gdef", "module_public": false}, "nansum": {".class": "SymbolTableNode", "cross_ref": "numpy.lib.nanfunctions.nansum", "kind": "Gdef", "module_public": false}, "nanvar": {".class": "SymbolTableNode", "cross_ref": "numpy.lib.nanfunctions.nanvar", "kind": "Gdef", "module_public": false}, "nbytes": {".class": "SymbolTableNode", "cross_ref": "numpy.core.numerictypes.nbytes", "kind": "Gdef", "module_public": false}, "ndarray": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["numpy._ArrayOrScalarCommon"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "numpy.ndarray", "name": "ndarray", "type_vars": [{".class": "TypeVarType", "fullname": "numpy._ShapeType", "id": 1, "name": "_ShapeType", "namespace": "numpy.ndarray", "upper_bound": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "numpy._DType_co", "id": 2, "name": "_DType_co", "namespace": "numpy.ndarray", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.dtype"}, "values": [], "variance": 1}]}, "deletable_attributes": [], "flags": [], "fullname": "numpy.ndarray", "has_param_spec_type": false, "metaclass_type": null, "metadata": {}, "module_name": "numpy", "mro": ["numpy.ndarray", "numpy._ArrayOrScalarCommon", "builtins.object"], "names": {".class": "SymbolTable", "__abs__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "numpy.ndarray.__abs__", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": [null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__abs__", "name": "__abs__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.bool_"], "type_ref": "numpy.typing._generic_alias.NDArray"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__abs__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": ["numpy.bool_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__abs__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": [null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__abs__", "name": "__abs__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.complexfloating"}], "type_ref": "numpy.typing._generic_alias.NDArray"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__abs__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.floating"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__abs__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": [null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__abs__", "name": "__abs__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "TypeVarType", "fullname": "numpy._NumberType", "id": -1, "name": "_NumberType", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.number"}, "values": [], "variance": 0}], "type_ref": "numpy.typing._generic_alias.NDArray"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__abs__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "TypeVarType", "fullname": "numpy._NumberType", "id": -1, "name": "_NumberType", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.number"}, "values": [], "variance": 0}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._NumberType", "id": -1, "name": "_NumberType", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.number"}, "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__abs__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": [null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__abs__", "name": "__abs__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.timedelta64"], "type_ref": "numpy.typing._generic_alias.NDArray"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__abs__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": ["numpy.timedelta64"], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__abs__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": [null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__abs__", "name": "__abs__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.object_"], "type_ref": "numpy.typing._generic_alias.NDArray"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__abs__ of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__abs__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.bool_"], "type_ref": "numpy.typing._generic_alias.NDArray"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__abs__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": ["numpy.bool_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.complexfloating"}], "type_ref": "numpy.typing._generic_alias.NDArray"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__abs__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.floating"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "TypeVarType", "fullname": "numpy._NumberType", "id": -1, "name": "_NumberType", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.number"}, "values": [], "variance": 0}], "type_ref": "numpy.typing._generic_alias.NDArray"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__abs__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "TypeVarType", "fullname": "numpy._NumberType", "id": -1, "name": "_NumberType", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.number"}, "values": [], "variance": 0}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._NumberType", "id": -1, "name": "_NumberType", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.number"}, "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.timedelta64"], "type_ref": "numpy.typing._generic_alias.NDArray"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__abs__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": ["numpy.timedelta64"], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.object_"], "type_ref": "numpy.typing._generic_alias.NDArray"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__abs__ of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}]}}}, "__add__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "numpy.ndarray.__add__", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__add__", "name": "__add__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [{".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}], "type_ref": "numpy.typing._array_like._NestedSequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__add__ of ndarray", "ret_type": {".class": "UninhabitedType", "is_noreturn": true}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__add__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__add__", "name": "__add__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.bool_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeBool_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__add__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": ["numpy.bool_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__add__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__add__", "name": "__add__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayUInt_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeUInt_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__add__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.unsignedinteger"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__add__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__add__", "name": "__add__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayInt_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeInt_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__add__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.signedinteger"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__add__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__add__", "name": "__add__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayFloat_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeFloat_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__add__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.floating"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__add__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__add__", "name": "__add__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayComplex_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeComplex_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__add__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.complexfloating"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__add__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__add__", "name": "__add__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayTD64_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeTD64_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__add__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": ["numpy.timedelta64"], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__add__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__add__", "name": "__add__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayTD64_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeDT64_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__add__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": ["numpy.datetime64"], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__add__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__add__", "name": "__add__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.datetime64"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeTD64_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__add__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": ["numpy.datetime64"], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__add__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__add__", "name": "__add__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.object_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__add__ of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__add__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__add__", "name": "__add__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeObject_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__add__ of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__add__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__add__", "name": "__add__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "UnionType", "items": ["numpy.bool_", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.number"}, "numpy.timedelta64", "numpy.datetime64"]}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._RecursiveSequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__add__ of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__add__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [{".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}], "type_ref": "numpy.typing._array_like._NestedSequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__add__ of ndarray", "ret_type": {".class": "UninhabitedType", "is_noreturn": true}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.bool_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeBool_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__add__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": ["numpy.bool_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayUInt_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeUInt_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__add__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.unsignedinteger"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayInt_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeInt_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__add__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.signedinteger"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayFloat_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeFloat_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__add__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.floating"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayComplex_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeComplex_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__add__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.complexfloating"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayTD64_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeTD64_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__add__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": ["numpy.timedelta64"], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayTD64_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeDT64_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__add__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": ["numpy.datetime64"], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.datetime64"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeTD64_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__add__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": ["numpy.datetime64"], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.object_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__add__ of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeObject_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__add__ of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "UnionType", "items": ["numpy.bool_", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.number"}, "numpy.timedelta64", "numpy.datetime64"]}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._RecursiveSequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__add__ of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}]}}}, "__and__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "numpy.ndarray.__and__", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__and__", "name": "__and__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [{".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}], "type_ref": "numpy.typing._array_like._NestedSequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__and__ of ndarray", "ret_type": {".class": "UninhabitedType", "is_noreturn": true}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__and__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__and__", "name": "__and__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.bool_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeBool_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__and__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": ["numpy.bool_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__and__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__and__", "name": "__and__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayUInt_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeUInt_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__and__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.unsignedinteger"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__and__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__and__", "name": "__and__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayInt_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeInt_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__and__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.signedinteger"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__and__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__and__", "name": "__and__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.object_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__and__ of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__and__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__and__", "name": "__and__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeObject_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__and__ of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__and__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__and__", "name": "__and__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "UnionType", "items": ["numpy.bool_", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.integer"}]}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._RecursiveSequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__and__ of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__and__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [{".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}], "type_ref": "numpy.typing._array_like._NestedSequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__and__ of ndarray", "ret_type": {".class": "UninhabitedType", "is_noreturn": true}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.bool_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeBool_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__and__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": ["numpy.bool_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayUInt_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeUInt_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__and__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.unsignedinteger"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayInt_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeInt_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__and__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.signedinteger"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.object_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__and__ of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeObject_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__and__ of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "UnionType", "items": ["numpy.bool_", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.integer"}]}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._RecursiveSequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__and__ of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}]}}}, "__array__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "numpy.ndarray.__array__", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__array__", "name": "__array__", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._ShapeType", "id": 1, "name": "_ShapeType", "namespace": "numpy.ndarray", "upper_bound": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "numpy._DType_co", "id": 2, "name": "_DType_co", "namespace": "numpy.ndarray", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.dtype"}, "values": [], "variance": 1}], "type_ref": "numpy.ndarray"}, {".class": "NoneType"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__array__ of ndarray", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "TypeVarType", "fullname": "numpy._DType_co", "id": 2, "name": "_DType_co", "namespace": "numpy.ndarray", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.dtype"}, "values": [], "variance": 1}], "type_ref": "numpy.ndarray"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__array__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__array__", "name": "__array__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._ShapeType", "id": 1, "name": "_ShapeType", "namespace": "numpy.ndarray", "upper_bound": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "numpy._DType_co", "id": 2, "name": "_DType_co", "namespace": "numpy.ndarray", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.dtype"}, "values": [], "variance": 1}], "type_ref": "numpy.ndarray"}, {".class": "TypeVarType", "fullname": "numpy._DType", "id": -1, "name": "_DType", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.dtype"}, "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__array__ of ndarray", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "TypeVarType", "fullname": "numpy._DType", "id": -1, "name": "_DType", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.dtype"}, "values": [], "variance": 0}], "type_ref": "numpy.ndarray"}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._DType", "id": -1, "name": "_DType", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.dtype"}, "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__array__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._ShapeType", "id": 1, "name": "_ShapeType", "namespace": "numpy.ndarray", "upper_bound": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "numpy._DType_co", "id": 2, "name": "_DType_co", "namespace": "numpy.ndarray", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.dtype"}, "values": [], "variance": 1}], "type_ref": "numpy.ndarray"}, {".class": "NoneType"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__array__ of ndarray", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "TypeVarType", "fullname": "numpy._DType_co", "id": 2, "name": "_DType_co", "namespace": "numpy.ndarray", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.dtype"}, "values": [], "variance": 1}], "type_ref": "numpy.ndarray"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._ShapeType", "id": 1, "name": "_ShapeType", "namespace": "numpy.ndarray", "upper_bound": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "numpy._DType_co", "id": 2, "name": "_DType_co", "namespace": "numpy.ndarray", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.dtype"}, "values": [], "variance": 1}], "type_ref": "numpy.ndarray"}, {".class": "TypeVarType", "fullname": "numpy._DType", "id": -1, "name": "_DType", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.dtype"}, "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__array__ of ndarray", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "TypeVarType", "fullname": "numpy._DType", "id": -1, "name": "_DType", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.dtype"}, "values": [], "variance": 0}], "type_ref": "numpy.ndarray"}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._DType", "id": -1, "name": "_DType", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.dtype"}, "values": [], "variance": 0}]}]}}}, "__complex__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": [null], "flags": [], "fullname": "numpy.ndarray.__complex__", "name": "__complex__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "Instance", "args": ["typing.SupportsComplex"], "type_ref": "numpy.dtype"}], "type_ref": "numpy.ndarray"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__complex__ of ndarray", "ret_type": "builtins.complex", "type_guard": null, "variables": []}}}, "__contains__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": [], "fullname": "numpy.ndarray.__contains__", "name": "__contains__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._ShapeType", "id": 1, "name": "_ShapeType", "namespace": "numpy.ndarray", "upper_bound": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "numpy._DType_co", "id": 2, "name": "_DType_co", "namespace": "numpy.ndarray", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.dtype"}, "values": [], "variance": 1}], "type_ref": "numpy.ndarray"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__contains__ of ndarray", "ret_type": "builtins.bool", "type_guard": null, "variables": []}}}, "__divmod__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "numpy.ndarray.__divmod__", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__divmod__", "name": "__divmod__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [{".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}], "type_ref": "numpy.typing._array_like._NestedSequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__divmod__ of ndarray", "ret_type": {".class": "UninhabitedType", "is_noreturn": true}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__divmod__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__divmod__", "name": "__divmod__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.bool_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeBool_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__divmod__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "TypeAliasType", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.int8"}], "type_ref": "numpy.typing._generic_alias.NDArray"}], "type_ref": "numpy._2Tuple"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__divmod__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__divmod__", "name": "__divmod__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayUInt_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeUInt_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__divmod__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.unsignedinteger"}], "type_ref": "numpy.typing._generic_alias.NDArray"}], "type_ref": "numpy._2Tuple"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__divmod__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__divmod__", "name": "__divmod__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayInt_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeInt_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__divmod__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.signedinteger"}], "type_ref": "numpy.typing._generic_alias.NDArray"}], "type_ref": "numpy._2Tuple"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__divmod__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__divmod__", "name": "__divmod__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayFloat_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeFloat_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__divmod__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.floating"}], "type_ref": "numpy.typing._generic_alias.NDArray"}], "type_ref": "numpy._2Tuple"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__divmod__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__divmod__", "name": "__divmod__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayTD64_co"}, {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "Instance", "args": ["numpy.timedelta64"], "type_ref": "numpy.dtype"}], "type_ref": "numpy.typing._array_like._SupportsArray"}], "type_ref": "numpy.typing._array_like._NestedSequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__divmod__ of ndarray", "ret_type": {".class": "TupleType", "implicit": false, "items": [{".class": "TypeAliasType", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.int64"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": ["numpy.timedelta64"], "type_ref": "numpy.typing._generic_alias.NDArray"}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__divmod__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__divmod__", "name": "__divmod__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "UnionType", "items": ["numpy.bool_", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.integer"}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.floating"}, "numpy.timedelta64"]}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._RecursiveSequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__divmod__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy._2Tuple"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__divmod__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [{".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}], "type_ref": "numpy.typing._array_like._NestedSequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__divmod__ of ndarray", "ret_type": {".class": "UninhabitedType", "is_noreturn": true}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.bool_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeBool_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__divmod__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "TypeAliasType", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.int8"}], "type_ref": "numpy.typing._generic_alias.NDArray"}], "type_ref": "numpy._2Tuple"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayUInt_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeUInt_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__divmod__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.unsignedinteger"}], "type_ref": "numpy.typing._generic_alias.NDArray"}], "type_ref": "numpy._2Tuple"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayInt_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeInt_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__divmod__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.signedinteger"}], "type_ref": "numpy.typing._generic_alias.NDArray"}], "type_ref": "numpy._2Tuple"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayFloat_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeFloat_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__divmod__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.floating"}], "type_ref": "numpy.typing._generic_alias.NDArray"}], "type_ref": "numpy._2Tuple"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayTD64_co"}, {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "Instance", "args": ["numpy.timedelta64"], "type_ref": "numpy.dtype"}], "type_ref": "numpy.typing._array_like._SupportsArray"}], "type_ref": "numpy.typing._array_like._NestedSequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__divmod__ of ndarray", "ret_type": {".class": "TupleType", "implicit": false, "items": [{".class": "TypeAliasType", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.int64"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": ["numpy.timedelta64"], "type_ref": "numpy.typing._generic_alias.NDArray"}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "UnionType", "items": ["numpy.bool_", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.integer"}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.floating"}, "numpy.timedelta64"]}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._RecursiveSequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__divmod__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy._2Tuple"}, "type_guard": null, "variables": []}]}}}, "__float__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": [null], "flags": [], "fullname": "numpy.ndarray.__float__", "name": "__float__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "Instance", "args": ["typing.SupportsFloat"], "type_ref": "numpy.dtype"}], "type_ref": "numpy.ndarray"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__float__ of ndarray", "ret_type": "builtins.float", "type_guard": null, "variables": []}}}, "__floordiv__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "numpy.ndarray.__floordiv__", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__floordiv__", "name": "__floordiv__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [{".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}], "type_ref": "numpy.typing._array_like._NestedSequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__floordiv__ of ndarray", "ret_type": {".class": "UninhabitedType", "is_noreturn": true}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__floordiv__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__floordiv__", "name": "__floordiv__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.bool_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeBool_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__floordiv__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.int8"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__floordiv__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__floordiv__", "name": "__floordiv__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayUInt_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeUInt_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__floordiv__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.unsignedinteger"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__floordiv__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__floordiv__", "name": "__floordiv__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayInt_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeInt_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__floordiv__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.signedinteger"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__floordiv__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__floordiv__", "name": "__floordiv__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayFloat_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeFloat_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__floordiv__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.floating"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__floordiv__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__floordiv__", "name": "__floordiv__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayComplex_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeComplex_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__floordiv__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.complexfloating"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__floordiv__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__floordiv__", "name": "__floordiv__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.timedelta64"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "Instance", "args": ["numpy.timedelta64"], "type_ref": "numpy.dtype"}], "type_ref": "numpy.typing._array_like._SupportsArray"}], "type_ref": "numpy.typing._array_like._NestedSequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__floordiv__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.int64"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__floordiv__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__floordiv__", "name": "__floordiv__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.timedelta64"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeBool_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__floordiv__ of ndarray", "ret_type": {".class": "UninhabitedType", "is_noreturn": true}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__floordiv__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__floordiv__", "name": "__floordiv__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.timedelta64"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeFloat_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__floordiv__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": ["numpy.timedelta64"], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__floordiv__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__floordiv__", "name": "__floordiv__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.object_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__floordiv__ of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__floordiv__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__floordiv__", "name": "__floordiv__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeObject_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__floordiv__ of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__floordiv__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__floordiv__", "name": "__floordiv__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "UnionType", "items": ["numpy.bool_", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.number"}, "numpy.timedelta64"]}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._RecursiveSequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__floordiv__ of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__floordiv__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [{".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}], "type_ref": "numpy.typing._array_like._NestedSequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__floordiv__ of ndarray", "ret_type": {".class": "UninhabitedType", "is_noreturn": true}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.bool_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeBool_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__floordiv__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.int8"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayUInt_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeUInt_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__floordiv__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.unsignedinteger"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayInt_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeInt_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__floordiv__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.signedinteger"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayFloat_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeFloat_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__floordiv__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.floating"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayComplex_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeComplex_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__floordiv__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.complexfloating"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.timedelta64"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "Instance", "args": ["numpy.timedelta64"], "type_ref": "numpy.dtype"}], "type_ref": "numpy.typing._array_like._SupportsArray"}], "type_ref": "numpy.typing._array_like._NestedSequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__floordiv__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.int64"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.timedelta64"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeBool_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__floordiv__ of ndarray", "ret_type": {".class": "UninhabitedType", "is_noreturn": true}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.timedelta64"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeFloat_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__floordiv__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": ["numpy.timedelta64"], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.object_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__floordiv__ of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeObject_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__floordiv__ of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "UnionType", "items": ["numpy.bool_", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.number"}, "numpy.timedelta64"]}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._RecursiveSequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__floordiv__ of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}]}}}, "__ge__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "numpy.ndarray.__ge__", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__ge__", "name": "__ge__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [{".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}], "type_ref": "numpy.typing._array_like._NestedSequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__ge__ of ndarray", "ret_type": {".class": "UninhabitedType", "is_noreturn": true}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__ge__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__ge__", "name": "__ge__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayNumber_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeNumber_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__ge__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": ["numpy.bool_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__ge__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__ge__", "name": "__ge__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayTD64_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeTD64_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__ge__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": ["numpy.bool_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__ge__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__ge__", "name": "__ge__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.datetime64"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeDT64_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__ge__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": ["numpy.bool_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__ge__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__ge__", "name": "__ge__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.object_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__ge__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": ["numpy.bool_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__ge__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__ge__", "name": "__ge__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeObject_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__ge__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": ["numpy.bool_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__ge__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__ge__", "name": "__ge__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.number"}, "numpy.datetime64", "numpy.timedelta64", "numpy.bool_"]}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._RecursiveSequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__ge__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": ["numpy.bool_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__ge__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [{".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}], "type_ref": "numpy.typing._array_like._NestedSequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__ge__ of ndarray", "ret_type": {".class": "UninhabitedType", "is_noreturn": true}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayNumber_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeNumber_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__ge__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": ["numpy.bool_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayTD64_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeTD64_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__ge__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": ["numpy.bool_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.datetime64"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeDT64_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__ge__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": ["numpy.bool_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.object_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__ge__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": ["numpy.bool_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeObject_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__ge__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": ["numpy.bool_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.number"}, "numpy.datetime64", "numpy.timedelta64", "numpy.bool_"]}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._RecursiveSequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__ge__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": ["numpy.bool_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}]}}}, "__gt__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "numpy.ndarray.__gt__", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__gt__", "name": "__gt__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [{".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}], "type_ref": "numpy.typing._array_like._NestedSequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__gt__ of ndarray", "ret_type": {".class": "UninhabitedType", "is_noreturn": true}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__gt__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__gt__", "name": "__gt__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayNumber_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeNumber_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__gt__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": ["numpy.bool_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__gt__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__gt__", "name": "__gt__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayTD64_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeTD64_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__gt__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": ["numpy.bool_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__gt__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__gt__", "name": "__gt__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.datetime64"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeDT64_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__gt__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": ["numpy.bool_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__gt__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__gt__", "name": "__gt__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.object_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__gt__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": ["numpy.bool_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__gt__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__gt__", "name": "__gt__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeObject_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__gt__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": ["numpy.bool_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__gt__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__gt__", "name": "__gt__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.number"}, "numpy.datetime64", "numpy.timedelta64", "numpy.bool_"]}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._RecursiveSequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__gt__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": ["numpy.bool_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__gt__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [{".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}], "type_ref": "numpy.typing._array_like._NestedSequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__gt__ of ndarray", "ret_type": {".class": "UninhabitedType", "is_noreturn": true}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayNumber_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeNumber_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__gt__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": ["numpy.bool_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayTD64_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeTD64_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__gt__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": ["numpy.bool_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.datetime64"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeDT64_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__gt__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": ["numpy.bool_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.object_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__gt__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": ["numpy.bool_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeObject_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__gt__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": ["numpy.bool_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.number"}, "numpy.datetime64", "numpy.timedelta64", "numpy.bool_"]}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._RecursiveSequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__gt__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": ["numpy.bool_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}]}}}, "__iadd__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "numpy.ndarray.__iadd__", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__iadd__", "name": "__iadd__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [{".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}], "type_ref": "numpy.typing._array_like._NestedSequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__iadd__ of ndarray", "ret_type": {".class": "UninhabitedType", "is_noreturn": true}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__iadd__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__iadd__", "name": "__iadd__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.bool_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeBool_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__iadd__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": ["numpy.bool_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__iadd__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__iadd__", "name": "__iadd__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.unsignedinteger"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeUInt_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__iadd__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.unsignedinteger"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__iadd__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__iadd__", "name": "__iadd__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.signedinteger"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeInt_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__iadd__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.signedinteger"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__iadd__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__iadd__", "name": "__iadd__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.floating"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeFloat_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__iadd__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.floating"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__iadd__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__iadd__", "name": "__iadd__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.complexfloating"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeComplex_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__iadd__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.complexfloating"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__iadd__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__iadd__", "name": "__iadd__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.timedelta64"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeTD64_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__iadd__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": ["numpy.timedelta64"], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__iadd__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__iadd__", "name": "__iadd__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.datetime64"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeTD64_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__iadd__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": ["numpy.datetime64"], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__iadd__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__iadd__", "name": "__iadd__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.object_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__iadd__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": ["numpy.object_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__iadd__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__iadd__", "name": "__iadd__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._RecursiveSequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__iadd__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__iadd__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [{".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}], "type_ref": "numpy.typing._array_like._NestedSequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__iadd__ of ndarray", "ret_type": {".class": "UninhabitedType", "is_noreturn": true}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.bool_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeBool_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__iadd__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": ["numpy.bool_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.unsignedinteger"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeUInt_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__iadd__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.unsignedinteger"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.signedinteger"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeInt_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__iadd__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.signedinteger"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.floating"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeFloat_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__iadd__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.floating"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.complexfloating"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeComplex_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__iadd__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.complexfloating"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.timedelta64"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeTD64_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__iadd__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": ["numpy.timedelta64"], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.datetime64"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeTD64_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__iadd__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": ["numpy.datetime64"], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.object_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__iadd__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": ["numpy.object_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._RecursiveSequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__iadd__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}]}]}}}, "__iand__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "numpy.ndarray.__iand__", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__iand__", "name": "__iand__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [{".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}], "type_ref": "numpy.typing._array_like._NestedSequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__iand__ of ndarray", "ret_type": {".class": "UninhabitedType", "is_noreturn": true}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__iand__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__iand__", "name": "__iand__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.bool_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeBool_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__iand__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": ["numpy.bool_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__iand__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__iand__", "name": "__iand__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.unsignedinteger"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeUInt_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__iand__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.unsignedinteger"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__iand__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__iand__", "name": "__iand__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.signedinteger"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeInt_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__iand__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.signedinteger"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__iand__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__iand__", "name": "__iand__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.object_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__iand__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": ["numpy.object_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__iand__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__iand__", "name": "__iand__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._RecursiveSequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__iand__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__iand__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [{".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}], "type_ref": "numpy.typing._array_like._NestedSequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__iand__ of ndarray", "ret_type": {".class": "UninhabitedType", "is_noreturn": true}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.bool_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeBool_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__iand__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": ["numpy.bool_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.unsignedinteger"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeUInt_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__iand__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.unsignedinteger"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.signedinteger"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeInt_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__iand__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.signedinteger"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.object_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__iand__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": ["numpy.object_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._RecursiveSequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__iand__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}]}]}}}, "__ifloordiv__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "numpy.ndarray.__ifloordiv__", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__ifloordiv__", "name": "__ifloordiv__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [{".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}], "type_ref": "numpy.typing._array_like._NestedSequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__ifloordiv__ of ndarray", "ret_type": {".class": "UninhabitedType", "is_noreturn": true}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__ifloordiv__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__ifloordiv__", "name": "__ifloordiv__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.unsignedinteger"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeUInt_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__ifloordiv__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.unsignedinteger"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__ifloordiv__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__ifloordiv__", "name": "__ifloordiv__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.signedinteger"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeInt_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__ifloordiv__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.signedinteger"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__ifloordiv__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__ifloordiv__", "name": "__ifloordiv__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.floating"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeFloat_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__ifloordiv__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.floating"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__ifloordiv__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__ifloordiv__", "name": "__ifloordiv__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.complexfloating"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeComplex_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__ifloordiv__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.complexfloating"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__ifloordiv__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__ifloordiv__", "name": "__ifloordiv__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.timedelta64"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeBool_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__ifloordiv__ of ndarray", "ret_type": {".class": "UninhabitedType", "is_noreturn": true}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__ifloordiv__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__ifloordiv__", "name": "__ifloordiv__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.timedelta64"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeInt_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__ifloordiv__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": ["numpy.timedelta64"], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__ifloordiv__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__ifloordiv__", "name": "__ifloordiv__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.object_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__ifloordiv__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": ["numpy.object_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__ifloordiv__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__ifloordiv__", "name": "__ifloordiv__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._RecursiveSequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__ifloordiv__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__ifloordiv__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [{".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}], "type_ref": "numpy.typing._array_like._NestedSequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__ifloordiv__ of ndarray", "ret_type": {".class": "UninhabitedType", "is_noreturn": true}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.unsignedinteger"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeUInt_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__ifloordiv__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.unsignedinteger"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.signedinteger"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeInt_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__ifloordiv__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.signedinteger"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.floating"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeFloat_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__ifloordiv__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.floating"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.complexfloating"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeComplex_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__ifloordiv__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.complexfloating"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.timedelta64"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeBool_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__ifloordiv__ of ndarray", "ret_type": {".class": "UninhabitedType", "is_noreturn": true}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.timedelta64"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeInt_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__ifloordiv__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": ["numpy.timedelta64"], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.object_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__ifloordiv__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": ["numpy.object_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._RecursiveSequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__ifloordiv__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}]}]}}}, "__ilshift__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "numpy.ndarray.__ilshift__", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__ilshift__", "name": "__ilshift__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [{".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}], "type_ref": "numpy.typing._array_like._NestedSequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__ilshift__ of ndarray", "ret_type": {".class": "UninhabitedType", "is_noreturn": true}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__ilshift__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__ilshift__", "name": "__ilshift__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.unsignedinteger"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeUInt_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__ilshift__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.unsignedinteger"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__ilshift__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__ilshift__", "name": "__ilshift__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.signedinteger"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeInt_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__ilshift__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.signedinteger"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__ilshift__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__ilshift__", "name": "__ilshift__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.object_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__ilshift__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": ["numpy.object_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__ilshift__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__ilshift__", "name": "__ilshift__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._RecursiveSequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__ilshift__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__ilshift__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [{".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}], "type_ref": "numpy.typing._array_like._NestedSequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__ilshift__ of ndarray", "ret_type": {".class": "UninhabitedType", "is_noreturn": true}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.unsignedinteger"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeUInt_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__ilshift__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.unsignedinteger"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.signedinteger"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeInt_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__ilshift__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.signedinteger"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.object_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__ilshift__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": ["numpy.object_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._RecursiveSequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__ilshift__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}]}]}}}, "__imod__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "numpy.ndarray.__imod__", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__imod__", "name": "__imod__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [{".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}], "type_ref": "numpy.typing._array_like._NestedSequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__imod__ of ndarray", "ret_type": {".class": "UninhabitedType", "is_noreturn": true}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__imod__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__imod__", "name": "__imod__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.unsignedinteger"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeUInt_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__imod__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.unsignedinteger"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__imod__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__imod__", "name": "__imod__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.signedinteger"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeInt_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__imod__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.signedinteger"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__imod__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__imod__", "name": "__imod__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.floating"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeFloat_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__imod__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.floating"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__imod__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__imod__", "name": "__imod__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.timedelta64"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "Instance", "args": ["numpy.timedelta64"], "type_ref": "numpy.dtype"}], "type_ref": "numpy.typing._array_like._SupportsArray"}], "type_ref": "numpy.typing._array_like._NestedSequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__imod__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": ["numpy.timedelta64"], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__imod__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__imod__", "name": "__imod__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.object_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__imod__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": ["numpy.object_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__imod__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__imod__", "name": "__imod__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._RecursiveSequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__imod__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__imod__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [{".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}], "type_ref": "numpy.typing._array_like._NestedSequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__imod__ of ndarray", "ret_type": {".class": "UninhabitedType", "is_noreturn": true}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.unsignedinteger"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeUInt_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__imod__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.unsignedinteger"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.signedinteger"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeInt_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__imod__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.signedinteger"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.floating"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeFloat_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__imod__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.floating"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.timedelta64"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "Instance", "args": ["numpy.timedelta64"], "type_ref": "numpy.dtype"}], "type_ref": "numpy.typing._array_like._SupportsArray"}], "type_ref": "numpy.typing._array_like._NestedSequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__imod__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": ["numpy.timedelta64"], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.object_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__imod__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": ["numpy.object_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._RecursiveSequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__imod__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}]}]}}}, "__imul__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "numpy.ndarray.__imul__", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__imul__", "name": "__imul__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [{".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}], "type_ref": "numpy.typing._array_like._NestedSequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__imul__ of ndarray", "ret_type": {".class": "UninhabitedType", "is_noreturn": true}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__imul__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__imul__", "name": "__imul__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.bool_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeBool_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__imul__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": ["numpy.bool_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__imul__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__imul__", "name": "__imul__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.unsignedinteger"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeUInt_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__imul__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.unsignedinteger"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__imul__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__imul__", "name": "__imul__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.signedinteger"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeInt_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__imul__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.signedinteger"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__imul__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__imul__", "name": "__imul__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.floating"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeFloat_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__imul__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.floating"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__imul__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__imul__", "name": "__imul__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.complexfloating"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeComplex_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__imul__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.complexfloating"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__imul__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__imul__", "name": "__imul__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.timedelta64"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeFloat_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__imul__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": ["numpy.timedelta64"], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__imul__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__imul__", "name": "__imul__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.object_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__imul__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": ["numpy.object_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__imul__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__imul__", "name": "__imul__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._RecursiveSequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__imul__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__imul__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [{".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}], "type_ref": "numpy.typing._array_like._NestedSequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__imul__ of ndarray", "ret_type": {".class": "UninhabitedType", "is_noreturn": true}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.bool_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeBool_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__imul__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": ["numpy.bool_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.unsignedinteger"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeUInt_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__imul__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.unsignedinteger"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.signedinteger"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeInt_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__imul__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.signedinteger"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.floating"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeFloat_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__imul__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.floating"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.complexfloating"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeComplex_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__imul__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.complexfloating"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.timedelta64"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeFloat_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__imul__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": ["numpy.timedelta64"], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.object_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__imul__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": ["numpy.object_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._RecursiveSequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__imul__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}]}]}}}, "__index__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.ndarray.__index__", "name": "__index__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "Instance", "args": ["typing_extensions.SupportsIndex"], "type_ref": "numpy.dtype"}], "type_ref": "numpy.ndarray"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__index__ of ndarray", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "__int__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": [null], "flags": [], "fullname": "numpy.ndarray.__int__", "name": "__int__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "Instance", "args": ["typing.SupportsInt"], "type_ref": "numpy.dtype"}], "type_ref": "numpy.ndarray"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__int__ of ndarray", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "__invert__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "numpy.ndarray.__invert__", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": [null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__invert__", "name": "__invert__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.bool_"], "type_ref": "numpy.typing._generic_alias.NDArray"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__invert__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": ["numpy.bool_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__invert__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": [null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__invert__", "name": "__invert__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "TypeVarType", "fullname": "numpy._IntType", "id": -1, "name": "_IntType", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.integer"}, "values": [], "variance": 0}], "type_ref": "numpy.typing._generic_alias.NDArray"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__invert__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "TypeVarType", "fullname": "numpy._IntType", "id": -1, "name": "_IntType", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.integer"}, "values": [], "variance": 0}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._IntType", "id": -1, "name": "_IntType", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.integer"}, "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__invert__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": [null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__invert__", "name": "__invert__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.object_"], "type_ref": "numpy.typing._generic_alias.NDArray"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__invert__ of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__invert__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.bool_"], "type_ref": "numpy.typing._generic_alias.NDArray"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__invert__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": ["numpy.bool_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "TypeVarType", "fullname": "numpy._IntType", "id": -1, "name": "_IntType", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.integer"}, "values": [], "variance": 0}], "type_ref": "numpy.typing._generic_alias.NDArray"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__invert__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "TypeVarType", "fullname": "numpy._IntType", "id": -1, "name": "_IntType", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.integer"}, "values": [], "variance": 0}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._IntType", "id": -1, "name": "_IntType", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.integer"}, "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.object_"], "type_ref": "numpy.typing._generic_alias.NDArray"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__invert__ of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}]}}}, "__ior__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "numpy.ndarray.__ior__", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__ior__", "name": "__ior__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [{".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}], "type_ref": "numpy.typing._array_like._NestedSequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__ior__ of ndarray", "ret_type": {".class": "UninhabitedType", "is_noreturn": true}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__ior__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__ior__", "name": "__ior__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.bool_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeBool_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__ior__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": ["numpy.bool_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__ior__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__ior__", "name": "__ior__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.unsignedinteger"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeUInt_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__ior__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.unsignedinteger"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__ior__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__ior__", "name": "__ior__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.signedinteger"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeInt_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__ior__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.signedinteger"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__ior__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__ior__", "name": "__ior__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.object_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__ior__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": ["numpy.object_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__ior__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__ior__", "name": "__ior__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._RecursiveSequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__ior__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__ior__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [{".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}], "type_ref": "numpy.typing._array_like._NestedSequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__ior__ of ndarray", "ret_type": {".class": "UninhabitedType", "is_noreturn": true}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.bool_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeBool_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__ior__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": ["numpy.bool_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.unsignedinteger"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeUInt_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__ior__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.unsignedinteger"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.signedinteger"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeInt_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__ior__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.signedinteger"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.object_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__ior__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": ["numpy.object_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._RecursiveSequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__ior__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}]}]}}}, "__ipow__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "numpy.ndarray.__ipow__", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__ipow__", "name": "__ipow__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [{".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}], "type_ref": "numpy.typing._array_like._NestedSequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__ipow__ of ndarray", "ret_type": {".class": "UninhabitedType", "is_noreturn": true}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__ipow__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__ipow__", "name": "__ipow__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.unsignedinteger"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeUInt_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__ipow__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.unsignedinteger"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__ipow__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__ipow__", "name": "__ipow__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.signedinteger"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeInt_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__ipow__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.signedinteger"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__ipow__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__ipow__", "name": "__ipow__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.floating"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeFloat_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__ipow__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.floating"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__ipow__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__ipow__", "name": "__ipow__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.complexfloating"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeComplex_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__ipow__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.complexfloating"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__ipow__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__ipow__", "name": "__ipow__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.object_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__ipow__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": ["numpy.object_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__ipow__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__ipow__", "name": "__ipow__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._RecursiveSequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__ipow__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__ipow__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [{".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}], "type_ref": "numpy.typing._array_like._NestedSequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__ipow__ of ndarray", "ret_type": {".class": "UninhabitedType", "is_noreturn": true}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.unsignedinteger"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeUInt_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__ipow__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.unsignedinteger"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.signedinteger"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeInt_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__ipow__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.signedinteger"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.floating"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeFloat_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__ipow__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.floating"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.complexfloating"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeComplex_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__ipow__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.complexfloating"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.object_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__ipow__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": ["numpy.object_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._RecursiveSequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__ipow__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}]}]}}}, "__irshift__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "numpy.ndarray.__irshift__", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__irshift__", "name": "__irshift__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [{".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}], "type_ref": "numpy.typing._array_like._NestedSequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__irshift__ of ndarray", "ret_type": {".class": "UninhabitedType", "is_noreturn": true}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__irshift__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__irshift__", "name": "__irshift__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.unsignedinteger"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeUInt_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__irshift__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.unsignedinteger"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__irshift__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__irshift__", "name": "__irshift__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.signedinteger"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeInt_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__irshift__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.signedinteger"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__irshift__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__irshift__", "name": "__irshift__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.object_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__irshift__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": ["numpy.object_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__irshift__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__irshift__", "name": "__irshift__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._RecursiveSequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__irshift__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__irshift__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [{".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}], "type_ref": "numpy.typing._array_like._NestedSequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__irshift__ of ndarray", "ret_type": {".class": "UninhabitedType", "is_noreturn": true}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.unsignedinteger"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeUInt_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__irshift__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.unsignedinteger"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.signedinteger"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeInt_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__irshift__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.signedinteger"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.object_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__irshift__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": ["numpy.object_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._RecursiveSequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__irshift__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}]}]}}}, "__isub__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "numpy.ndarray.__isub__", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__isub__", "name": "__isub__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [{".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}], "type_ref": "numpy.typing._array_like._NestedSequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__isub__ of ndarray", "ret_type": {".class": "UninhabitedType", "is_noreturn": true}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__isub__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__isub__", "name": "__isub__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.unsignedinteger"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeUInt_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__isub__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.unsignedinteger"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__isub__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__isub__", "name": "__isub__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.signedinteger"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeInt_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__isub__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.signedinteger"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__isub__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__isub__", "name": "__isub__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.floating"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeFloat_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__isub__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.floating"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__isub__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__isub__", "name": "__isub__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.complexfloating"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeComplex_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__isub__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.complexfloating"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__isub__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__isub__", "name": "__isub__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.timedelta64"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeTD64_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__isub__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": ["numpy.timedelta64"], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__isub__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__isub__", "name": "__isub__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.datetime64"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeTD64_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__isub__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": ["numpy.datetime64"], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__isub__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__isub__", "name": "__isub__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.object_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__isub__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": ["numpy.object_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__isub__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__isub__", "name": "__isub__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._RecursiveSequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__isub__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__isub__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [{".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}], "type_ref": "numpy.typing._array_like._NestedSequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__isub__ of ndarray", "ret_type": {".class": "UninhabitedType", "is_noreturn": true}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.unsignedinteger"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeUInt_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__isub__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.unsignedinteger"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.signedinteger"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeInt_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__isub__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.signedinteger"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.floating"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeFloat_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__isub__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.floating"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.complexfloating"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeComplex_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__isub__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.complexfloating"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.timedelta64"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeTD64_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__isub__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": ["numpy.timedelta64"], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.datetime64"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeTD64_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__isub__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": ["numpy.datetime64"], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.object_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__isub__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": ["numpy.object_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._RecursiveSequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__isub__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}]}]}}}, "__iter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": [null], "flags": [], "fullname": "numpy.ndarray.__iter__", "name": "__iter__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._ShapeType", "id": 1, "name": "_ShapeType", "namespace": "numpy.ndarray", "upper_bound": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "numpy._DType_co", "id": 2, "name": "_DType_co", "namespace": "numpy.ndarray", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.dtype"}, "values": [], "variance": 1}], "type_ref": "numpy.ndarray"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__iter__ of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "__itruediv__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "numpy.ndarray.__itruediv__", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__itruediv__", "name": "__itruediv__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [{".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}], "type_ref": "numpy.typing._array_like._NestedSequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__itruediv__ of ndarray", "ret_type": {".class": "UninhabitedType", "is_noreturn": true}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__itruediv__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__itruediv__", "name": "__itruediv__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.floating"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeFloat_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__itruediv__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.floating"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__itruediv__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__itruediv__", "name": "__itruediv__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.complexfloating"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeComplex_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__itruediv__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.complexfloating"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__itruediv__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__itruediv__", "name": "__itruediv__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.timedelta64"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeBool_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__itruediv__ of ndarray", "ret_type": {".class": "UninhabitedType", "is_noreturn": true}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__itruediv__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__itruediv__", "name": "__itruediv__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.timedelta64"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeInt_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__itruediv__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": ["numpy.timedelta64"], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__itruediv__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__itruediv__", "name": "__itruediv__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.object_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__itruediv__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": ["numpy.object_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__itruediv__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__itruediv__", "name": "__itruediv__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._RecursiveSequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__itruediv__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__itruediv__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [{".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}], "type_ref": "numpy.typing._array_like._NestedSequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__itruediv__ of ndarray", "ret_type": {".class": "UninhabitedType", "is_noreturn": true}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.floating"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeFloat_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__itruediv__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.floating"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.complexfloating"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeComplex_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__itruediv__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.complexfloating"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.timedelta64"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeBool_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__itruediv__ of ndarray", "ret_type": {".class": "UninhabitedType", "is_noreturn": true}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.timedelta64"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeInt_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__itruediv__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": ["numpy.timedelta64"], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.object_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__itruediv__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": ["numpy.object_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._RecursiveSequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__itruediv__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}]}]}}}, "__ixor__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "numpy.ndarray.__ixor__", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__ixor__", "name": "__ixor__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [{".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}], "type_ref": "numpy.typing._array_like._NestedSequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__ixor__ of ndarray", "ret_type": {".class": "UninhabitedType", "is_noreturn": true}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__ixor__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__ixor__", "name": "__ixor__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.bool_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeBool_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__ixor__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": ["numpy.bool_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__ixor__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__ixor__", "name": "__ixor__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.unsignedinteger"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeUInt_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__ixor__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.unsignedinteger"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__ixor__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__ixor__", "name": "__ixor__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.signedinteger"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeInt_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__ixor__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.signedinteger"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__ixor__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__ixor__", "name": "__ixor__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.object_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__ixor__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": ["numpy.object_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__ixor__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__ixor__", "name": "__ixor__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._RecursiveSequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__ixor__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__ixor__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [{".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}], "type_ref": "numpy.typing._array_like._NestedSequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__ixor__ of ndarray", "ret_type": {".class": "UninhabitedType", "is_noreturn": true}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.bool_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeBool_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__ixor__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": ["numpy.bool_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.unsignedinteger"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeUInt_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__ixor__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.unsignedinteger"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.signedinteger"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeInt_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__ixor__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.signedinteger"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": -1, "name": "_NBit1", "namespace": "", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.object_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__ixor__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": ["numpy.object_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._RecursiveSequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__ixor__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}]}]}}}, "__le__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "numpy.ndarray.__le__", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__le__", "name": "__le__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [{".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}], "type_ref": "numpy.typing._array_like._NestedSequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__le__ of ndarray", "ret_type": {".class": "UninhabitedType", "is_noreturn": true}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__le__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__le__", "name": "__le__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayNumber_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeNumber_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__le__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": ["numpy.bool_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__le__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__le__", "name": "__le__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayTD64_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeTD64_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__le__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": ["numpy.bool_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__le__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__le__", "name": "__le__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.datetime64"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeDT64_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__le__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": ["numpy.bool_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__le__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__le__", "name": "__le__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.object_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__le__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": ["numpy.bool_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__le__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__le__", "name": "__le__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeObject_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__le__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": ["numpy.bool_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__le__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__le__", "name": "__le__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.number"}, "numpy.datetime64", "numpy.timedelta64", "numpy.bool_"]}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._RecursiveSequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__le__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": ["numpy.bool_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__le__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [{".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}], "type_ref": "numpy.typing._array_like._NestedSequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__le__ of ndarray", "ret_type": {".class": "UninhabitedType", "is_noreturn": true}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayNumber_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeNumber_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__le__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": ["numpy.bool_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayTD64_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeTD64_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__le__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": ["numpy.bool_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.datetime64"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeDT64_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__le__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": ["numpy.bool_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.object_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__le__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": ["numpy.bool_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeObject_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__le__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": ["numpy.bool_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.number"}, "numpy.datetime64", "numpy.timedelta64", "numpy.bool_"]}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._RecursiveSequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__le__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": ["numpy.bool_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}]}}}, "__len__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": [null], "flags": [], "fullname": "numpy.ndarray.__len__", "name": "__len__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._ShapeType", "id": 1, "name": "_ShapeType", "namespace": "numpy.ndarray", "upper_bound": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "numpy._DType_co", "id": 2, "name": "_DType_co", "namespace": "numpy.ndarray", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.dtype"}, "values": [], "variance": 1}], "type_ref": "numpy.ndarray"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__len__ of ndarray", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "__lshift__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "numpy.ndarray.__lshift__", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__lshift__", "name": "__lshift__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [{".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}], "type_ref": "numpy.typing._array_like._NestedSequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__lshift__ of ndarray", "ret_type": {".class": "UninhabitedType", "is_noreturn": true}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__lshift__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__lshift__", "name": "__lshift__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.bool_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeBool_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__lshift__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.int8"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__lshift__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__lshift__", "name": "__lshift__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayUInt_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeUInt_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__lshift__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.unsignedinteger"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__lshift__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__lshift__", "name": "__lshift__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayInt_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeInt_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__lshift__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.signedinteger"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__lshift__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__lshift__", "name": "__lshift__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.object_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__lshift__ of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__lshift__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__lshift__", "name": "__lshift__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeObject_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__lshift__ of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__lshift__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__lshift__", "name": "__lshift__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "UnionType", "items": ["numpy.bool_", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.integer"}]}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._RecursiveSequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__lshift__ of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__lshift__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [{".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}], "type_ref": "numpy.typing._array_like._NestedSequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__lshift__ of ndarray", "ret_type": {".class": "UninhabitedType", "is_noreturn": true}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.bool_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeBool_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__lshift__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.int8"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayUInt_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeUInt_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__lshift__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.unsignedinteger"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayInt_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeInt_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__lshift__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.signedinteger"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.object_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__lshift__ of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeObject_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__lshift__ of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "UnionType", "items": ["numpy.bool_", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.integer"}]}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._RecursiveSequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__lshift__ of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}]}}}, "__lt__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "numpy.ndarray.__lt__", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__lt__", "name": "__lt__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [{".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}], "type_ref": "numpy.typing._array_like._NestedSequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__lt__ of ndarray", "ret_type": {".class": "UninhabitedType", "is_noreturn": true}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__lt__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__lt__", "name": "__lt__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayNumber_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeNumber_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__lt__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": ["numpy.bool_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__lt__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__lt__", "name": "__lt__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayTD64_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeTD64_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__lt__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": ["numpy.bool_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__lt__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__lt__", "name": "__lt__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.datetime64"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeDT64_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__lt__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": ["numpy.bool_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__lt__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__lt__", "name": "__lt__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.object_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__lt__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": ["numpy.bool_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__lt__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__lt__", "name": "__lt__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeObject_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__lt__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": ["numpy.bool_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__lt__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__lt__", "name": "__lt__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.number"}, "numpy.datetime64", "numpy.timedelta64", "numpy.bool_"]}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._RecursiveSequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__lt__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": ["numpy.bool_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__lt__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [{".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}], "type_ref": "numpy.typing._array_like._NestedSequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__lt__ of ndarray", "ret_type": {".class": "UninhabitedType", "is_noreturn": true}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayNumber_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeNumber_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__lt__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": ["numpy.bool_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayTD64_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeTD64_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__lt__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": ["numpy.bool_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.datetime64"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeDT64_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__lt__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": ["numpy.bool_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.object_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__lt__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": ["numpy.bool_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeObject_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__lt__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": ["numpy.bool_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.number"}, "numpy.datetime64", "numpy.timedelta64", "numpy.bool_"]}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._RecursiveSequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__lt__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": ["numpy.bool_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}]}}}, "__matmul__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "numpy.ndarray.__matmul__", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__matmul__", "name": "__matmul__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [{".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}], "type_ref": "numpy.typing._array_like._NestedSequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__matmul__ of ndarray", "ret_type": {".class": "UninhabitedType", "is_noreturn": true}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__matmul__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__matmul__", "name": "__matmul__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.bool_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeBool_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__matmul__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": ["numpy.bool_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__matmul__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__matmul__", "name": "__matmul__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayUInt_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeUInt_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__matmul__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.unsignedinteger"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__matmul__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__matmul__", "name": "__matmul__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayInt_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeInt_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__matmul__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.signedinteger"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__matmul__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__matmul__", "name": "__matmul__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayFloat_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeFloat_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__matmul__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.floating"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__matmul__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__matmul__", "name": "__matmul__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayComplex_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeComplex_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__matmul__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.complexfloating"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__matmul__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__matmul__", "name": "__matmul__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.object_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__matmul__ of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__matmul__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__matmul__", "name": "__matmul__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeObject_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__matmul__ of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__matmul__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__matmul__", "name": "__matmul__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayNumber_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._RecursiveSequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__matmul__ of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__matmul__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [{".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}], "type_ref": "numpy.typing._array_like._NestedSequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__matmul__ of ndarray", "ret_type": {".class": "UninhabitedType", "is_noreturn": true}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.bool_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeBool_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__matmul__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": ["numpy.bool_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayUInt_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeUInt_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__matmul__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.unsignedinteger"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayInt_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeInt_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__matmul__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.signedinteger"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayFloat_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeFloat_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__matmul__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.floating"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayComplex_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeComplex_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__matmul__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.complexfloating"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.object_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__matmul__ of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeObject_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__matmul__ of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayNumber_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._RecursiveSequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__matmul__ of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}]}}}, "__mod__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "numpy.ndarray.__mod__", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__mod__", "name": "__mod__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [{".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}], "type_ref": "numpy.typing._array_like._NestedSequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__mod__ of ndarray", "ret_type": {".class": "UninhabitedType", "is_noreturn": true}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__mod__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__mod__", "name": "__mod__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.bool_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeBool_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__mod__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.int8"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__mod__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__mod__", "name": "__mod__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayUInt_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeUInt_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__mod__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.unsignedinteger"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__mod__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__mod__", "name": "__mod__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayInt_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeInt_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__mod__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.signedinteger"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__mod__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__mod__", "name": "__mod__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayFloat_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeFloat_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__mod__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.floating"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__mod__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__mod__", "name": "__mod__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayTD64_co"}, {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "Instance", "args": ["numpy.timedelta64"], "type_ref": "numpy.dtype"}], "type_ref": "numpy.typing._array_like._SupportsArray"}], "type_ref": "numpy.typing._array_like._NestedSequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__mod__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": ["numpy.timedelta64"], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__mod__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__mod__", "name": "__mod__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.object_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__mod__ of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__mod__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__mod__", "name": "__mod__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeObject_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__mod__ of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__mod__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__mod__", "name": "__mod__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "UnionType", "items": ["numpy.bool_", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.integer"}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.floating"}, "numpy.timedelta64"]}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._RecursiveSequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__mod__ of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__mod__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [{".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}], "type_ref": "numpy.typing._array_like._NestedSequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__mod__ of ndarray", "ret_type": {".class": "UninhabitedType", "is_noreturn": true}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.bool_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeBool_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__mod__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.int8"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayUInt_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeUInt_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__mod__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.unsignedinteger"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayInt_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeInt_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__mod__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.signedinteger"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayFloat_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeFloat_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__mod__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.floating"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayTD64_co"}, {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "Instance", "args": ["numpy.timedelta64"], "type_ref": "numpy.dtype"}], "type_ref": "numpy.typing._array_like._SupportsArray"}], "type_ref": "numpy.typing._array_like._NestedSequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__mod__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": ["numpy.timedelta64"], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.object_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__mod__ of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeObject_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__mod__ of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "UnionType", "items": ["numpy.bool_", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.integer"}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.floating"}, "numpy.timedelta64"]}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._RecursiveSequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__mod__ of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}]}}}, "__mul__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "numpy.ndarray.__mul__", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__mul__", "name": "__mul__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [{".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}], "type_ref": "numpy.typing._array_like._NestedSequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__mul__ of ndarray", "ret_type": {".class": "UninhabitedType", "is_noreturn": true}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__mul__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__mul__", "name": "__mul__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.bool_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeBool_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__mul__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": ["numpy.bool_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__mul__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__mul__", "name": "__mul__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayUInt_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeUInt_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__mul__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.unsignedinteger"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__mul__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__mul__", "name": "__mul__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayInt_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeInt_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__mul__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.signedinteger"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__mul__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__mul__", "name": "__mul__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayFloat_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeFloat_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__mul__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.floating"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__mul__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__mul__", "name": "__mul__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayComplex_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeComplex_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__mul__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.complexfloating"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__mul__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__mul__", "name": "__mul__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayTD64_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeFloat_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__mul__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": ["numpy.timedelta64"], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__mul__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__mul__", "name": "__mul__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayFloat_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeTD64_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__mul__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": ["numpy.timedelta64"], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__mul__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__mul__", "name": "__mul__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.object_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__mul__ of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__mul__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__mul__", "name": "__mul__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeObject_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__mul__ of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__mul__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__mul__", "name": "__mul__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "UnionType", "items": ["numpy.bool_", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.number"}, "numpy.timedelta64"]}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._RecursiveSequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__mul__ of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__mul__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [{".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}], "type_ref": "numpy.typing._array_like._NestedSequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__mul__ of ndarray", "ret_type": {".class": "UninhabitedType", "is_noreturn": true}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.bool_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeBool_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__mul__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": ["numpy.bool_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayUInt_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeUInt_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__mul__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.unsignedinteger"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayInt_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeInt_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__mul__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.signedinteger"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayFloat_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeFloat_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__mul__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.floating"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayComplex_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeComplex_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__mul__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.complexfloating"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayTD64_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeFloat_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__mul__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": ["numpy.timedelta64"], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayFloat_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeTD64_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__mul__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": ["numpy.timedelta64"], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.object_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__mul__ of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeObject_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__mul__ of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "UnionType", "items": ["numpy.bool_", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.number"}, "numpy.timedelta64"]}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._RecursiveSequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__mul__ of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}]}}}, "__neg__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "numpy.ndarray.__neg__", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": [null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__neg__", "name": "__neg__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "TypeVarType", "fullname": "numpy._NumberType", "id": -1, "name": "_NumberType", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.number"}, "values": [], "variance": 0}], "type_ref": "numpy.typing._generic_alias.NDArray"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__neg__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "TypeVarType", "fullname": "numpy._NumberType", "id": -1, "name": "_NumberType", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.number"}, "values": [], "variance": 0}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._NumberType", "id": -1, "name": "_NumberType", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.number"}, "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__neg__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": [null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__neg__", "name": "__neg__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.timedelta64"], "type_ref": "numpy.typing._generic_alias.NDArray"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__neg__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": ["numpy.timedelta64"], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__neg__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": [null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__neg__", "name": "__neg__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.object_"], "type_ref": "numpy.typing._generic_alias.NDArray"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__neg__ of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__neg__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "TypeVarType", "fullname": "numpy._NumberType", "id": -1, "name": "_NumberType", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.number"}, "values": [], "variance": 0}], "type_ref": "numpy.typing._generic_alias.NDArray"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__neg__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "TypeVarType", "fullname": "numpy._NumberType", "id": -1, "name": "_NumberType", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.number"}, "values": [], "variance": 0}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._NumberType", "id": -1, "name": "_NumberType", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.number"}, "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.timedelta64"], "type_ref": "numpy.typing._generic_alias.NDArray"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__neg__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": ["numpy.timedelta64"], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.object_"], "type_ref": "numpy.typing._generic_alias.NDArray"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__neg__ of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}]}}}, "__new__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1, 1], "arg_names": ["cls", "shape", "dtype", "buffer", "offset", "strides", "order"], "flags": [], "fullname": "numpy.ndarray.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1, 1], "arg_names": ["cls", "shape", "dtype", "buffer", "offset", "strides", "order"], "arg_types": [{".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "namespace": "", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._shape._ShapeLike"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._dtype_like.DTypeLike"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy._BufferType"}, "builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._shape._ShapeLike"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy._OrderKACF"}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__new__ of ndarray", "ret_type": {".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "namespace": "", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "namespace": "", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}]}}}, "__or__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "numpy.ndarray.__or__", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__or__", "name": "__or__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [{".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}], "type_ref": "numpy.typing._array_like._NestedSequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__or__ of ndarray", "ret_type": {".class": "UninhabitedType", "is_noreturn": true}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__or__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__or__", "name": "__or__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.bool_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeBool_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__or__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": ["numpy.bool_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__or__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__or__", "name": "__or__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayUInt_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeUInt_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__or__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.unsignedinteger"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__or__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__or__", "name": "__or__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayInt_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeInt_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__or__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.signedinteger"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__or__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__or__", "name": "__or__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.object_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__or__ of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__or__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__or__", "name": "__or__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeObject_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__or__ of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__or__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__or__", "name": "__or__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "UnionType", "items": ["numpy.bool_", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.integer"}]}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._RecursiveSequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__or__ of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__or__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [{".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}], "type_ref": "numpy.typing._array_like._NestedSequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__or__ of ndarray", "ret_type": {".class": "UninhabitedType", "is_noreturn": true}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.bool_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeBool_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__or__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": ["numpy.bool_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayUInt_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeUInt_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__or__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.unsignedinteger"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayInt_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeInt_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__or__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.signedinteger"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.object_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__or__ of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeObject_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__or__ of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "UnionType", "items": ["numpy.bool_", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.integer"}]}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._RecursiveSequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__or__ of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}]}}}, "__pos__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "numpy.ndarray.__pos__", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": [null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__pos__", "name": "__pos__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "TypeVarType", "fullname": "numpy._NumberType", "id": -1, "name": "_NumberType", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.number"}, "values": [], "variance": 0}], "type_ref": "numpy.typing._generic_alias.NDArray"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__pos__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "TypeVarType", "fullname": "numpy._NumberType", "id": -1, "name": "_NumberType", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.number"}, "values": [], "variance": 0}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._NumberType", "id": -1, "name": "_NumberType", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.number"}, "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__pos__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": [null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__pos__", "name": "__pos__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.timedelta64"], "type_ref": "numpy.typing._generic_alias.NDArray"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__pos__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": ["numpy.timedelta64"], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__pos__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": [null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__pos__", "name": "__pos__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.object_"], "type_ref": "numpy.typing._generic_alias.NDArray"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__pos__ of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__pos__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "TypeVarType", "fullname": "numpy._NumberType", "id": -1, "name": "_NumberType", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.number"}, "values": [], "variance": 0}], "type_ref": "numpy.typing._generic_alias.NDArray"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__pos__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "TypeVarType", "fullname": "numpy._NumberType", "id": -1, "name": "_NumberType", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.number"}, "values": [], "variance": 0}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._NumberType", "id": -1, "name": "_NumberType", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.number"}, "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.timedelta64"], "type_ref": "numpy.typing._generic_alias.NDArray"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__pos__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": ["numpy.timedelta64"], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.object_"], "type_ref": "numpy.typing._generic_alias.NDArray"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__pos__ of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}]}}}, "__pow__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "numpy.ndarray.__pow__", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__pow__", "name": "__pow__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [{".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}], "type_ref": "numpy.typing._array_like._NestedSequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__pow__ of ndarray", "ret_type": {".class": "UninhabitedType", "is_noreturn": true}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__pow__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__pow__", "name": "__pow__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.bool_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeBool_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__pow__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.int8"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__pow__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__pow__", "name": "__pow__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayUInt_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeUInt_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__pow__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.unsignedinteger"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__pow__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__pow__", "name": "__pow__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayInt_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeInt_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__pow__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.signedinteger"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__pow__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__pow__", "name": "__pow__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayFloat_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeFloat_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__pow__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.floating"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__pow__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__pow__", "name": "__pow__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayComplex_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeComplex_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__pow__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.complexfloating"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__pow__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__pow__", "name": "__pow__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.object_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__pow__ of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__pow__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__pow__", "name": "__pow__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeObject_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__pow__ of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__pow__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__pow__", "name": "__pow__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "UnionType", "items": ["numpy.bool_", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.number"}]}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._RecursiveSequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__pow__ of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__pow__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [{".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}], "type_ref": "numpy.typing._array_like._NestedSequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__pow__ of ndarray", "ret_type": {".class": "UninhabitedType", "is_noreturn": true}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.bool_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeBool_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__pow__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.int8"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayUInt_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeUInt_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__pow__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.unsignedinteger"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayInt_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeInt_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__pow__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.signedinteger"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayFloat_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeFloat_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__pow__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.floating"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayComplex_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeComplex_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__pow__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.complexfloating"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.object_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__pow__ of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeObject_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__pow__ of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "UnionType", "items": ["numpy.bool_", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.number"}]}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._RecursiveSequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__pow__ of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}]}}}, "__radd__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "numpy.ndarray.__radd__", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__radd__", "name": "__radd__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [{".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}], "type_ref": "numpy.typing._array_like._NestedSequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__radd__ of ndarray", "ret_type": {".class": "UninhabitedType", "is_noreturn": true}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__radd__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__radd__", "name": "__radd__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.bool_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeBool_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__radd__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": ["numpy.bool_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__radd__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__radd__", "name": "__radd__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayUInt_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeUInt_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__radd__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.unsignedinteger"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__radd__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__radd__", "name": "__radd__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayInt_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeInt_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__radd__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.signedinteger"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__radd__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__radd__", "name": "__radd__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayFloat_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeFloat_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__radd__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.floating"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__radd__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__radd__", "name": "__radd__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayComplex_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeComplex_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__radd__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.complexfloating"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__radd__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__radd__", "name": "__radd__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayTD64_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeTD64_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__radd__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": ["numpy.timedelta64"], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__radd__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__radd__", "name": "__radd__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayTD64_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeDT64_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__radd__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": ["numpy.datetime64"], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__radd__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__radd__", "name": "__radd__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.datetime64"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeTD64_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__radd__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": ["numpy.datetime64"], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__radd__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__radd__", "name": "__radd__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.object_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__radd__ of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__radd__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__radd__", "name": "__radd__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeObject_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__radd__ of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__radd__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__radd__", "name": "__radd__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "UnionType", "items": ["numpy.bool_", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.number"}, "numpy.timedelta64", "numpy.datetime64"]}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._RecursiveSequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__radd__ of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__radd__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [{".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}], "type_ref": "numpy.typing._array_like._NestedSequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__radd__ of ndarray", "ret_type": {".class": "UninhabitedType", "is_noreturn": true}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.bool_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeBool_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__radd__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": ["numpy.bool_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayUInt_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeUInt_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__radd__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.unsignedinteger"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayInt_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeInt_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__radd__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.signedinteger"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayFloat_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeFloat_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__radd__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.floating"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayComplex_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeComplex_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__radd__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.complexfloating"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayTD64_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeTD64_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__radd__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": ["numpy.timedelta64"], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayTD64_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeDT64_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__radd__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": ["numpy.datetime64"], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.datetime64"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeTD64_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__radd__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": ["numpy.datetime64"], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.object_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__radd__ of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeObject_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__radd__ of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "UnionType", "items": ["numpy.bool_", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.number"}, "numpy.timedelta64", "numpy.datetime64"]}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._RecursiveSequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__radd__ of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}]}}}, "__rand__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "numpy.ndarray.__rand__", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__rand__", "name": "__rand__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [{".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}], "type_ref": "numpy.typing._array_like._NestedSequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rand__ of ndarray", "ret_type": {".class": "UninhabitedType", "is_noreturn": true}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__rand__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__rand__", "name": "__rand__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.bool_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeBool_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rand__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": ["numpy.bool_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__rand__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__rand__", "name": "__rand__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayUInt_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeUInt_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rand__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.unsignedinteger"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__rand__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__rand__", "name": "__rand__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayInt_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeInt_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rand__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.signedinteger"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__rand__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__rand__", "name": "__rand__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.object_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rand__ of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__rand__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__rand__", "name": "__rand__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeObject_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rand__ of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__rand__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__rand__", "name": "__rand__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "UnionType", "items": ["numpy.bool_", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.integer"}]}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._RecursiveSequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rand__ of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__rand__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [{".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}], "type_ref": "numpy.typing._array_like._NestedSequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rand__ of ndarray", "ret_type": {".class": "UninhabitedType", "is_noreturn": true}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.bool_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeBool_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rand__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": ["numpy.bool_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayUInt_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeUInt_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rand__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.unsignedinteger"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayInt_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeInt_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rand__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.signedinteger"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.object_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rand__ of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeObject_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rand__ of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "UnionType", "items": ["numpy.bool_", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.integer"}]}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._RecursiveSequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rand__ of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}]}}}, "__rdivmod__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "numpy.ndarray.__rdivmod__", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__rdivmod__", "name": "__rdivmod__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [{".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}], "type_ref": "numpy.typing._array_like._NestedSequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rdivmod__ of ndarray", "ret_type": {".class": "UninhabitedType", "is_noreturn": true}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__rdivmod__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__rdivmod__", "name": "__rdivmod__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.bool_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeBool_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rdivmod__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "TypeAliasType", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.int8"}], "type_ref": "numpy.typing._generic_alias.NDArray"}], "type_ref": "numpy._2Tuple"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__rdivmod__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__rdivmod__", "name": "__rdivmod__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayUInt_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeUInt_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rdivmod__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.unsignedinteger"}], "type_ref": "numpy.typing._generic_alias.NDArray"}], "type_ref": "numpy._2Tuple"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__rdivmod__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__rdivmod__", "name": "__rdivmod__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayInt_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeInt_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rdivmod__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.signedinteger"}], "type_ref": "numpy.typing._generic_alias.NDArray"}], "type_ref": "numpy._2Tuple"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__rdivmod__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__rdivmod__", "name": "__rdivmod__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayFloat_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeFloat_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rdivmod__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.floating"}], "type_ref": "numpy.typing._generic_alias.NDArray"}], "type_ref": "numpy._2Tuple"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__rdivmod__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__rdivmod__", "name": "__rdivmod__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayTD64_co"}, {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "Instance", "args": ["numpy.timedelta64"], "type_ref": "numpy.dtype"}], "type_ref": "numpy.typing._array_like._SupportsArray"}], "type_ref": "numpy.typing._array_like._NestedSequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rdivmod__ of ndarray", "ret_type": {".class": "TupleType", "implicit": false, "items": [{".class": "TypeAliasType", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.int64"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": ["numpy.timedelta64"], "type_ref": "numpy.typing._generic_alias.NDArray"}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__rdivmod__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__rdivmod__", "name": "__rdivmod__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "UnionType", "items": ["numpy.bool_", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.integer"}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.floating"}, "numpy.timedelta64"]}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._RecursiveSequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rdivmod__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy._2Tuple"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__rdivmod__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [{".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}], "type_ref": "numpy.typing._array_like._NestedSequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rdivmod__ of ndarray", "ret_type": {".class": "UninhabitedType", "is_noreturn": true}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.bool_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeBool_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rdivmod__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "TypeAliasType", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.int8"}], "type_ref": "numpy.typing._generic_alias.NDArray"}], "type_ref": "numpy._2Tuple"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayUInt_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeUInt_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rdivmod__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.unsignedinteger"}], "type_ref": "numpy.typing._generic_alias.NDArray"}], "type_ref": "numpy._2Tuple"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayInt_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeInt_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rdivmod__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.signedinteger"}], "type_ref": "numpy.typing._generic_alias.NDArray"}], "type_ref": "numpy._2Tuple"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayFloat_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeFloat_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rdivmod__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.floating"}], "type_ref": "numpy.typing._generic_alias.NDArray"}], "type_ref": "numpy._2Tuple"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayTD64_co"}, {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "Instance", "args": ["numpy.timedelta64"], "type_ref": "numpy.dtype"}], "type_ref": "numpy.typing._array_like._SupportsArray"}], "type_ref": "numpy.typing._array_like._NestedSequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rdivmod__ of ndarray", "ret_type": {".class": "TupleType", "implicit": false, "items": [{".class": "TypeAliasType", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.int64"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": ["numpy.timedelta64"], "type_ref": "numpy.typing._generic_alias.NDArray"}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "UnionType", "items": ["numpy.bool_", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.integer"}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.floating"}, "numpy.timedelta64"]}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._RecursiveSequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rdivmod__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy._2Tuple"}, "type_guard": null, "variables": []}]}}}, "__rfloordiv__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "numpy.ndarray.__rfloordiv__", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__rfloordiv__", "name": "__rfloordiv__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [{".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}], "type_ref": "numpy.typing._array_like._NestedSequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rfloordiv__ of ndarray", "ret_type": {".class": "UninhabitedType", "is_noreturn": true}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__rfloordiv__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__rfloordiv__", "name": "__rfloordiv__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.bool_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeBool_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rfloordiv__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.int8"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__rfloordiv__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__rfloordiv__", "name": "__rfloordiv__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayUInt_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeUInt_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rfloordiv__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.unsignedinteger"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__rfloordiv__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__rfloordiv__", "name": "__rfloordiv__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayInt_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeInt_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rfloordiv__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.signedinteger"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__rfloordiv__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__rfloordiv__", "name": "__rfloordiv__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayFloat_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeFloat_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rfloordiv__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.floating"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__rfloordiv__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__rfloordiv__", "name": "__rfloordiv__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayComplex_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeComplex_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rfloordiv__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.complexfloating"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__rfloordiv__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__rfloordiv__", "name": "__rfloordiv__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.timedelta64"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "Instance", "args": ["numpy.timedelta64"], "type_ref": "numpy.dtype"}], "type_ref": "numpy.typing._array_like._SupportsArray"}], "type_ref": "numpy.typing._array_like._NestedSequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rfloordiv__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.int64"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__rfloordiv__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__rfloordiv__", "name": "__rfloordiv__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.bool_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeTD64_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rfloordiv__ of ndarray", "ret_type": {".class": "UninhabitedType", "is_noreturn": true}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__rfloordiv__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__rfloordiv__", "name": "__rfloordiv__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayFloat_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeTD64_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rfloordiv__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": ["numpy.timedelta64"], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__rfloordiv__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__rfloordiv__", "name": "__rfloordiv__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.object_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rfloordiv__ of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__rfloordiv__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__rfloordiv__", "name": "__rfloordiv__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeObject_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rfloordiv__ of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__rfloordiv__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__rfloordiv__", "name": "__rfloordiv__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "UnionType", "items": ["numpy.bool_", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.number"}, "numpy.timedelta64"]}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._RecursiveSequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rfloordiv__ of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__rfloordiv__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [{".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}], "type_ref": "numpy.typing._array_like._NestedSequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rfloordiv__ of ndarray", "ret_type": {".class": "UninhabitedType", "is_noreturn": true}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.bool_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeBool_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rfloordiv__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.int8"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayUInt_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeUInt_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rfloordiv__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.unsignedinteger"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayInt_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeInt_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rfloordiv__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.signedinteger"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayFloat_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeFloat_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rfloordiv__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.floating"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayComplex_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeComplex_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rfloordiv__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.complexfloating"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.timedelta64"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "Instance", "args": ["numpy.timedelta64"], "type_ref": "numpy.dtype"}], "type_ref": "numpy.typing._array_like._SupportsArray"}], "type_ref": "numpy.typing._array_like._NestedSequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rfloordiv__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.int64"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.bool_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeTD64_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rfloordiv__ of ndarray", "ret_type": {".class": "UninhabitedType", "is_noreturn": true}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayFloat_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeTD64_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rfloordiv__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": ["numpy.timedelta64"], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.object_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rfloordiv__ of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeObject_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rfloordiv__ of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "UnionType", "items": ["numpy.bool_", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.number"}, "numpy.timedelta64"]}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._RecursiveSequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rfloordiv__ of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}]}}}, "__rlshift__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "numpy.ndarray.__rlshift__", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__rlshift__", "name": "__rlshift__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [{".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}], "type_ref": "numpy.typing._array_like._NestedSequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rlshift__ of ndarray", "ret_type": {".class": "UninhabitedType", "is_noreturn": true}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__rlshift__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__rlshift__", "name": "__rlshift__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.bool_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeBool_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rlshift__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.int8"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__rlshift__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__rlshift__", "name": "__rlshift__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayUInt_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeUInt_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rlshift__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.unsignedinteger"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__rlshift__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__rlshift__", "name": "__rlshift__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayInt_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeInt_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rlshift__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.signedinteger"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__rlshift__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__rlshift__", "name": "__rlshift__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.object_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rlshift__ of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__rlshift__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__rlshift__", "name": "__rlshift__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeObject_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rlshift__ of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__rlshift__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__rlshift__", "name": "__rlshift__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "UnionType", "items": ["numpy.bool_", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.integer"}]}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._RecursiveSequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rlshift__ of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__rlshift__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [{".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}], "type_ref": "numpy.typing._array_like._NestedSequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rlshift__ of ndarray", "ret_type": {".class": "UninhabitedType", "is_noreturn": true}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.bool_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeBool_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rlshift__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.int8"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayUInt_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeUInt_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rlshift__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.unsignedinteger"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayInt_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeInt_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rlshift__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.signedinteger"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.object_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rlshift__ of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeObject_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rlshift__ of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "UnionType", "items": ["numpy.bool_", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.integer"}]}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._RecursiveSequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rlshift__ of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}]}}}, "__rmatmul__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "numpy.ndarray.__rmatmul__", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__rmatmul__", "name": "__rmatmul__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [{".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}], "type_ref": "numpy.typing._array_like._NestedSequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rmatmul__ of ndarray", "ret_type": {".class": "UninhabitedType", "is_noreturn": true}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__rmatmul__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__rmatmul__", "name": "__rmatmul__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.bool_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeBool_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rmatmul__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": ["numpy.bool_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__rmatmul__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__rmatmul__", "name": "__rmatmul__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayUInt_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeUInt_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rmatmul__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.unsignedinteger"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__rmatmul__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__rmatmul__", "name": "__rmatmul__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayInt_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeInt_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rmatmul__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.signedinteger"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__rmatmul__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__rmatmul__", "name": "__rmatmul__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayFloat_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeFloat_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rmatmul__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.floating"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__rmatmul__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__rmatmul__", "name": "__rmatmul__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayComplex_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeComplex_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rmatmul__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.complexfloating"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__rmatmul__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__rmatmul__", "name": "__rmatmul__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.object_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rmatmul__ of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__rmatmul__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__rmatmul__", "name": "__rmatmul__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeObject_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rmatmul__ of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__rmatmul__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__rmatmul__", "name": "__rmatmul__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayNumber_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._RecursiveSequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rmatmul__ of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__rmatmul__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [{".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}], "type_ref": "numpy.typing._array_like._NestedSequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rmatmul__ of ndarray", "ret_type": {".class": "UninhabitedType", "is_noreturn": true}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.bool_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeBool_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rmatmul__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": ["numpy.bool_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayUInt_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeUInt_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rmatmul__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.unsignedinteger"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayInt_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeInt_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rmatmul__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.signedinteger"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayFloat_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeFloat_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rmatmul__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.floating"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayComplex_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeComplex_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rmatmul__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.complexfloating"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.object_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rmatmul__ of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeObject_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rmatmul__ of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayNumber_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._RecursiveSequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rmatmul__ of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}]}}}, "__rmod__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "numpy.ndarray.__rmod__", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__rmod__", "name": "__rmod__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [{".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}], "type_ref": "numpy.typing._array_like._NestedSequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rmod__ of ndarray", "ret_type": {".class": "UninhabitedType", "is_noreturn": true}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__rmod__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__rmod__", "name": "__rmod__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.bool_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeBool_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rmod__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.int8"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__rmod__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__rmod__", "name": "__rmod__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayUInt_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeUInt_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rmod__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.unsignedinteger"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__rmod__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__rmod__", "name": "__rmod__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayInt_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeInt_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rmod__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.signedinteger"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__rmod__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__rmod__", "name": "__rmod__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayFloat_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeFloat_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rmod__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.floating"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__rmod__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__rmod__", "name": "__rmod__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayTD64_co"}, {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "Instance", "args": ["numpy.timedelta64"], "type_ref": "numpy.dtype"}], "type_ref": "numpy.typing._array_like._SupportsArray"}], "type_ref": "numpy.typing._array_like._NestedSequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rmod__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": ["numpy.timedelta64"], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__rmod__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__rmod__", "name": "__rmod__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.object_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rmod__ of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__rmod__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__rmod__", "name": "__rmod__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeObject_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rmod__ of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__rmod__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__rmod__", "name": "__rmod__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "UnionType", "items": ["numpy.bool_", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.integer"}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.floating"}, "numpy.timedelta64"]}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._RecursiveSequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rmod__ of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__rmod__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [{".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}], "type_ref": "numpy.typing._array_like._NestedSequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rmod__ of ndarray", "ret_type": {".class": "UninhabitedType", "is_noreturn": true}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.bool_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeBool_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rmod__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.int8"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayUInt_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeUInt_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rmod__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.unsignedinteger"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayInt_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeInt_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rmod__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.signedinteger"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayFloat_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeFloat_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rmod__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.floating"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayTD64_co"}, {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "Instance", "args": ["numpy.timedelta64"], "type_ref": "numpy.dtype"}], "type_ref": "numpy.typing._array_like._SupportsArray"}], "type_ref": "numpy.typing._array_like._NestedSequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rmod__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": ["numpy.timedelta64"], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.object_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rmod__ of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeObject_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rmod__ of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "UnionType", "items": ["numpy.bool_", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.integer"}, {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.floating"}, "numpy.timedelta64"]}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._RecursiveSequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rmod__ of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}]}}}, "__rmul__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "numpy.ndarray.__rmul__", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__rmul__", "name": "__rmul__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [{".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}], "type_ref": "numpy.typing._array_like._NestedSequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rmul__ of ndarray", "ret_type": {".class": "UninhabitedType", "is_noreturn": true}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__rmul__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__rmul__", "name": "__rmul__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.bool_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeBool_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rmul__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": ["numpy.bool_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__rmul__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__rmul__", "name": "__rmul__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayUInt_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeUInt_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rmul__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.unsignedinteger"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__rmul__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__rmul__", "name": "__rmul__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayInt_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeInt_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rmul__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.signedinteger"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__rmul__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__rmul__", "name": "__rmul__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayFloat_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeFloat_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rmul__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.floating"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__rmul__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__rmul__", "name": "__rmul__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayComplex_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeComplex_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rmul__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.complexfloating"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__rmul__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__rmul__", "name": "__rmul__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayTD64_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeFloat_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rmul__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": ["numpy.timedelta64"], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__rmul__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__rmul__", "name": "__rmul__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayFloat_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeTD64_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rmul__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": ["numpy.timedelta64"], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__rmul__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__rmul__", "name": "__rmul__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.object_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rmul__ of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__rmul__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__rmul__", "name": "__rmul__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeObject_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rmul__ of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__rmul__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__rmul__", "name": "__rmul__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "UnionType", "items": ["numpy.bool_", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.number"}, "numpy.timedelta64"]}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._RecursiveSequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rmul__ of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__rmul__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [{".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}], "type_ref": "numpy.typing._array_like._NestedSequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rmul__ of ndarray", "ret_type": {".class": "UninhabitedType", "is_noreturn": true}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.bool_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeBool_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rmul__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": ["numpy.bool_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayUInt_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeUInt_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rmul__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.unsignedinteger"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayInt_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeInt_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rmul__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.signedinteger"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayFloat_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeFloat_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rmul__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.floating"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayComplex_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeComplex_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rmul__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.complexfloating"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayTD64_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeFloat_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rmul__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": ["numpy.timedelta64"], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayFloat_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeTD64_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rmul__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": ["numpy.timedelta64"], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.object_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rmul__ of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeObject_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rmul__ of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "UnionType", "items": ["numpy.bool_", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.number"}, "numpy.timedelta64"]}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._RecursiveSequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rmul__ of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}]}}}, "__ror__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "numpy.ndarray.__ror__", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__ror__", "name": "__ror__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [{".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}], "type_ref": "numpy.typing._array_like._NestedSequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__ror__ of ndarray", "ret_type": {".class": "UninhabitedType", "is_noreturn": true}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__ror__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__ror__", "name": "__ror__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.bool_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeBool_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__ror__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": ["numpy.bool_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__ror__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__ror__", "name": "__ror__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayUInt_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeUInt_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__ror__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.unsignedinteger"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__ror__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__ror__", "name": "__ror__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayInt_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeInt_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__ror__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.signedinteger"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__ror__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__ror__", "name": "__ror__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.object_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__ror__ of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__ror__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__ror__", "name": "__ror__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeObject_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__ror__ of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__ror__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__ror__", "name": "__ror__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "UnionType", "items": ["numpy.bool_", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.integer"}]}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._RecursiveSequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__ror__ of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__ror__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [{".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}], "type_ref": "numpy.typing._array_like._NestedSequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__ror__ of ndarray", "ret_type": {".class": "UninhabitedType", "is_noreturn": true}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.bool_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeBool_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__ror__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": ["numpy.bool_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayUInt_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeUInt_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__ror__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.unsignedinteger"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayInt_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeInt_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__ror__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.signedinteger"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.object_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__ror__ of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeObject_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__ror__ of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "UnionType", "items": ["numpy.bool_", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.integer"}]}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._RecursiveSequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__ror__ of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}]}}}, "__rpow__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "numpy.ndarray.__rpow__", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__rpow__", "name": "__rpow__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [{".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}], "type_ref": "numpy.typing._array_like._NestedSequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rpow__ of ndarray", "ret_type": {".class": "UninhabitedType", "is_noreturn": true}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__rpow__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__rpow__", "name": "__rpow__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.bool_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeBool_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rpow__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.int8"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__rpow__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__rpow__", "name": "__rpow__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayUInt_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeUInt_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rpow__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.unsignedinteger"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__rpow__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__rpow__", "name": "__rpow__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayInt_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeInt_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rpow__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.signedinteger"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__rpow__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__rpow__", "name": "__rpow__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayFloat_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeFloat_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rpow__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.floating"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__rpow__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__rpow__", "name": "__rpow__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayComplex_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeComplex_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rpow__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.complexfloating"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__rpow__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__rpow__", "name": "__rpow__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.object_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rpow__ of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__rpow__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__rpow__", "name": "__rpow__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeObject_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rpow__ of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__rpow__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__rpow__", "name": "__rpow__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "UnionType", "items": ["numpy.bool_", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.number"}]}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._RecursiveSequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rpow__ of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__rpow__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [{".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}], "type_ref": "numpy.typing._array_like._NestedSequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rpow__ of ndarray", "ret_type": {".class": "UninhabitedType", "is_noreturn": true}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.bool_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeBool_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rpow__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.int8"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayUInt_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeUInt_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rpow__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.unsignedinteger"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayInt_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeInt_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rpow__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.signedinteger"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayFloat_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeFloat_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rpow__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.floating"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayComplex_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeComplex_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rpow__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.complexfloating"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.object_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rpow__ of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeObject_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rpow__ of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "UnionType", "items": ["numpy.bool_", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.number"}]}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._RecursiveSequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rpow__ of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}]}}}, "__rrshift__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "numpy.ndarray.__rrshift__", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__rrshift__", "name": "__rrshift__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [{".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}], "type_ref": "numpy.typing._array_like._NestedSequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rrshift__ of ndarray", "ret_type": {".class": "UninhabitedType", "is_noreturn": true}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__rrshift__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__rrshift__", "name": "__rrshift__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.bool_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeBool_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rrshift__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.int8"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__rrshift__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__rrshift__", "name": "__rrshift__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayUInt_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeUInt_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rrshift__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.unsignedinteger"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__rrshift__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__rrshift__", "name": "__rrshift__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayInt_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeInt_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rrshift__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.signedinteger"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__rrshift__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__rrshift__", "name": "__rrshift__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.object_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rrshift__ of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__rrshift__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__rrshift__", "name": "__rrshift__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeObject_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rrshift__ of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__rrshift__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__rrshift__", "name": "__rrshift__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "UnionType", "items": ["numpy.bool_", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.integer"}]}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._RecursiveSequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rrshift__ of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__rrshift__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [{".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}], "type_ref": "numpy.typing._array_like._NestedSequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rrshift__ of ndarray", "ret_type": {".class": "UninhabitedType", "is_noreturn": true}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.bool_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeBool_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rrshift__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.int8"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayUInt_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeUInt_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rrshift__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.unsignedinteger"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayInt_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeInt_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rrshift__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.signedinteger"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.object_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rrshift__ of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeObject_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rrshift__ of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "UnionType", "items": ["numpy.bool_", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.integer"}]}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._RecursiveSequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rrshift__ of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}]}}}, "__rshift__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "numpy.ndarray.__rshift__", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__rshift__", "name": "__rshift__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [{".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}], "type_ref": "numpy.typing._array_like._NestedSequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rshift__ of ndarray", "ret_type": {".class": "UninhabitedType", "is_noreturn": true}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__rshift__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__rshift__", "name": "__rshift__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.bool_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeBool_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rshift__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.int8"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__rshift__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__rshift__", "name": "__rshift__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayUInt_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeUInt_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rshift__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.unsignedinteger"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__rshift__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__rshift__", "name": "__rshift__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayInt_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeInt_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rshift__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.signedinteger"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__rshift__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__rshift__", "name": "__rshift__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.object_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rshift__ of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__rshift__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__rshift__", "name": "__rshift__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeObject_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rshift__ of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__rshift__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__rshift__", "name": "__rshift__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "UnionType", "items": ["numpy.bool_", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.integer"}]}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._RecursiveSequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rshift__ of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__rshift__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [{".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}], "type_ref": "numpy.typing._array_like._NestedSequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rshift__ of ndarray", "ret_type": {".class": "UninhabitedType", "is_noreturn": true}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.bool_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeBool_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rshift__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.int8"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayUInt_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeUInt_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rshift__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.unsignedinteger"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayInt_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeInt_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rshift__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.signedinteger"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.object_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rshift__ of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeObject_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rshift__ of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "UnionType", "items": ["numpy.bool_", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.integer"}]}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._RecursiveSequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rshift__ of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}]}}}, "__rsub__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "numpy.ndarray.__rsub__", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__rsub__", "name": "__rsub__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [{".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}], "type_ref": "numpy.typing._array_like._NestedSequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rsub__ of ndarray", "ret_type": {".class": "UninhabitedType", "is_noreturn": true}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__rsub__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__rsub__", "name": "__rsub__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.bool_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeBool_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rsub__ of ndarray", "ret_type": {".class": "UninhabitedType", "is_noreturn": true}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__rsub__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__rsub__", "name": "__rsub__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayUInt_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeUInt_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rsub__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.unsignedinteger"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__rsub__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__rsub__", "name": "__rsub__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayInt_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeInt_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rsub__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.signedinteger"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__rsub__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__rsub__", "name": "__rsub__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayFloat_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeFloat_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rsub__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.floating"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__rsub__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__rsub__", "name": "__rsub__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayComplex_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeComplex_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rsub__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.complexfloating"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__rsub__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__rsub__", "name": "__rsub__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayTD64_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeTD64_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rsub__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": ["numpy.timedelta64"], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__rsub__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__rsub__", "name": "__rsub__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayTD64_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeDT64_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rsub__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": ["numpy.datetime64"], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__rsub__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__rsub__", "name": "__rsub__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.datetime64"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeDT64_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rsub__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": ["numpy.timedelta64"], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__rsub__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__rsub__", "name": "__rsub__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.object_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rsub__ of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__rsub__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__rsub__", "name": "__rsub__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeObject_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rsub__ of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__rsub__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__rsub__", "name": "__rsub__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "UnionType", "items": ["numpy.bool_", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.number"}, "numpy.timedelta64", "numpy.datetime64"]}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._RecursiveSequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rsub__ of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__rsub__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [{".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}], "type_ref": "numpy.typing._array_like._NestedSequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rsub__ of ndarray", "ret_type": {".class": "UninhabitedType", "is_noreturn": true}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.bool_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeBool_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rsub__ of ndarray", "ret_type": {".class": "UninhabitedType", "is_noreturn": true}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayUInt_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeUInt_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rsub__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.unsignedinteger"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayInt_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeInt_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rsub__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.signedinteger"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayFloat_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeFloat_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rsub__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.floating"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayComplex_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeComplex_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rsub__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.complexfloating"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayTD64_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeTD64_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rsub__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": ["numpy.timedelta64"], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayTD64_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeDT64_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rsub__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": ["numpy.datetime64"], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.datetime64"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeDT64_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rsub__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": ["numpy.timedelta64"], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.object_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rsub__ of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeObject_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rsub__ of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "UnionType", "items": ["numpy.bool_", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.number"}, "numpy.timedelta64", "numpy.datetime64"]}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._RecursiveSequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rsub__ of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}]}}}, "__rtruediv__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "numpy.ndarray.__rtruediv__", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__rtruediv__", "name": "__rtruediv__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [{".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}], "type_ref": "numpy.typing._array_like._NestedSequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rtruediv__ of ndarray", "ret_type": {".class": "UninhabitedType", "is_noreturn": true}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__rtruediv__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__rtruediv__", "name": "__rtruediv__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayInt_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayInt_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rtruediv__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.float64"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__rtruediv__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__rtruediv__", "name": "__rtruediv__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayFloat_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeFloat_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rtruediv__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.floating"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__rtruediv__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__rtruediv__", "name": "__rtruediv__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayComplex_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeComplex_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rtruediv__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.complexfloating"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__rtruediv__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__rtruediv__", "name": "__rtruediv__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.timedelta64"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "Instance", "args": ["numpy.timedelta64"], "type_ref": "numpy.dtype"}], "type_ref": "numpy.typing._array_like._SupportsArray"}], "type_ref": "numpy.typing._array_like._NestedSequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rtruediv__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.float64"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__rtruediv__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__rtruediv__", "name": "__rtruediv__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.bool_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeTD64_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rtruediv__ of ndarray", "ret_type": {".class": "UninhabitedType", "is_noreturn": true}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__rtruediv__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__rtruediv__", "name": "__rtruediv__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayFloat_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeTD64_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rtruediv__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": ["numpy.timedelta64"], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__rtruediv__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__rtruediv__", "name": "__rtruediv__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.object_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rtruediv__ of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__rtruediv__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__rtruediv__", "name": "__rtruediv__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeObject_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rtruediv__ of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__rtruediv__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__rtruediv__", "name": "__rtruediv__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "UnionType", "items": ["numpy.bool_", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.number"}, "numpy.timedelta64"]}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._RecursiveSequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rtruediv__ of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__rtruediv__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [{".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}], "type_ref": "numpy.typing._array_like._NestedSequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rtruediv__ of ndarray", "ret_type": {".class": "UninhabitedType", "is_noreturn": true}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayInt_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayInt_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rtruediv__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.float64"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayFloat_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeFloat_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rtruediv__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.floating"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayComplex_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeComplex_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rtruediv__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.complexfloating"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.timedelta64"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "Instance", "args": ["numpy.timedelta64"], "type_ref": "numpy.dtype"}], "type_ref": "numpy.typing._array_like._SupportsArray"}], "type_ref": "numpy.typing._array_like._NestedSequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rtruediv__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.float64"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.bool_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeTD64_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rtruediv__ of ndarray", "ret_type": {".class": "UninhabitedType", "is_noreturn": true}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayFloat_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeTD64_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rtruediv__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": ["numpy.timedelta64"], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.object_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rtruediv__ of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeObject_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rtruediv__ of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "UnionType", "items": ["numpy.bool_", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.number"}, "numpy.timedelta64"]}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._RecursiveSequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rtruediv__ of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}]}}}, "__rxor__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "numpy.ndarray.__rxor__", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__rxor__", "name": "__rxor__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [{".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}], "type_ref": "numpy.typing._array_like._NestedSequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rxor__ of ndarray", "ret_type": {".class": "UninhabitedType", "is_noreturn": true}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__rxor__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__rxor__", "name": "__rxor__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.bool_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeBool_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rxor__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": ["numpy.bool_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__rxor__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__rxor__", "name": "__rxor__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayUInt_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeUInt_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rxor__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.unsignedinteger"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__rxor__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__rxor__", "name": "__rxor__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayInt_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeInt_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rxor__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.signedinteger"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__rxor__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__rxor__", "name": "__rxor__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.object_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rxor__ of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__rxor__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__rxor__", "name": "__rxor__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeObject_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rxor__ of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__rxor__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__rxor__", "name": "__rxor__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "UnionType", "items": ["numpy.bool_", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.integer"}]}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._RecursiveSequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rxor__ of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__rxor__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [{".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}], "type_ref": "numpy.typing._array_like._NestedSequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rxor__ of ndarray", "ret_type": {".class": "UninhabitedType", "is_noreturn": true}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.bool_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeBool_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rxor__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": ["numpy.bool_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayUInt_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeUInt_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rxor__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.unsignedinteger"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayInt_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeInt_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rxor__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.signedinteger"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.object_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rxor__ of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeObject_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rxor__ of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "UnionType", "items": ["numpy.bool_", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.integer"}]}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._RecursiveSequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rxor__ of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}]}}}, "__setitem__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "flags": [], "fullname": "numpy.ndarray.__setitem__", "name": "__setitem__", "type": null}}, "__sub__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "numpy.ndarray.__sub__", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__sub__", "name": "__sub__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [{".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}], "type_ref": "numpy.typing._array_like._NestedSequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__sub__ of ndarray", "ret_type": {".class": "UninhabitedType", "is_noreturn": true}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__sub__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__sub__", "name": "__sub__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.bool_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeBool_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__sub__ of ndarray", "ret_type": {".class": "UninhabitedType", "is_noreturn": true}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__sub__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__sub__", "name": "__sub__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayUInt_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeUInt_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__sub__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.unsignedinteger"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__sub__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__sub__", "name": "__sub__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayInt_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeInt_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__sub__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.signedinteger"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__sub__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__sub__", "name": "__sub__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayFloat_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeFloat_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__sub__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.floating"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__sub__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__sub__", "name": "__sub__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayComplex_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeComplex_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__sub__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.complexfloating"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__sub__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__sub__", "name": "__sub__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayTD64_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeTD64_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__sub__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": ["numpy.timedelta64"], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__sub__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__sub__", "name": "__sub__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.datetime64"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeTD64_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__sub__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": ["numpy.datetime64"], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__sub__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__sub__", "name": "__sub__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.datetime64"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeDT64_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__sub__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": ["numpy.timedelta64"], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__sub__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__sub__", "name": "__sub__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.object_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__sub__ of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__sub__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__sub__", "name": "__sub__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeObject_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__sub__ of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__sub__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__sub__", "name": "__sub__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "UnionType", "items": ["numpy.bool_", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.number"}, "numpy.timedelta64", "numpy.datetime64"]}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._RecursiveSequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__sub__ of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__sub__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [{".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}], "type_ref": "numpy.typing._array_like._NestedSequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__sub__ of ndarray", "ret_type": {".class": "UninhabitedType", "is_noreturn": true}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.bool_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeBool_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__sub__ of ndarray", "ret_type": {".class": "UninhabitedType", "is_noreturn": true}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayUInt_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeUInt_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__sub__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.unsignedinteger"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayInt_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeInt_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__sub__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.signedinteger"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayFloat_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeFloat_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__sub__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.floating"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayComplex_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeComplex_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__sub__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.complexfloating"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayTD64_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeTD64_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__sub__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": ["numpy.timedelta64"], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.datetime64"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeTD64_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__sub__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": ["numpy.datetime64"], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.datetime64"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeDT64_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__sub__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": ["numpy.timedelta64"], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.object_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__sub__ of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeObject_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__sub__ of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "UnionType", "items": ["numpy.bool_", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.number"}, "numpy.timedelta64", "numpy.datetime64"]}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._RecursiveSequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__sub__ of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}]}}}, "__truediv__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "numpy.ndarray.__truediv__", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__truediv__", "name": "__truediv__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [{".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}], "type_ref": "numpy.typing._array_like._NestedSequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__truediv__ of ndarray", "ret_type": {".class": "UninhabitedType", "is_noreturn": true}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__truediv__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__truediv__", "name": "__truediv__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayInt_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayInt_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__truediv__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.float64"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__truediv__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__truediv__", "name": "__truediv__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayFloat_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeFloat_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__truediv__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.floating"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__truediv__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__truediv__", "name": "__truediv__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayComplex_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeComplex_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__truediv__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.complexfloating"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__truediv__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__truediv__", "name": "__truediv__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.timedelta64"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "Instance", "args": ["numpy.timedelta64"], "type_ref": "numpy.dtype"}], "type_ref": "numpy.typing._array_like._SupportsArray"}], "type_ref": "numpy.typing._array_like._NestedSequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__truediv__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.float64"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__truediv__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__truediv__", "name": "__truediv__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.timedelta64"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeBool_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__truediv__ of ndarray", "ret_type": {".class": "UninhabitedType", "is_noreturn": true}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__truediv__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__truediv__", "name": "__truediv__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.timedelta64"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeFloat_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__truediv__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": ["numpy.timedelta64"], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__truediv__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__truediv__", "name": "__truediv__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.object_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__truediv__ of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__truediv__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__truediv__", "name": "__truediv__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeObject_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__truediv__ of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__truediv__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__truediv__", "name": "__truediv__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "UnionType", "items": ["numpy.bool_", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.number"}, "numpy.timedelta64"]}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._RecursiveSequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__truediv__ of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__truediv__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [{".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}], "type_ref": "numpy.typing._array_like._NestedSequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__truediv__ of ndarray", "ret_type": {".class": "UninhabitedType", "is_noreturn": true}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayInt_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayInt_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__truediv__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.float64"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayFloat_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeFloat_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__truediv__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.floating"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayComplex_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeComplex_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__truediv__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.complexfloating"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.timedelta64"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "Instance", "args": ["numpy.timedelta64"], "type_ref": "numpy.dtype"}], "type_ref": "numpy.typing._array_like._SupportsArray"}], "type_ref": "numpy.typing._array_like._NestedSequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__truediv__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.float64"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.timedelta64"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeBool_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__truediv__ of ndarray", "ret_type": {".class": "UninhabitedType", "is_noreturn": true}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.timedelta64"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeFloat_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__truediv__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": ["numpy.timedelta64"], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.object_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__truediv__ of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeObject_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__truediv__ of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "UnionType", "items": ["numpy.bool_", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.number"}, "numpy.timedelta64"]}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._RecursiveSequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__truediv__ of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}]}}}, "__xor__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "numpy.ndarray.__xor__", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__xor__", "name": "__xor__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [{".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}], "type_ref": "numpy.typing._array_like._NestedSequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__xor__ of ndarray", "ret_type": {".class": "UninhabitedType", "is_noreturn": true}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__xor__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__xor__", "name": "__xor__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.bool_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeBool_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__xor__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": ["numpy.bool_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__xor__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__xor__", "name": "__xor__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayUInt_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeUInt_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__xor__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.unsignedinteger"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__xor__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__xor__", "name": "__xor__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayInt_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeInt_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__xor__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.signedinteger"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__xor__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__xor__", "name": "__xor__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.object_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__xor__ of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__xor__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__xor__", "name": "__xor__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeObject_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__xor__ of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__xor__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.__xor__", "name": "__xor__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "UnionType", "items": ["numpy.bool_", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.integer"}]}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._RecursiveSequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__xor__ of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__xor__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [{".class": "UnionType", "items": ["builtins.str", "builtins.bytes"]}], "type_ref": "numpy.typing._array_like._NestedSequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__xor__ of ndarray", "ret_type": {".class": "UninhabitedType", "is_noreturn": true}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.bool_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeBool_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__xor__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": ["numpy.bool_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayUInt_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeUInt_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__xor__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.unsignedinteger"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy._ArrayInt_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeInt_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__xor__ of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.signedinteger"}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": ["numpy.object_"], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__xor__ of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeObject_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__xor__ of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "UnionType", "items": ["numpy.bool_", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.integer"}]}], "type_ref": "numpy.typing._generic_alias.NDArray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._RecursiveSequence"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__xor__ of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}]}}}, "argpartition": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["self", "kth", "axis", "kind", "order"], "flags": [], "fullname": "numpy.ndarray.argpartition", "name": "argpartition", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["self", "kth", "axis", "kind", "order"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._ShapeType", "id": 1, "name": "_ShapeType", "namespace": "numpy.ndarray", "upper_bound": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "numpy._DType_co", "id": 2, "name": "_DType_co", "namespace": "numpy.ndarray", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.dtype"}, "values": [], "variance": 1}], "type_ref": "numpy.ndarray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeInt_co"}, {".class": "UnionType", "items": ["typing_extensions.SupportsIndex", {".class": "NoneType"}]}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy._PartitionKind"}, {".class": "UnionType", "items": [{".class": "NoneType"}, "builtins.str", {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Sequence"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "argpartition of ndarray", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.intp"}], "type_ref": "numpy.dtype"}], "type_ref": "numpy.ndarray"}, "type_guard": null, "variables": []}}}, "astype": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "numpy.ndarray.astype", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1], "arg_names": ["self", "dtype", "order", "casting", "subok", "copy"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.astype", "name": "astype", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1], "arg_names": ["self", "dtype", "order", "casting", "subok", "copy"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._ShapeType", "id": 1, "name": "_ShapeType", "namespace": "numpy.ndarray", "upper_bound": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "numpy._DType_co", "id": 2, "name": "_DType_co", "namespace": "numpy.ndarray", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.dtype"}, "values": [], "variance": 1}], "type_ref": "numpy.ndarray"}, {".class": "TypeAliasType", "args": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy._DTypeLike"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy._OrderKACF"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy._Casting"}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "astype of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "astype", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1], "arg_names": ["self", "dtype", "order", "casting", "subok", "copy"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.astype", "name": "astype", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1], "arg_names": ["self", "dtype", "order", "casting", "subok", "copy"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._ShapeType", "id": 1, "name": "_ShapeType", "namespace": "numpy.ndarray", "upper_bound": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "numpy._DType_co", "id": 2, "name": "_DType_co", "namespace": "numpy.ndarray", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.dtype"}, "values": [], "variance": 1}], "type_ref": "numpy.ndarray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._dtype_like.DTypeLike"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy._OrderKACF"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy._Casting"}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "astype of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "astype", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1], "arg_names": ["self", "dtype", "order", "casting", "subok", "copy"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._ShapeType", "id": 1, "name": "_ShapeType", "namespace": "numpy.ndarray", "upper_bound": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "numpy._DType_co", "id": 2, "name": "_DType_co", "namespace": "numpy.ndarray", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.dtype"}, "values": [], "variance": 1}], "type_ref": "numpy.ndarray"}, {".class": "TypeAliasType", "args": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy._DTypeLike"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy._OrderKACF"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy._Casting"}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "astype of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1], "arg_names": ["self", "dtype", "order", "casting", "subok", "copy"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._ShapeType", "id": 1, "name": "_ShapeType", "namespace": "numpy.ndarray", "upper_bound": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "numpy._DType_co", "id": 2, "name": "_DType_co", "namespace": "numpy.ndarray", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.dtype"}, "values": [], "variance": 1}], "type_ref": "numpy.ndarray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._dtype_like.DTypeLike"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy._OrderKACF"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy._Casting"}, "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "astype of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}]}}}, "base": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "numpy.ndarray.base", "name": "base", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._ShapeType", "id": 1, "name": "_ShapeType", "namespace": "numpy.ndarray", "upper_bound": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "numpy._DType_co", "id": 2, "name": "_DType_co", "namespace": "numpy.ndarray", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.dtype"}, "values": [], "variance": 1}], "type_ref": "numpy.ndarray"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "base of ndarray", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.ndarray"}, {".class": "NoneType"}]}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "base", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._ShapeType", "id": 1, "name": "_ShapeType", "namespace": "numpy.ndarray", "upper_bound": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "numpy._DType_co", "id": 2, "name": "_DType_co", "namespace": "numpy.ndarray", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.dtype"}, "values": [], "variance": 1}], "type_ref": "numpy.ndarray"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "base of ndarray", "ret_type": {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.ndarray"}, {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}}, "byteswap": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "inplace"], "flags": [], "fullname": "numpy.ndarray.byteswap", "name": "byteswap", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "inplace"], "arg_types": [{".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "namespace": "", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "byteswap of ndarray", "ret_type": {".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "namespace": "", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "namespace": "", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}]}}}, "ctypes": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "numpy.ndarray.ctypes", "name": "ctypes", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._ShapeType", "id": 1, "name": "_ShapeType", "namespace": "numpy.ndarray", "upper_bound": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "numpy._DType_co", "id": 2, "name": "_DType_co", "namespace": "numpy.ndarray", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.dtype"}, "values": [], "variance": 1}], "type_ref": "numpy.ndarray"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "ctypes of ndarray", "ret_type": {".class": "Instance", "args": ["builtins.int"], "type_ref": "numpy.core._internal._ctypes"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "ctypes", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._ShapeType", "id": 1, "name": "_ShapeType", "namespace": "numpy.ndarray", "upper_bound": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "numpy._DType_co", "id": 2, "name": "_DType_co", "namespace": "numpy.ndarray", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.dtype"}, "values": [], "variance": 1}], "type_ref": "numpy.ndarray"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "ctypes of ndarray", "ret_type": {".class": "Instance", "args": ["builtins.int"], "type_ref": "numpy.core._internal._ctypes"}, "type_guard": null, "variables": []}}}}, "diagonal": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "offset", "axis1", "axis2"], "flags": [], "fullname": "numpy.ndarray.diagonal", "name": "diagonal", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "offset", "axis1", "axis2"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._ShapeType", "id": 1, "name": "_ShapeType", "namespace": "numpy.ndarray", "upper_bound": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "numpy._DType_co", "id": 2, "name": "_DType_co", "namespace": "numpy.ndarray", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.dtype"}, "values": [], "variance": 1}], "type_ref": "numpy.ndarray"}, "typing_extensions.SupportsIndex", "typing_extensions.SupportsIndex", "typing_extensions.SupportsIndex"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "diagonal of ndarray", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "TypeVarType", "fullname": "numpy._DType_co", "id": 2, "name": "_DType_co", "namespace": "numpy.ndarray", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.dtype"}, "values": [], "variance": 1}], "type_ref": "numpy.ndarray"}, "type_guard": null, "variables": []}}}, "dot": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "numpy.ndarray.dot", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "b", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.dot", "name": "dot", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "b", "out"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._ShapeType", "id": 1, "name": "_ShapeType", "namespace": "numpy.ndarray", "upper_bound": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "numpy._DType_co", "id": 2, "name": "_DType_co", "namespace": "numpy.ndarray", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.dtype"}, "values": [], "variance": 1}], "type_ref": "numpy.ndarray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._ScalarLike_co"}, {".class": "NoneType"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "dot of ndarray", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.ndarray"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "dot", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "b", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.dot", "name": "dot", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "b", "out"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._ShapeType", "id": 1, "name": "_ShapeType", "namespace": "numpy.ndarray", "upper_bound": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "numpy._DType_co", "id": 2, "name": "_DType_co", "namespace": "numpy.ndarray", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.dtype"}, "values": [], "variance": 1}], "type_ref": "numpy.ndarray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}, {".class": "NoneType"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "dot of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "dot", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "b", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.dot", "name": "dot", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "b", "out"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._ShapeType", "id": 1, "name": "_ShapeType", "namespace": "numpy.ndarray", "upper_bound": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "numpy._DType_co", "id": 2, "name": "_DType_co", "namespace": "numpy.ndarray", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.dtype"}, "values": [], "variance": 1}], "type_ref": "numpy.ndarray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}, {".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.ndarray"}, "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "dot of ndarray", "ret_type": {".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.ndarray"}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.ndarray"}, "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "dot", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "b", "out"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._ShapeType", "id": 1, "name": "_ShapeType", "namespace": "numpy.ndarray", "upper_bound": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "numpy._DType_co", "id": 2, "name": "_DType_co", "namespace": "numpy.ndarray", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.dtype"}, "values": [], "variance": 1}], "type_ref": "numpy.ndarray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._ScalarLike_co"}, {".class": "NoneType"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "dot of ndarray", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.ndarray"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "b", "out"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._ShapeType", "id": 1, "name": "_ShapeType", "namespace": "numpy.ndarray", "upper_bound": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "numpy._DType_co", "id": 2, "name": "_DType_co", "namespace": "numpy.ndarray", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.dtype"}, "values": [], "variance": 1}], "type_ref": "numpy.ndarray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}, {".class": "NoneType"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "dot of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "b", "out"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._ShapeType", "id": 1, "name": "_ShapeType", "namespace": "numpy.ndarray", "upper_bound": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "numpy._DType_co", "id": 2, "name": "_DType_co", "namespace": "numpy.ndarray", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.dtype"}, "values": [], "variance": 1}], "type_ref": "numpy.ndarray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}, {".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.ndarray"}, "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "dot of ndarray", "ret_type": {".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.ndarray"}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.ndarray"}, "values": [], "variance": 0}]}]}}}, "dtype": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "numpy.ndarray.dtype", "name": "dtype", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._ShapeType", "id": 1, "name": "_ShapeType", "namespace": "numpy.ndarray", "upper_bound": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "numpy._DType_co", "id": 2, "name": "_DType_co", "namespace": "numpy.ndarray", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.dtype"}, "values": [], "variance": 1}], "type_ref": "numpy.ndarray"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "dtype of ndarray", "ret_type": {".class": "TypeVarType", "fullname": "numpy._DType_co", "id": 2, "name": "_DType_co", "namespace": "numpy.ndarray", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.dtype"}, "values": [], "variance": 1}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "dtype", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._ShapeType", "id": 1, "name": "_ShapeType", "namespace": "numpy.ndarray", "upper_bound": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "numpy._DType_co", "id": 2, "name": "_DType_co", "namespace": "numpy.ndarray", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.dtype"}, "values": [], "variance": 1}], "type_ref": "numpy.ndarray"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "dtype of ndarray", "ret_type": {".class": "TypeVarType", "fullname": "numpy._DType_co", "id": 2, "name": "_DType_co", "namespace": "numpy.ndarray", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.dtype"}, "values": [], "variance": 1}, "type_guard": null, "variables": []}}}}, "fill": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "value"], "flags": [], "fullname": "numpy.ndarray.fill", "name": "fill", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "value"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._ShapeType", "id": 1, "name": "_ShapeType", "namespace": "numpy.ndarray", "upper_bound": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "numpy._DType_co", "id": 2, "name": "_DType_co", "namespace": "numpy.ndarray", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.dtype"}, "values": [], "variance": 1}], "type_ref": "numpy.ndarray"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "fill of ndarray", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "flat": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "numpy.ndarray.flat", "name": "flat", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.ndarray"}, "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "flat of ndarray", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.ndarray"}, "values": [], "variance": 0}], "type_ref": "numpy.flatiter"}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.ndarray"}, "values": [], "variance": 0}]}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "flat", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.ndarray"}, "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "flat of ndarray", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.ndarray"}, "values": [], "variance": 0}], "type_ref": "numpy.flatiter"}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.ndarray"}, "values": [], "variance": 0}]}}}}, "flatten": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "order"], "flags": [], "fullname": "numpy.ndarray.flatten", "name": "flatten", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "order"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._ShapeType", "id": 1, "name": "_ShapeType", "namespace": "numpy.ndarray", "upper_bound": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "numpy._DType_co", "id": 2, "name": "_DType_co", "namespace": "numpy.ndarray", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.dtype"}, "values": [], "variance": 1}], "type_ref": "numpy.ndarray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy._OrderKACF"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "flatten of ndarray", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "TypeVarType", "fullname": "numpy._DType_co", "id": 2, "name": "_DType_co", "namespace": "numpy.ndarray", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.dtype"}, "values": [], "variance": 1}], "type_ref": "numpy.ndarray"}, "type_guard": null, "variables": []}}}, "getfield": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "numpy.ndarray.getfield", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "dtype", "offset"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.getfield", "name": "getfield", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "dtype", "offset"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._ShapeType", "id": 1, "name": "_ShapeType", "namespace": "numpy.ndarray", "upper_bound": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "numpy._DType_co", "id": 2, "name": "_DType_co", "namespace": "numpy.ndarray", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.dtype"}, "values": [], "variance": 1}], "type_ref": "numpy.ndarray"}, {".class": "TypeAliasType", "args": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy._DTypeLike"}, "typing_extensions.SupportsIndex"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "getfield of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "getfield", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "dtype", "offset"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.getfield", "name": "getfield", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "dtype", "offset"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._ShapeType", "id": 1, "name": "_ShapeType", "namespace": "numpy.ndarray", "upper_bound": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "numpy._DType_co", "id": 2, "name": "_DType_co", "namespace": "numpy.ndarray", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.dtype"}, "values": [], "variance": 1}], "type_ref": "numpy.ndarray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._dtype_like.DTypeLike"}, "typing_extensions.SupportsIndex"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "getfield of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "getfield", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "dtype", "offset"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._ShapeType", "id": 1, "name": "_ShapeType", "namespace": "numpy.ndarray", "upper_bound": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "numpy._DType_co", "id": 2, "name": "_DType_co", "namespace": "numpy.ndarray", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.dtype"}, "values": [], "variance": 1}], "type_ref": "numpy.ndarray"}, {".class": "TypeAliasType", "args": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy._DTypeLike"}, "typing_extensions.SupportsIndex"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "getfield of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "dtype", "offset"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._ShapeType", "id": 1, "name": "_ShapeType", "namespace": "numpy.ndarray", "upper_bound": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "numpy._DType_co", "id": 2, "name": "_DType_co", "namespace": "numpy.ndarray", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.dtype"}, "values": [], "variance": 1}], "type_ref": "numpy.ndarray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._dtype_like.DTypeLike"}, "typing_extensions.SupportsIndex"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "getfield of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}]}}}, "imag": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": ["is_property"], "fullname": "numpy.ndarray.imag", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_overload", "is_decorated"], "fullname": "numpy.ndarray.imag", "name": "imag", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy._SupportsImag"}], "type_ref": "numpy.typing._generic_alias.NDArray"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "imag of ndarray", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._ShapeType", "id": 1, "name": "_ShapeType", "namespace": "numpy.ndarray", "upper_bound": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "values": [], "variance": 0}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.dtype"}], "type_ref": "numpy.ndarray"}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_settable_property", "is_ready"], "fullname": null, "name": "imag", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy._SupportsImag"}], "type_ref": "numpy.typing._generic_alias.NDArray"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "imag of ndarray", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._ShapeType", "id": 1, "name": "_ShapeType", "namespace": "numpy.ndarray", "upper_bound": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "values": [], "variance": 0}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.dtype"}], "type_ref": "numpy.ndarray"}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}]}}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "value"], "flags": ["is_decorated"], "fullname": "numpy.ndarray.imag", "name": "imag", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "value"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._ShapeType", "id": 1, "name": "_ShapeType", "namespace": "numpy.ndarray", "upper_bound": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "numpy._DType_co", "id": 2, "name": "_DType_co", "namespace": "numpy.ndarray", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.dtype"}, "values": [], "variance": 1}], "type_ref": "numpy.ndarray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "imag of ndarray", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": [], "fullname": null, "name": "imag", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy._SupportsImag"}], "type_ref": "numpy.typing._generic_alias.NDArray"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "imag of ndarray", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._ShapeType", "id": 1, "name": "_ShapeType", "namespace": "numpy.ndarray", "upper_bound": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "values": [], "variance": 0}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.dtype"}], "type_ref": "numpy.ndarray"}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}]}]}}}, "item": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "numpy.ndarray.item", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 2], "arg_names": ["self", "args"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.item", "name": "item", "type": {".class": "CallableType", "arg_kinds": [0, 2], "arg_names": ["self", "args"], "arg_types": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._T", "id": -1, "name": "_T", "namespace": "", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "numpy._SupportsItem"}], "type_ref": "numpy.dtype"}], "type_ref": "numpy.ndarray"}, "typing_extensions.SupportsIndex"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "item of ndarray", "ret_type": {".class": "TypeVarType", "fullname": "numpy._T", "id": -1, "name": "_T", "namespace": "", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._T", "id": -1, "name": "_T", "namespace": "", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "item", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.item", "name": "item", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._T", "id": -1, "name": "_T", "namespace": "", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "numpy._SupportsItem"}], "type_ref": "numpy.dtype"}], "type_ref": "numpy.ndarray"}, {".class": "Instance", "args": ["typing_extensions.SupportsIndex"], "type_ref": "builtins.tuple"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "item of ndarray", "ret_type": {".class": "TypeVarType", "fullname": "numpy._T", "id": -1, "name": "_T", "namespace": "", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._T", "id": -1, "name": "_T", "namespace": "", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "item", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 2], "arg_names": ["self", "args"], "arg_types": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._T", "id": -1, "name": "_T", "namespace": "", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "numpy._SupportsItem"}], "type_ref": "numpy.dtype"}], "type_ref": "numpy.ndarray"}, "typing_extensions.SupportsIndex"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "item of ndarray", "ret_type": {".class": "TypeVarType", "fullname": "numpy._T", "id": -1, "name": "_T", "namespace": "", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._T", "id": -1, "name": "_T", "namespace": "", "upper_bound": "builtins.object", "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._T", "id": -1, "name": "_T", "namespace": "", "upper_bound": "builtins.object", "values": [], "variance": 0}], "type_ref": "numpy._SupportsItem"}], "type_ref": "numpy.dtype"}], "type_ref": "numpy.ndarray"}, {".class": "Instance", "args": ["typing_extensions.SupportsIndex"], "type_ref": "builtins.tuple"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "item of ndarray", "ret_type": {".class": "TypeVarType", "fullname": "numpy._T", "id": -1, "name": "_T", "namespace": "", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._T", "id": -1, "name": "_T", "namespace": "", "upper_bound": "builtins.object", "values": [], "variance": 0}]}]}}}, "itemset": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "numpy.ndarray.itemset", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.itemset", "name": "itemset", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._ShapeType", "id": 1, "name": "_ShapeType", "namespace": "numpy.ndarray", "upper_bound": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "numpy._DType_co", "id": 2, "name": "_DType_co", "namespace": "numpy.ndarray", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.dtype"}, "values": [], "variance": 1}], "type_ref": "numpy.ndarray"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "itemset of ndarray", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "itemset", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.itemset", "name": "itemset", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._ShapeType", "id": 1, "name": "_ShapeType", "namespace": "numpy.ndarray", "upper_bound": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "numpy._DType_co", "id": 2, "name": "_DType_co", "namespace": "numpy.ndarray", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.dtype"}, "values": [], "variance": 1}], "type_ref": "numpy.ndarray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._shape._ShapeLike"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "itemset of ndarray", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "itemset", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._ShapeType", "id": 1, "name": "_ShapeType", "namespace": "numpy.ndarray", "upper_bound": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "numpy._DType_co", "id": 2, "name": "_DType_co", "namespace": "numpy.ndarray", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.dtype"}, "values": [], "variance": 1}], "type_ref": "numpy.ndarray"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "itemset of ndarray", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", null, null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._ShapeType", "id": 1, "name": "_ShapeType", "namespace": "numpy.ndarray", "upper_bound": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "numpy._DType_co", "id": 2, "name": "_DType_co", "namespace": "numpy.ndarray", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.dtype"}, "values": [], "variance": 1}], "type_ref": "numpy.ndarray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._shape._ShapeLike"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "itemset of ndarray", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}]}}}, "ndim": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "numpy.ndarray.ndim", "name": "ndim", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._ShapeType", "id": 1, "name": "_ShapeType", "namespace": "numpy.ndarray", "upper_bound": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "numpy._DType_co", "id": 2, "name": "_DType_co", "namespace": "numpy.ndarray", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.dtype"}, "values": [], "variance": 1}], "type_ref": "numpy.ndarray"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "ndim of ndarray", "ret_type": "builtins.int", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "ndim", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._ShapeType", "id": 1, "name": "_ShapeType", "namespace": "numpy.ndarray", "upper_bound": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "numpy._DType_co", "id": 2, "name": "_DType_co", "namespace": "numpy.ndarray", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.dtype"}, "values": [], "variance": 1}], "type_ref": "numpy.ndarray"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "ndim of ndarray", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}}, "nonzero": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.ndarray.nonzero", "name": "nonzero", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._ShapeType", "id": 1, "name": "_ShapeType", "namespace": "numpy.ndarray", "upper_bound": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "numpy._DType_co", "id": 2, "name": "_DType_co", "namespace": "numpy.ndarray", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.dtype"}, "values": [], "variance": 1}], "type_ref": "numpy.ndarray"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "nonzero of ndarray", "ret_type": {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.intp"}], "type_ref": "numpy.dtype"}], "type_ref": "numpy.ndarray"}], "type_ref": "builtins.tuple"}, "type_guard": null, "variables": []}}}, "partition": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["self", "kth", "axis", "kind", "order"], "flags": [], "fullname": "numpy.ndarray.partition", "name": "partition", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["self", "kth", "axis", "kind", "order"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._ShapeType", "id": 1, "name": "_ShapeType", "namespace": "numpy.ndarray", "upper_bound": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "numpy._DType_co", "id": 2, "name": "_DType_co", "namespace": "numpy.ndarray", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.dtype"}, "values": [], "variance": 1}], "type_ref": "numpy.ndarray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeInt_co"}, "typing_extensions.SupportsIndex", {".class": "TypeAliasType", "args": [], "type_ref": "numpy._PartitionKind"}, {".class": "UnionType", "items": [{".class": "NoneType"}, "builtins.str", {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Sequence"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "partition of ndarray", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "put": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "ind", "v", "mode"], "flags": [], "fullname": "numpy.ndarray.put", "name": "put", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "ind", "v", "mode"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._ShapeType", "id": 1, "name": "_ShapeType", "namespace": "numpy.ndarray", "upper_bound": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "numpy._DType_co", "id": 2, "name": "_DType_co", "namespace": "numpy.ndarray", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.dtype"}, "values": [], "variance": 1}], "type_ref": "numpy.ndarray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeInt_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy._ModeKind"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "put of ndarray", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "ravel": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "order"], "flags": [], "fullname": "numpy.ndarray.ravel", "name": "ravel", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "order"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._ShapeType", "id": 1, "name": "_ShapeType", "namespace": "numpy.ndarray", "upper_bound": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "numpy._DType_co", "id": 2, "name": "_DType_co", "namespace": "numpy.ndarray", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.dtype"}, "values": [], "variance": 1}], "type_ref": "numpy.ndarray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy._OrderKACF"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "ravel of ndarray", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "TypeVarType", "fullname": "numpy._DType_co", "id": 2, "name": "_DType_co", "namespace": "numpy.ndarray", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.dtype"}, "values": [], "variance": 1}], "type_ref": "numpy.ndarray"}, "type_guard": null, "variables": []}}}, "real": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": ["is_property"], "fullname": "numpy.ndarray.real", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_overload", "is_decorated"], "fullname": "numpy.ndarray.real", "name": "real", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy._SupportsReal"}], "type_ref": "numpy.typing._generic_alias.NDArray"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "real of ndarray", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._ShapeType", "id": 1, "name": "_ShapeType", "namespace": "numpy.ndarray", "upper_bound": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "values": [], "variance": 0}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.dtype"}], "type_ref": "numpy.ndarray"}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_settable_property", "is_ready"], "fullname": null, "name": "real", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy._SupportsReal"}], "type_ref": "numpy.typing._generic_alias.NDArray"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "real of ndarray", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._ShapeType", "id": 1, "name": "_ShapeType", "namespace": "numpy.ndarray", "upper_bound": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "values": [], "variance": 0}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.dtype"}], "type_ref": "numpy.ndarray"}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}]}}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "value"], "flags": ["is_decorated"], "fullname": "numpy.ndarray.real", "name": "real", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "value"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._ShapeType", "id": 1, "name": "_ShapeType", "namespace": "numpy.ndarray", "upper_bound": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "numpy._DType_co", "id": 2, "name": "_DType_co", "namespace": "numpy.ndarray", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.dtype"}, "values": [], "variance": 1}], "type_ref": "numpy.ndarray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "real of ndarray", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": [], "fullname": null, "name": "real", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy._SupportsReal"}], "type_ref": "numpy.typing._generic_alias.NDArray"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "real of ndarray", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._ShapeType", "id": 1, "name": "_ShapeType", "namespace": "numpy.ndarray", "upper_bound": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "values": [], "variance": 0}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.dtype"}], "type_ref": "numpy.ndarray"}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}]}]}}}, "repeat": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "repeats", "axis"], "flags": [], "fullname": "numpy.ndarray.repeat", "name": "repeat", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1], "arg_names": ["self", "repeats", "axis"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._ShapeType", "id": 1, "name": "_ShapeType", "namespace": "numpy.ndarray", "upper_bound": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "numpy._DType_co", "id": 2, "name": "_DType_co", "namespace": "numpy.ndarray", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.dtype"}, "values": [], "variance": 1}], "type_ref": "numpy.ndarray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeInt_co"}, {".class": "UnionType", "items": ["typing_extensions.SupportsIndex", {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "repeat of ndarray", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "TypeVarType", "fullname": "numpy._DType_co", "id": 2, "name": "_DType_co", "namespace": "numpy.ndarray", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.dtype"}, "values": [], "variance": 1}], "type_ref": "numpy.ndarray"}, "type_guard": null, "variables": []}}}, "reshape": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "numpy.ndarray.reshape", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5], "arg_names": ["self", null, "order"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.reshape", "name": "reshape", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["self", null, "order"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._ShapeType", "id": 1, "name": "_ShapeType", "namespace": "numpy.ndarray", "upper_bound": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "numpy._DType_co", "id": 2, "name": "_DType_co", "namespace": "numpy.ndarray", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.dtype"}, "values": [], "variance": 1}], "type_ref": "numpy.ndarray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._shape._ShapeLike"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy._OrderACF"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "reshape of ndarray", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "TypeVarType", "fullname": "numpy._DType_co", "id": 2, "name": "_DType_co", "namespace": "numpy.ndarray", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.dtype"}, "values": [], "variance": 1}], "type_ref": "numpy.ndarray"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "reshape", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 2, 5], "arg_names": ["self", "shape", "order"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.reshape", "name": "reshape", "type": {".class": "CallableType", "arg_kinds": [0, 2, 5], "arg_names": ["self", "shape", "order"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._ShapeType", "id": 1, "name": "_ShapeType", "namespace": "numpy.ndarray", "upper_bound": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "numpy._DType_co", "id": 2, "name": "_DType_co", "namespace": "numpy.ndarray", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.dtype"}, "values": [], "variance": 1}], "type_ref": "numpy.ndarray"}, "typing_extensions.SupportsIndex", {".class": "TypeAliasType", "args": [], "type_ref": "numpy._OrderACF"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "reshape of ndarray", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "TypeVarType", "fullname": "numpy._DType_co", "id": 2, "name": "_DType_co", "namespace": "numpy.ndarray", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.dtype"}, "values": [], "variance": 1}], "type_ref": "numpy.ndarray"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "reshape", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["self", null, "order"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._ShapeType", "id": 1, "name": "_ShapeType", "namespace": "numpy.ndarray", "upper_bound": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "numpy._DType_co", "id": 2, "name": "_DType_co", "namespace": "numpy.ndarray", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.dtype"}, "values": [], "variance": 1}], "type_ref": "numpy.ndarray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._shape._ShapeLike"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy._OrderACF"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "reshape of ndarray", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "TypeVarType", "fullname": "numpy._DType_co", "id": 2, "name": "_DType_co", "namespace": "numpy.ndarray", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.dtype"}, "values": [], "variance": 1}], "type_ref": "numpy.ndarray"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 2, 5], "arg_names": ["self", "shape", "order"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._ShapeType", "id": 1, "name": "_ShapeType", "namespace": "numpy.ndarray", "upper_bound": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "numpy._DType_co", "id": 2, "name": "_DType_co", "namespace": "numpy.ndarray", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.dtype"}, "values": [], "variance": 1}], "type_ref": "numpy.ndarray"}, "typing_extensions.SupportsIndex", {".class": "TypeAliasType", "args": [], "type_ref": "numpy._OrderACF"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "reshape of ndarray", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "TypeVarType", "fullname": "numpy._DType_co", "id": 2, "name": "_DType_co", "namespace": "numpy.ndarray", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.dtype"}, "values": [], "variance": 1}], "type_ref": "numpy.ndarray"}, "type_guard": null, "variables": []}]}}}, "resize": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "numpy.ndarray.resize", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 5], "arg_names": ["self", null, "refcheck"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.resize", "name": "resize", "type": {".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["self", null, "refcheck"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._ShapeType", "id": 1, "name": "_ShapeType", "namespace": "numpy.ndarray", "upper_bound": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "numpy._DType_co", "id": 2, "name": "_DType_co", "namespace": "numpy.ndarray", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.dtype"}, "values": [], "variance": 1}], "type_ref": "numpy.ndarray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._shape._ShapeLike"}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "resize of ndarray", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "resize", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 2, 5], "arg_names": ["self", "new_shape", "refcheck"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.resize", "name": "resize", "type": {".class": "CallableType", "arg_kinds": [0, 2, 5], "arg_names": ["self", "new_shape", "refcheck"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._ShapeType", "id": 1, "name": "_ShapeType", "namespace": "numpy.ndarray", "upper_bound": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "numpy._DType_co", "id": 2, "name": "_DType_co", "namespace": "numpy.ndarray", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.dtype"}, "values": [], "variance": 1}], "type_ref": "numpy.ndarray"}, "typing_extensions.SupportsIndex", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "resize of ndarray", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "resize", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 5], "arg_names": ["self", null, "refcheck"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._ShapeType", "id": 1, "name": "_ShapeType", "namespace": "numpy.ndarray", "upper_bound": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "numpy._DType_co", "id": 2, "name": "_DType_co", "namespace": "numpy.ndarray", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.dtype"}, "values": [], "variance": 1}], "type_ref": "numpy.ndarray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._shape._ShapeLike"}, "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "resize of ndarray", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 2, 5], "arg_names": ["self", "new_shape", "refcheck"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._ShapeType", "id": 1, "name": "_ShapeType", "namespace": "numpy.ndarray", "upper_bound": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "numpy._DType_co", "id": 2, "name": "_DType_co", "namespace": "numpy.ndarray", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.dtype"}, "values": [], "variance": 1}], "type_ref": "numpy.ndarray"}, "typing_extensions.SupportsIndex", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "resize of ndarray", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}]}}}, "searchsorted": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "numpy.ndarray.searchsorted", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "v", "side", "sorter"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.searchsorted", "name": "searchsorted", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "v", "side", "sorter"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._ShapeType", "id": 1, "name": "_ShapeType", "namespace": "numpy.ndarray", "upper_bound": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "numpy._DType_co", "id": 2, "name": "_DType_co", "namespace": "numpy.ndarray", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.dtype"}, "values": [], "variance": 1}], "type_ref": "numpy.ndarray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._ScalarLike_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy._SortSide"}, {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "UnionType", "items": ["numpy.bool_", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "numpy.integer"}]}], "type_ref": "numpy.dtype"}], "type_ref": "numpy.typing._array_like._SupportsArray"}, {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "UnionType", "items": ["numpy.bool_", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "numpy.integer"}]}], "type_ref": "numpy.dtype"}], "type_ref": "numpy.typing._array_like._SupportsArray"}], "type_ref": "typing.Sequence"}, {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "UnionType", "items": ["numpy.bool_", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "numpy.integer"}]}], "type_ref": "numpy.dtype"}], "type_ref": "numpy.typing._array_like._SupportsArray"}], "type_ref": "typing.Sequence"}], "type_ref": "typing.Sequence"}, {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "UnionType", "items": ["numpy.bool_", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "numpy.integer"}]}], "type_ref": "numpy.dtype"}], "type_ref": "numpy.typing._array_like._SupportsArray"}], "type_ref": "typing.Sequence"}], "type_ref": "typing.Sequence"}], "type_ref": "typing.Sequence"}, {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "UnionType", "items": ["numpy.bool_", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "numpy.integer"}]}], "type_ref": "numpy.dtype"}], "type_ref": "numpy.typing._array_like._SupportsArray"}], "type_ref": "typing.Sequence"}], "type_ref": "typing.Sequence"}], "type_ref": "typing.Sequence"}], "type_ref": "typing.Sequence"}, "builtins.bool", "builtins.int", {".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.bool", "builtins.int"]}], "type_ref": "typing.Sequence"}, {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.bool", "builtins.int"]}], "type_ref": "typing.Sequence"}], "type_ref": "typing.Sequence"}, {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.bool", "builtins.int"]}], "type_ref": "typing.Sequence"}], "type_ref": "typing.Sequence"}], "type_ref": "typing.Sequence"}, {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.bool", "builtins.int"]}], "type_ref": "typing.Sequence"}], "type_ref": "typing.Sequence"}], "type_ref": "typing.Sequence"}], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "searchsorted of ndarray", "ret_type": {".class": "TypeAliasType", "args": [], "type_ref": "numpy.intp"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "searchsorted", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "v", "side", "sorter"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.searchsorted", "name": "searchsorted", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "v", "side", "sorter"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._ShapeType", "id": 1, "name": "_ShapeType", "namespace": "numpy.ndarray", "upper_bound": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "numpy._DType_co", "id": 2, "name": "_DType_co", "namespace": "numpy.ndarray", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.dtype"}, "values": [], "variance": 1}], "type_ref": "numpy.ndarray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy._SortSide"}, {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "UnionType", "items": ["numpy.bool_", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "numpy.integer"}]}], "type_ref": "numpy.dtype"}], "type_ref": "numpy.typing._array_like._SupportsArray"}, {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "UnionType", "items": ["numpy.bool_", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "numpy.integer"}]}], "type_ref": "numpy.dtype"}], "type_ref": "numpy.typing._array_like._SupportsArray"}], "type_ref": "typing.Sequence"}, {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "UnionType", "items": ["numpy.bool_", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "numpy.integer"}]}], "type_ref": "numpy.dtype"}], "type_ref": "numpy.typing._array_like._SupportsArray"}], "type_ref": "typing.Sequence"}], "type_ref": "typing.Sequence"}, {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "UnionType", "items": ["numpy.bool_", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "numpy.integer"}]}], "type_ref": "numpy.dtype"}], "type_ref": "numpy.typing._array_like._SupportsArray"}], "type_ref": "typing.Sequence"}], "type_ref": "typing.Sequence"}], "type_ref": "typing.Sequence"}, {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "UnionType", "items": ["numpy.bool_", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "numpy.integer"}]}], "type_ref": "numpy.dtype"}], "type_ref": "numpy.typing._array_like._SupportsArray"}], "type_ref": "typing.Sequence"}], "type_ref": "typing.Sequence"}], "type_ref": "typing.Sequence"}], "type_ref": "typing.Sequence"}, "builtins.bool", "builtins.int", {".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.bool", "builtins.int"]}], "type_ref": "typing.Sequence"}, {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.bool", "builtins.int"]}], "type_ref": "typing.Sequence"}], "type_ref": "typing.Sequence"}, {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.bool", "builtins.int"]}], "type_ref": "typing.Sequence"}], "type_ref": "typing.Sequence"}], "type_ref": "typing.Sequence"}, {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.bool", "builtins.int"]}], "type_ref": "typing.Sequence"}], "type_ref": "typing.Sequence"}], "type_ref": "typing.Sequence"}], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "searchsorted of ndarray", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.intp"}], "type_ref": "numpy.dtype"}], "type_ref": "numpy.ndarray"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "searchsorted", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "v", "side", "sorter"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._ShapeType", "id": 1, "name": "_ShapeType", "namespace": "numpy.ndarray", "upper_bound": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "numpy._DType_co", "id": 2, "name": "_DType_co", "namespace": "numpy.ndarray", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.dtype"}, "values": [], "variance": 1}], "type_ref": "numpy.ndarray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._ScalarLike_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy._SortSide"}, {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "UnionType", "items": ["numpy.bool_", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "numpy.integer"}]}], "type_ref": "numpy.dtype"}], "type_ref": "numpy.typing._array_like._SupportsArray"}, {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "UnionType", "items": ["numpy.bool_", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "numpy.integer"}]}], "type_ref": "numpy.dtype"}], "type_ref": "numpy.typing._array_like._SupportsArray"}], "type_ref": "typing.Sequence"}, {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "UnionType", "items": ["numpy.bool_", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "numpy.integer"}]}], "type_ref": "numpy.dtype"}], "type_ref": "numpy.typing._array_like._SupportsArray"}], "type_ref": "typing.Sequence"}], "type_ref": "typing.Sequence"}, {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "UnionType", "items": ["numpy.bool_", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "numpy.integer"}]}], "type_ref": "numpy.dtype"}], "type_ref": "numpy.typing._array_like._SupportsArray"}], "type_ref": "typing.Sequence"}], "type_ref": "typing.Sequence"}], "type_ref": "typing.Sequence"}, {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "UnionType", "items": ["numpy.bool_", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "numpy.integer"}]}], "type_ref": "numpy.dtype"}], "type_ref": "numpy.typing._array_like._SupportsArray"}], "type_ref": "typing.Sequence"}], "type_ref": "typing.Sequence"}], "type_ref": "typing.Sequence"}], "type_ref": "typing.Sequence"}, "builtins.bool", "builtins.int", {".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.bool", "builtins.int"]}], "type_ref": "typing.Sequence"}, {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.bool", "builtins.int"]}], "type_ref": "typing.Sequence"}], "type_ref": "typing.Sequence"}, {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.bool", "builtins.int"]}], "type_ref": "typing.Sequence"}], "type_ref": "typing.Sequence"}], "type_ref": "typing.Sequence"}, {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.bool", "builtins.int"]}], "type_ref": "typing.Sequence"}], "type_ref": "typing.Sequence"}], "type_ref": "typing.Sequence"}], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "searchsorted of ndarray", "ret_type": {".class": "TypeAliasType", "args": [], "type_ref": "numpy.intp"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "v", "side", "sorter"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._ShapeType", "id": 1, "name": "_ShapeType", "namespace": "numpy.ndarray", "upper_bound": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "numpy._DType_co", "id": 2, "name": "_DType_co", "namespace": "numpy.ndarray", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.dtype"}, "values": [], "variance": 1}], "type_ref": "numpy.ndarray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy._SortSide"}, {".class": "UnionType", "items": [{".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "UnionType", "items": ["numpy.bool_", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "numpy.integer"}]}], "type_ref": "numpy.dtype"}], "type_ref": "numpy.typing._array_like._SupportsArray"}, {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "UnionType", "items": ["numpy.bool_", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "numpy.integer"}]}], "type_ref": "numpy.dtype"}], "type_ref": "numpy.typing._array_like._SupportsArray"}], "type_ref": "typing.Sequence"}, {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "UnionType", "items": ["numpy.bool_", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "numpy.integer"}]}], "type_ref": "numpy.dtype"}], "type_ref": "numpy.typing._array_like._SupportsArray"}], "type_ref": "typing.Sequence"}], "type_ref": "typing.Sequence"}, {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "UnionType", "items": ["numpy.bool_", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "numpy.integer"}]}], "type_ref": "numpy.dtype"}], "type_ref": "numpy.typing._array_like._SupportsArray"}], "type_ref": "typing.Sequence"}], "type_ref": "typing.Sequence"}], "type_ref": "typing.Sequence"}, {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "UnionType", "items": ["numpy.bool_", {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "numpy.integer"}]}], "type_ref": "numpy.dtype"}], "type_ref": "numpy.typing._array_like._SupportsArray"}], "type_ref": "typing.Sequence"}], "type_ref": "typing.Sequence"}], "type_ref": "typing.Sequence"}], "type_ref": "typing.Sequence"}, "builtins.bool", "builtins.int", {".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.bool", "builtins.int"]}], "type_ref": "typing.Sequence"}, {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.bool", "builtins.int"]}], "type_ref": "typing.Sequence"}], "type_ref": "typing.Sequence"}, {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.bool", "builtins.int"]}], "type_ref": "typing.Sequence"}], "type_ref": "typing.Sequence"}], "type_ref": "typing.Sequence"}, {".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "UnionType", "items": ["builtins.bool", "builtins.int"]}], "type_ref": "typing.Sequence"}], "type_ref": "typing.Sequence"}], "type_ref": "typing.Sequence"}], "type_ref": "typing.Sequence"}, {".class": "NoneType"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "searchsorted of ndarray", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.intp"}], "type_ref": "numpy.dtype"}], "type_ref": "numpy.ndarray"}, "type_guard": null, "variables": []}]}}}, "setfield": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "val", "dtype", "offset"], "flags": [], "fullname": "numpy.ndarray.setfield", "name": "setfield", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "val", "dtype", "offset"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._ShapeType", "id": 1, "name": "_ShapeType", "namespace": "numpy.ndarray", "upper_bound": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "numpy._DType_co", "id": 2, "name": "_DType_co", "namespace": "numpy.ndarray", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.dtype"}, "values": [], "variance": 1}], "type_ref": "numpy.ndarray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._dtype_like.DTypeLike"}, "typing_extensions.SupportsIndex"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "setfield of ndarray", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "setflags": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "write", "align", "uic"], "flags": [], "fullname": "numpy.ndarray.setflags", "name": "setflags", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "write", "align", "uic"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._ShapeType", "id": 1, "name": "_ShapeType", "namespace": "numpy.ndarray", "upper_bound": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "numpy._DType_co", "id": 2, "name": "_DType_co", "namespace": "numpy.ndarray", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.dtype"}, "values": [], "variance": 1}], "type_ref": "numpy.ndarray"}, "builtins.bool", "builtins.bool", "builtins.bool"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "setflags of ndarray", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "shape": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": ["is_property"], "fullname": "numpy.ndarray.shape", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_overload", "is_decorated"], "fullname": "numpy.ndarray.shape", "name": "shape", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._ShapeType", "id": 1, "name": "_ShapeType", "namespace": "numpy.ndarray", "upper_bound": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "numpy._DType_co", "id": 2, "name": "_DType_co", "namespace": "numpy.ndarray", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.dtype"}, "values": [], "variance": 1}], "type_ref": "numpy.ndarray"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "shape of ndarray", "ret_type": {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._shape._Shape"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_settable_property", "is_ready"], "fullname": null, "name": "shape", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._ShapeType", "id": 1, "name": "_ShapeType", "namespace": "numpy.ndarray", "upper_bound": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "numpy._DType_co", "id": 2, "name": "_DType_co", "namespace": "numpy.ndarray", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.dtype"}, "values": [], "variance": 1}], "type_ref": "numpy.ndarray"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "shape of ndarray", "ret_type": {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._shape._Shape"}, "type_guard": null, "variables": []}}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "value"], "flags": ["is_decorated"], "fullname": "numpy.ndarray.shape", "name": "shape", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "value"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._ShapeType", "id": 1, "name": "_ShapeType", "namespace": "numpy.ndarray", "upper_bound": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "numpy._DType_co", "id": 2, "name": "_DType_co", "namespace": "numpy.ndarray", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.dtype"}, "values": [], "variance": 1}], "type_ref": "numpy.ndarray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._shape._ShapeLike"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "shape of ndarray", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": [], "fullname": null, "name": "shape", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._ShapeType", "id": 1, "name": "_ShapeType", "namespace": "numpy.ndarray", "upper_bound": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "numpy._DType_co", "id": 2, "name": "_DType_co", "namespace": "numpy.ndarray", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.dtype"}, "values": [], "variance": 1}], "type_ref": "numpy.ndarray"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "shape of ndarray", "ret_type": {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._shape._Shape"}, "type_guard": null, "variables": []}]}}}, "size": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "numpy.ndarray.size", "name": "size", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._ShapeType", "id": 1, "name": "_ShapeType", "namespace": "numpy.ndarray", "upper_bound": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "numpy._DType_co", "id": 2, "name": "_DType_co", "namespace": "numpy.ndarray", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.dtype"}, "values": [], "variance": 1}], "type_ref": "numpy.ndarray"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "size of ndarray", "ret_type": "builtins.int", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "size", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._ShapeType", "id": 1, "name": "_ShapeType", "namespace": "numpy.ndarray", "upper_bound": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "numpy._DType_co", "id": 2, "name": "_DType_co", "namespace": "numpy.ndarray", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.dtype"}, "values": [], "variance": 1}], "type_ref": "numpy.ndarray"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "size of ndarray", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}}, "sort": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "axis", "kind", "order"], "flags": [], "fullname": "numpy.ndarray.sort", "name": "sort", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "axis", "kind", "order"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._ShapeType", "id": 1, "name": "_ShapeType", "namespace": "numpy.ndarray", "upper_bound": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "numpy._DType_co", "id": 2, "name": "_DType_co", "namespace": "numpy.ndarray", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.dtype"}, "values": [], "variance": 1}], "type_ref": "numpy.ndarray"}, "typing_extensions.SupportsIndex", {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.str", "value": "quicksort"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "mergesort"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "heapsort"}, {".class": "LiteralType", "fallback": "builtins.str", "value": "stable"}, {".class": "NoneType"}]}, {".class": "UnionType", "items": [{".class": "NoneType"}, "builtins.str", {".class": "Instance", "args": ["builtins.str"], "type_ref": "typing.Sequence"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "sort of ndarray", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "squeeze": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "axis"], "flags": [], "fullname": "numpy.ndarray.squeeze", "name": "squeeze", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "axis"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._ShapeType", "id": 1, "name": "_ShapeType", "namespace": "numpy.ndarray", "upper_bound": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "numpy._DType_co", "id": 2, "name": "_DType_co", "namespace": "numpy.ndarray", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.dtype"}, "values": [], "variance": 1}], "type_ref": "numpy.ndarray"}, {".class": "UnionType", "items": ["typing_extensions.SupportsIndex", {".class": "Instance", "args": ["typing_extensions.SupportsIndex"], "type_ref": "builtins.tuple"}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "squeeze of ndarray", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "TypeVarType", "fullname": "numpy._DType_co", "id": 2, "name": "_DType_co", "namespace": "numpy.ndarray", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.dtype"}, "values": [], "variance": 1}], "type_ref": "numpy.ndarray"}, "type_guard": null, "variables": []}}}, "strides": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": ["is_property"], "fullname": "numpy.ndarray.strides", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_overload", "is_decorated"], "fullname": "numpy.ndarray.strides", "name": "strides", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._ShapeType", "id": 1, "name": "_ShapeType", "namespace": "numpy.ndarray", "upper_bound": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "numpy._DType_co", "id": 2, "name": "_DType_co", "namespace": "numpy.ndarray", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.dtype"}, "values": [], "variance": 1}], "type_ref": "numpy.ndarray"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "strides of ndarray", "ret_type": {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._shape._Shape"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_settable_property", "is_ready"], "fullname": null, "name": "strides", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._ShapeType", "id": 1, "name": "_ShapeType", "namespace": "numpy.ndarray", "upper_bound": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "numpy._DType_co", "id": 2, "name": "_DType_co", "namespace": "numpy.ndarray", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.dtype"}, "values": [], "variance": 1}], "type_ref": "numpy.ndarray"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "strides of ndarray", "ret_type": {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._shape._Shape"}, "type_guard": null, "variables": []}}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "value"], "flags": ["is_decorated"], "fullname": "numpy.ndarray.strides", "name": "strides", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "value"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._ShapeType", "id": 1, "name": "_ShapeType", "namespace": "numpy.ndarray", "upper_bound": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "numpy._DType_co", "id": 2, "name": "_DType_co", "namespace": "numpy.ndarray", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.dtype"}, "values": [], "variance": 1}], "type_ref": "numpy.ndarray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._shape._ShapeLike"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "strides of ndarray", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": [], "fullname": null, "name": "strides", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._ShapeType", "id": 1, "name": "_ShapeType", "namespace": "numpy.ndarray", "upper_bound": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "numpy._DType_co", "id": 2, "name": "_DType_co", "namespace": "numpy.ndarray", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.dtype"}, "values": [], "variance": 1}], "type_ref": "numpy.ndarray"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "strides of ndarray", "ret_type": {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._shape._Shape"}, "type_guard": null, "variables": []}]}}}, "swapaxes": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "axis1", "axis2"], "flags": [], "fullname": "numpy.ndarray.swapaxes", "name": "swapaxes", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "axis1", "axis2"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._ShapeType", "id": 1, "name": "_ShapeType", "namespace": "numpy.ndarray", "upper_bound": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "numpy._DType_co", "id": 2, "name": "_DType_co", "namespace": "numpy.ndarray", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.dtype"}, "values": [], "variance": 1}], "type_ref": "numpy.ndarray"}, "typing_extensions.SupportsIndex", "typing_extensions.SupportsIndex"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "swapaxes of ndarray", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "TypeVarType", "fullname": "numpy._DType_co", "id": 2, "name": "_DType_co", "namespace": "numpy.ndarray", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.dtype"}, "values": [], "variance": 1}], "type_ref": "numpy.ndarray"}, "type_guard": null, "variables": []}}}, "take": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "numpy.ndarray.take", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["self", "indices", "axis", "out", "mode"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.take", "name": "take", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["self", "indices", "axis", "out", "mode"], "arg_types": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.dtype"}], "type_ref": "numpy.ndarray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._IntLike_co"}, {".class": "UnionType", "items": ["typing_extensions.SupportsIndex", {".class": "NoneType"}]}, {".class": "NoneType"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy._ModeKind"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "take of ndarray", "ret_type": {".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "take", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["self", "indices", "axis", "out", "mode"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.take", "name": "take", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["self", "indices", "axis", "out", "mode"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._ShapeType", "id": 1, "name": "_ShapeType", "namespace": "numpy.ndarray", "upper_bound": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "numpy._DType_co", "id": 2, "name": "_DType_co", "namespace": "numpy.ndarray", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.dtype"}, "values": [], "variance": 1}], "type_ref": "numpy.ndarray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeInt_co"}, {".class": "UnionType", "items": ["typing_extensions.SupportsIndex", {".class": "NoneType"}]}, {".class": "NoneType"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy._ModeKind"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "take of ndarray", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "TypeVarType", "fullname": "numpy._DType_co", "id": 2, "name": "_DType_co", "namespace": "numpy.ndarray", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.dtype"}, "values": [], "variance": 1}], "type_ref": "numpy.ndarray"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "take", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["self", "indices", "axis", "out", "mode"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.take", "name": "take", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["self", "indices", "axis", "out", "mode"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._ShapeType", "id": 1, "name": "_ShapeType", "namespace": "numpy.ndarray", "upper_bound": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "numpy._DType_co", "id": 2, "name": "_DType_co", "namespace": "numpy.ndarray", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.dtype"}, "values": [], "variance": 1}], "type_ref": "numpy.ndarray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeInt_co"}, {".class": "UnionType", "items": ["typing_extensions.SupportsIndex", {".class": "NoneType"}]}, {".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.ndarray"}, "values": [], "variance": 0}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy._ModeKind"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "take of ndarray", "ret_type": {".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.ndarray"}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.ndarray"}, "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "take", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["self", "indices", "axis", "out", "mode"], "arg_types": [{".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.dtype"}], "type_ref": "numpy.ndarray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._IntLike_co"}, {".class": "UnionType", "items": ["typing_extensions.SupportsIndex", {".class": "NoneType"}]}, {".class": "NoneType"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy._ModeKind"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "take of ndarray", "ret_type": {".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["self", "indices", "axis", "out", "mode"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._ShapeType", "id": 1, "name": "_ShapeType", "namespace": "numpy.ndarray", "upper_bound": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "numpy._DType_co", "id": 2, "name": "_DType_co", "namespace": "numpy.ndarray", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.dtype"}, "values": [], "variance": 1}], "type_ref": "numpy.ndarray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeInt_co"}, {".class": "UnionType", "items": ["typing_extensions.SupportsIndex", {".class": "NoneType"}]}, {".class": "NoneType"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy._ModeKind"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "take of ndarray", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "TypeVarType", "fullname": "numpy._DType_co", "id": 2, "name": "_DType_co", "namespace": "numpy.ndarray", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.dtype"}, "values": [], "variance": 1}], "type_ref": "numpy.ndarray"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1], "arg_names": ["self", "indices", "axis", "out", "mode"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._ShapeType", "id": 1, "name": "_ShapeType", "namespace": "numpy.ndarray", "upper_bound": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "numpy._DType_co", "id": 2, "name": "_DType_co", "namespace": "numpy.ndarray", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.dtype"}, "values": [], "variance": 1}], "type_ref": "numpy.ndarray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeInt_co"}, {".class": "UnionType", "items": ["typing_extensions.SupportsIndex", {".class": "NoneType"}]}, {".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.ndarray"}, "values": [], "variance": 0}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy._ModeKind"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "take of ndarray", "ret_type": {".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.ndarray"}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.ndarray"}, "values": [], "variance": 0}]}]}}}, "trace": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "numpy.ndarray.trace", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1, 1], "arg_names": ["self", "offset", "axis1", "axis2", "dtype", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.trace", "name": "trace", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1], "arg_names": ["self", "offset", "axis1", "axis2", "dtype", "out"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._ShapeType", "id": 1, "name": "_ShapeType", "namespace": "numpy.ndarray", "upper_bound": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "numpy._DType_co", "id": 2, "name": "_DType_co", "namespace": "numpy.ndarray", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.dtype"}, "values": [], "variance": 1}], "type_ref": "numpy.ndarray"}, "typing_extensions.SupportsIndex", "typing_extensions.SupportsIndex", "typing_extensions.SupportsIndex", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._dtype_like.DTypeLike"}, {".class": "NoneType"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "trace of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "trace", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1, 1], "arg_names": ["self", "offset", "axis1", "axis2", "dtype", "out"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.trace", "name": "trace", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1], "arg_names": ["self", "offset", "axis1", "axis2", "dtype", "out"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._ShapeType", "id": 1, "name": "_ShapeType", "namespace": "numpy.ndarray", "upper_bound": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "numpy._DType_co", "id": 2, "name": "_DType_co", "namespace": "numpy.ndarray", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.dtype"}, "values": [], "variance": 1}], "type_ref": "numpy.ndarray"}, "typing_extensions.SupportsIndex", "typing_extensions.SupportsIndex", "typing_extensions.SupportsIndex", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._dtype_like.DTypeLike"}, {".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.ndarray"}, "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "trace of ndarray", "ret_type": {".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.ndarray"}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.ndarray"}, "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "trace", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1], "arg_names": ["self", "offset", "axis1", "axis2", "dtype", "out"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._ShapeType", "id": 1, "name": "_ShapeType", "namespace": "numpy.ndarray", "upper_bound": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "numpy._DType_co", "id": 2, "name": "_DType_co", "namespace": "numpy.ndarray", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.dtype"}, "values": [], "variance": 1}], "type_ref": "numpy.ndarray"}, "typing_extensions.SupportsIndex", "typing_extensions.SupportsIndex", "typing_extensions.SupportsIndex", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._dtype_like.DTypeLike"}, {".class": "NoneType"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "trace of ndarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 1, 1, 1, 1, 1], "arg_names": ["self", "offset", "axis1", "axis2", "dtype", "out"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._ShapeType", "id": 1, "name": "_ShapeType", "namespace": "numpy.ndarray", "upper_bound": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "numpy._DType_co", "id": 2, "name": "_DType_co", "namespace": "numpy.ndarray", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.dtype"}, "values": [], "variance": 1}], "type_ref": "numpy.ndarray"}, "typing_extensions.SupportsIndex", "typing_extensions.SupportsIndex", "typing_extensions.SupportsIndex", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._dtype_like.DTypeLike"}, {".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.ndarray"}, "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "trace of ndarray", "ret_type": {".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.ndarray"}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.ndarray"}, "values": [], "variance": 0}]}]}}}, "transpose": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "numpy.ndarray.transpose", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.transpose", "name": "transpose", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": [{".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "namespace": "", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._shape._ShapeLike"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "transpose of ndarray", "ret_type": {".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "namespace": "", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "namespace": "", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "transpose", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 2], "arg_names": ["self", "axes"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.transpose", "name": "transpose", "type": {".class": "CallableType", "arg_kinds": [0, 2], "arg_names": ["self", "axes"], "arg_types": [{".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "namespace": "", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}, "typing_extensions.SupportsIndex"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "transpose of ndarray", "ret_type": {".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "namespace": "", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "namespace": "", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "transpose", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": [{".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "namespace": "", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._shape._ShapeLike"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "transpose of ndarray", "ret_type": {".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "namespace": "", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "namespace": "", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0, 2], "arg_names": ["self", "axes"], "arg_types": [{".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "namespace": "", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}, "typing_extensions.SupportsIndex"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "transpose of ndarray", "ret_type": {".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "namespace": "", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "namespace": "", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}]}]}}}, "view": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "numpy.ndarray.view", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.view", "name": "view", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "namespace": "", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "view of ndarray", "ret_type": {".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "namespace": "", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "namespace": "", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "view", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "type"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.view", "name": "view", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "type"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._ShapeType", "id": 1, "name": "_ShapeType", "namespace": "numpy.ndarray", "upper_bound": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "numpy._DType_co", "id": 2, "name": "_DType_co", "namespace": "numpy.ndarray", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.dtype"}, "values": [], "variance": 1}], "type_ref": "numpy.ndarray"}, {".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.ndarray"}, "values": [], "variance": 0}}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "view of ndarray", "ret_type": {".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.ndarray"}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.ndarray"}, "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "view", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "dtype"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.view", "name": "view", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "dtype"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._ShapeType", "id": 1, "name": "_ShapeType", "namespace": "numpy.ndarray", "upper_bound": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "numpy._DType_co", "id": 2, "name": "_DType_co", "namespace": "numpy.ndarray", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.dtype"}, "values": [], "variance": 1}], "type_ref": "numpy.ndarray"}, {".class": "TypeAliasType", "args": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy._DTypeLike"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "view of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "view", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "dtype"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.view", "name": "view", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "dtype"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._ShapeType", "id": 1, "name": "_ShapeType", "namespace": "numpy.ndarray", "upper_bound": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "numpy._DType_co", "id": 2, "name": "_DType_co", "namespace": "numpy.ndarray", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.dtype"}, "values": [], "variance": 1}], "type_ref": "numpy.ndarray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._dtype_like.DTypeLike"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "view of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "view", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "dtype", "type"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndarray.view", "name": "view", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "dtype", "type"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._ShapeType", "id": 1, "name": "_ShapeType", "namespace": "numpy.ndarray", "upper_bound": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "numpy._DType_co", "id": 2, "name": "_DType_co", "namespace": "numpy.ndarray", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.dtype"}, "values": [], "variance": 1}], "type_ref": "numpy.ndarray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._dtype_like.DTypeLike"}, {".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.ndarray"}, "values": [], "variance": 0}}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "view of ndarray", "ret_type": {".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.ndarray"}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.ndarray"}, "values": [], "variance": 0}]}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "view", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "namespace": "", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "view of ndarray", "ret_type": {".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "namespace": "", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "namespace": "", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "type"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._ShapeType", "id": 1, "name": "_ShapeType", "namespace": "numpy.ndarray", "upper_bound": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "numpy._DType_co", "id": 2, "name": "_DType_co", "namespace": "numpy.ndarray", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.dtype"}, "values": [], "variance": 1}], "type_ref": "numpy.ndarray"}, {".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.ndarray"}, "values": [], "variance": 0}}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "view of ndarray", "ret_type": {".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.ndarray"}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.ndarray"}, "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "dtype"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._ShapeType", "id": 1, "name": "_ShapeType", "namespace": "numpy.ndarray", "upper_bound": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "numpy._DType_co", "id": 2, "name": "_DType_co", "namespace": "numpy.ndarray", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.dtype"}, "values": [], "variance": 1}], "type_ref": "numpy.ndarray"}, {".class": "TypeAliasType", "args": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy._DTypeLike"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "view of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}]}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "dtype"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._ShapeType", "id": 1, "name": "_ShapeType", "namespace": "numpy.ndarray", "upper_bound": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "numpy._DType_co", "id": 2, "name": "_DType_co", "namespace": "numpy.ndarray", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.dtype"}, "values": [], "variance": 1}], "type_ref": "numpy.ndarray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._dtype_like.DTypeLike"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "view of ndarray", "ret_type": {".class": "TypeAliasType", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.typing._generic_alias.NDArray"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": ["self", "dtype", "type"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._ShapeType", "id": 1, "name": "_ShapeType", "namespace": "numpy.ndarray", "upper_bound": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "numpy._DType_co", "id": 2, "name": "_DType_co", "namespace": "numpy.ndarray", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.dtype"}, "values": [], "variance": 1}], "type_ref": "numpy.ndarray"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._dtype_like.DTypeLike"}, {".class": "TypeType", "item": {".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.ndarray"}, "values": [], "variance": 0}}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "view of ndarray", "ret_type": {".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.ndarray"}, "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._NdArraySubClass", "id": -1, "name": "_NdArraySubClass", "namespace": "", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.ndarray"}, "values": [], "variance": 0}]}]}}}}, "slots": null, "tuple_type": null, "type_vars": ["_ShapeType", "_DType_co"], "typeddict_type": null}}, "ndenumerate": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "numpy.ndenumerate", "name": "ndenumerate", "type_vars": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": 1, "name": "_ScalarType", "namespace": "numpy.ndenumerate", "upper_bound": "numpy.generic", "values": [], "variance": 0}]}, "deletable_attributes": [], "flags": [], "fullname": "numpy.ndenumerate", "has_param_spec_type": false, "metaclass_type": null, "metadata": {}, "module_name": "numpy", "mro": ["numpy.ndenumerate", "builtins.object"], "names": {".class": "SymbolTable", "__iter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": [null], "flags": [], "fullname": "numpy.ndenumerate.__iter__", "name": "__iter__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "TypeVarType", "fullname": "numpy._T", "id": -1, "name": "_T", "namespace": "", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__iter__ of ndenumerate", "ret_type": {".class": "TypeVarType", "fullname": "numpy._T", "id": -1, "name": "_T", "namespace": "", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._T", "id": -1, "name": "_T", "namespace": "", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}, "__new__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "numpy.ndenumerate.__new__", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["cls", "arr"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndenumerate.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "arr"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": 1, "name": "_ScalarType", "namespace": "numpy.ndenumerate", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.ndenumerate"}}, {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": 1, "name": "_ScalarType", "namespace": "numpy.ndenumerate", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.dtype"}], "type_ref": "numpy.typing._array_like._SupportsArray"}], "type_ref": "numpy.typing._array_like._NestedSequence"}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__new__ of ndenumerate", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": 1, "name": "_ScalarType", "namespace": "numpy.ndenumerate", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.ndenumerate"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__new__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["cls", "arr"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndenumerate.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "arr"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": 1, "name": "_ScalarType", "namespace": "numpy.ndenumerate", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.ndenumerate"}}, {".class": "TypeAliasType", "args": ["builtins.str"], "type_ref": "numpy.typing._array_like._NestedSequence"}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__new__ of ndenumerate", "ret_type": {".class": "Instance", "args": ["numpy.str_"], "type_ref": "numpy.ndenumerate"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__new__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["cls", "arr"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndenumerate.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "arr"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": 1, "name": "_ScalarType", "namespace": "numpy.ndenumerate", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.ndenumerate"}}, {".class": "TypeAliasType", "args": ["builtins.bytes"], "type_ref": "numpy.typing._array_like._NestedSequence"}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__new__ of ndenumerate", "ret_type": {".class": "Instance", "args": ["numpy.bytes_"], "type_ref": "numpy.ndenumerate"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__new__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["cls", "arr"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndenumerate.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "arr"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": 1, "name": "_ScalarType", "namespace": "numpy.ndenumerate", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.ndenumerate"}}, {".class": "TypeAliasType", "args": ["builtins.bool"], "type_ref": "numpy.typing._array_like._NestedSequence"}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__new__ of ndenumerate", "ret_type": {".class": "Instance", "args": ["numpy.bool_"], "type_ref": "numpy.ndenumerate"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__new__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["cls", "arr"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndenumerate.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "arr"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": 1, "name": "_ScalarType", "namespace": "numpy.ndenumerate", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.ndenumerate"}}, {".class": "TypeAliasType", "args": ["builtins.int"], "type_ref": "numpy.typing._array_like._NestedSequence"}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__new__ of ndenumerate", "ret_type": {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.int_"}], "type_ref": "numpy.ndenumerate"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__new__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["cls", "arr"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndenumerate.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "arr"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": 1, "name": "_ScalarType", "namespace": "numpy.ndenumerate", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.ndenumerate"}}, {".class": "TypeAliasType", "args": ["builtins.float"], "type_ref": "numpy.typing._array_like._NestedSequence"}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__new__ of ndenumerate", "ret_type": {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.float_"}], "type_ref": "numpy.ndenumerate"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__new__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["cls", "arr"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndenumerate.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "arr"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": 1, "name": "_ScalarType", "namespace": "numpy.ndenumerate", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.ndenumerate"}}, {".class": "TypeAliasType", "args": ["builtins.complex"], "type_ref": "numpy.typing._array_like._NestedSequence"}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__new__ of ndenumerate", "ret_type": {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.complex_"}], "type_ref": "numpy.ndenumerate"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__new__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["cls", "arr"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.ndenumerate.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "arr"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": 1, "name": "_ScalarType", "namespace": "numpy.ndenumerate", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.ndenumerate"}}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._RecursiveSequence"}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__new__ of ndenumerate", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.ndenumerate"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__new__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "arr"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": 1, "name": "_ScalarType", "namespace": "numpy.ndenumerate", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.ndenumerate"}}, {".class": "TypeAliasType", "args": [{".class": "Instance", "args": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": 1, "name": "_ScalarType", "namespace": "numpy.ndenumerate", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.dtype"}], "type_ref": "numpy.typing._array_like._SupportsArray"}], "type_ref": "numpy.typing._array_like._NestedSequence"}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__new__ of ndenumerate", "ret_type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": 1, "name": "_ScalarType", "namespace": "numpy.ndenumerate", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.ndenumerate"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "arr"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": 1, "name": "_ScalarType", "namespace": "numpy.ndenumerate", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.ndenumerate"}}, {".class": "TypeAliasType", "args": ["builtins.str"], "type_ref": "numpy.typing._array_like._NestedSequence"}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__new__ of ndenumerate", "ret_type": {".class": "Instance", "args": ["numpy.str_"], "type_ref": "numpy.ndenumerate"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "arr"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": 1, "name": "_ScalarType", "namespace": "numpy.ndenumerate", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.ndenumerate"}}, {".class": "TypeAliasType", "args": ["builtins.bytes"], "type_ref": "numpy.typing._array_like._NestedSequence"}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__new__ of ndenumerate", "ret_type": {".class": "Instance", "args": ["numpy.bytes_"], "type_ref": "numpy.ndenumerate"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "arr"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": 1, "name": "_ScalarType", "namespace": "numpy.ndenumerate", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.ndenumerate"}}, {".class": "TypeAliasType", "args": ["builtins.bool"], "type_ref": "numpy.typing._array_like._NestedSequence"}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__new__ of ndenumerate", "ret_type": {".class": "Instance", "args": ["numpy.bool_"], "type_ref": "numpy.ndenumerate"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "arr"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": 1, "name": "_ScalarType", "namespace": "numpy.ndenumerate", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.ndenumerate"}}, {".class": "TypeAliasType", "args": ["builtins.int"], "type_ref": "numpy.typing._array_like._NestedSequence"}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__new__ of ndenumerate", "ret_type": {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.int_"}], "type_ref": "numpy.ndenumerate"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "arr"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": 1, "name": "_ScalarType", "namespace": "numpy.ndenumerate", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.ndenumerate"}}, {".class": "TypeAliasType", "args": ["builtins.float"], "type_ref": "numpy.typing._array_like._NestedSequence"}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__new__ of ndenumerate", "ret_type": {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.float_"}], "type_ref": "numpy.ndenumerate"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "arr"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": 1, "name": "_ScalarType", "namespace": "numpy.ndenumerate", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.ndenumerate"}}, {".class": "TypeAliasType", "args": ["builtins.complex"], "type_ref": "numpy.typing._array_like._NestedSequence"}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__new__ of ndenumerate", "ret_type": {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.complex_"}], "type_ref": "numpy.ndenumerate"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["cls", "arr"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": 1, "name": "_ScalarType", "namespace": "numpy.ndenumerate", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.ndenumerate"}}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._RecursiveSequence"}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__new__ of ndenumerate", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.ndenumerate"}, "type_guard": null, "variables": []}]}}}, "__next__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.ndenumerate.__next__", "name": "__next__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": 1, "name": "_ScalarType", "namespace": "numpy.ndenumerate", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.ndenumerate"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__next__ of ndenumerate", "ret_type": {".class": "TupleType", "implicit": false, "items": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._shape._Shape"}, {".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": 1, "name": "_ScalarType", "namespace": "numpy.ndenumerate", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}, "type_guard": null, "variables": []}}}, "iter": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.ndenumerate.iter", "name": "iter", "type": {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": 1, "name": "_ScalarType", "namespace": "numpy.ndenumerate", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "type_ref": "numpy.typing._generic_alias.NDArray"}], "type_ref": "numpy.flatiter"}}}}, "slots": null, "tuple_type": null, "type_vars": ["_ScalarType"], "typeddict_type": null}}, "ndim": {".class": "SymbolTableNode", "cross_ref": "numpy.core.fromnumeric.ndim", "kind": "Gdef", "module_public": false}, "ndindex": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "numpy.ndindex", "name": "ndindex", "type_vars": []}, "deletable_attributes": [], "flags": [], "fullname": "numpy.ndindex", "has_param_spec_type": false, "metaclass_type": null, "metadata": {}, "module_name": "numpy", "mro": ["numpy.ndindex", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2], "arg_names": ["self", "shape"], "flags": [], "fullname": "numpy.ndindex.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 2], "arg_names": ["self", "shape"], "arg_types": ["numpy.ndindex", "typing_extensions.SupportsIndex"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__init__ of ndindex", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__iter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": [null], "flags": [], "fullname": "numpy.ndindex.__iter__", "name": "__iter__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "TypeVarType", "fullname": "numpy._T", "id": -1, "name": "_T", "namespace": "", "upper_bound": "builtins.object", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__iter__ of ndindex", "ret_type": {".class": "TypeVarType", "fullname": "numpy._T", "id": -1, "name": "_T", "namespace": "", "upper_bound": "builtins.object", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._T", "id": -1, "name": "_T", "namespace": "", "upper_bound": "builtins.object", "values": [], "variance": 0}]}}}, "__next__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.ndindex.__next__", "name": "__next__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy.ndindex"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__next__ of ndindex", "ret_type": {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._shape._Shape"}, "type_guard": null, "variables": []}}}}, "slots": null, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "nditer": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "numpy.nditer", "name": "nditer", "type_vars": []}, "deletable_attributes": [], "flags": [], "fullname": "numpy.nditer", "has_param_spec_type": false, "metaclass_type": null, "metadata": {}, "module_name": "numpy", "mro": ["numpy.nditer", "builtins.object"], "names": {".class": "SymbolTable", "__copy__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.nditer.__copy__", "name": "__copy__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy.nditer"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__copy__ of nditer", "ret_type": "numpy.nditer", "type_guard": null, "variables": []}}}, "__delitem__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": [], "fullname": "numpy.nditer.__delitem__", "name": "__delitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["numpy.nditer", {".class": "UnionType", "items": ["typing_extensions.SupportsIndex", "builtins.slice"]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__delitem__ of nditer", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__enter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": [null], "flags": [], "fullname": "numpy.nditer.__enter__", "name": "__enter__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["numpy.nditer"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__enter__ of nditer", "ret_type": "numpy.nditer", "type_guard": null, "variables": []}}}, "__exit__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": [null, null, null, null], "flags": [], "fullname": "numpy.nditer.__exit__", "name": "__exit__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 0], "arg_names": [null, null, null, null], "arg_types": ["numpy.nditer", {".class": "UnionType", "items": [{".class": "NoneType"}, {".class": "TypeType", "item": "builtins.BaseException"}]}, {".class": "UnionType", "items": [{".class": "NoneType"}, "builtins.BaseException"]}, {".class": "UnionType", "items": [{".class": "NoneType"}, "types.TracebackType"]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__exit__ of nditer", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__getattr__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": [], "fullname": "numpy.nditer.__getattr__", "name": "__getattr__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["numpy.nditer", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__getattr__ of nditer", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "__getitem__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": [], "fullname": "numpy.nditer.__getitem__", "name": "__getitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["numpy.nditer", {".class": "UnionType", "items": ["typing_extensions.SupportsIndex", "builtins.slice"]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__getitem__ of nditer", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "__iter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": [null], "flags": [], "fullname": "numpy.nditer.__iter__", "name": "__iter__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["numpy.nditer"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__iter__ of nditer", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "typing.Iterator"}, "type_guard": null, "variables": []}}}, "__len__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": [null], "flags": [], "fullname": "numpy.nditer.__len__", "name": "__len__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["numpy.nditer"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__len__ of nditer", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "__new__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["cls", "op", "flags", "op_flags", "op_dtypes", "order", "casting", "op_axes", "itershape", "buffersize"], "flags": [], "fullname": "numpy.nditer.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["cls", "op", "flags", "op_flags", "op_dtypes", "order", "casting", "op_axes", "itershape", "buffersize"], "arg_types": [{".class": "TypeType", "item": "numpy.nditer"}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "cls"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__new__ of nditer", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "__next__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.nditer.__next__", "name": "__next__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy.nditer"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__next__ of nditer", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "__setitem__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "flags": [], "fullname": "numpy.nditer.__setitem__", "name": "__setitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": ["numpy.nditer", {".class": "UnionType", "items": ["typing_extensions.SupportsIndex", "builtins.slice"]}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__setitem__ of nditer", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "slots": null, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "negative": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.negative", "name": "negative", "type": {".class": "Instance", "args": [{".class": "LiteralType", "fallback": "builtins.str", "value": "negative"}, {".class": "LiteralType", "fallback": "builtins.int", "value": 19}, {".class": "NoneType"}], "type_ref": "numpy.typing._ufunc._UFunc_Nin1_Nout1"}}}, "nested_iters": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [2, 4], "arg_names": ["args", "kwargs"], "flags": [], "fullname": "numpy.nested_iters", "name": "nested_iters", "type": null}}, "newaxis": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.newaxis", "name": "newaxis", "type": {".class": "NoneType"}}}, "nextafter": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.nextafter", "name": "nextafter", "type": {".class": "Instance", "args": [{".class": "LiteralType", "fallback": "builtins.str", "value": "nextafter"}, {".class": "LiteralType", "fallback": "builtins.int", "value": 4}, {".class": "NoneType"}], "type_ref": "numpy.typing._ufunc._UFunc_Nin2_Nout1"}}}, "nonzero": {".class": "SymbolTableNode", "cross_ref": "numpy.core.fromnumeric.nonzero", "kind": "Gdef", "module_public": false}, "not_equal": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.not_equal", "name": "not_equal", "type": {".class": "Instance", "args": [{".class": "LiteralType", "fallback": "builtins.str", "value": "not_equal"}, {".class": "LiteralType", "fallback": "builtins.int", "value": 23}, {".class": "NoneType"}], "type_ref": "numpy.typing._ufunc._UFunc_Nin2_Nout1"}}}, "number": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": ["__init__"], "bases": ["numpy.generic"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "numpy.number", "name": "number", "type_vars": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": 1, "name": "_NBit1", "namespace": "numpy.number", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}]}, "deletable_attributes": [], "flags": ["is_abstract"], "fullname": "numpy.number", "has_param_spec_type": false, "metaclass_type": null, "metadata": {}, "module_name": "numpy", "mro": ["numpy.number", "numpy.generic", "numpy._ArrayOrScalarCommon", "builtins.object"], "names": {".class": "SymbolTable", "__abs__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": [null], "flags": [], "fullname": "numpy.number.__abs__", "name": "__abs__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "namespace": "", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__abs__ of number", "ret_type": {".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "namespace": "", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "namespace": "", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}]}}}, "__add__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.number.__add__", "name": "__add__", "type": "numpy.typing._callable._NumberOp"}}, "__complex__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": [null], "flags": [], "fullname": "numpy.number.__complex__", "name": "__complex__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": 1, "name": "_NBit1", "namespace": "numpy.number", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.number"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__complex__ of number", "ret_type": "builtins.complex", "type_guard": null, "variables": []}}}, "__float__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": [null], "flags": [], "fullname": "numpy.number.__float__", "name": "__float__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": 1, "name": "_NBit1", "namespace": "numpy.number", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.number"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__float__ of number", "ret_type": "builtins.float", "type_guard": null, "variables": []}}}, "__floordiv__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.number.__floordiv__", "name": "__floordiv__", "type": "numpy.typing._callable._NumberOp"}}, "__ge__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.number.__ge__", "name": "__ge__", "type": {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._NumberLike_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeNumber_co"}], "type_ref": "numpy.typing._callable._ComparisonOp"}}}, "__gt__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.number.__gt__", "name": "__gt__", "type": {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._NumberLike_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeNumber_co"}], "type_ref": "numpy.typing._callable._ComparisonOp"}}}, "__int__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": [null], "flags": [], "fullname": "numpy.number.__int__", "name": "__int__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": 1, "name": "_NBit1", "namespace": "numpy.number", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.number"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__int__ of number", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "__le__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.number.__le__", "name": "__le__", "type": {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._NumberLike_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeNumber_co"}], "type_ref": "numpy.typing._callable._ComparisonOp"}}}, "__lt__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.number.__lt__", "name": "__lt__", "type": {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._NumberLike_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeNumber_co"}], "type_ref": "numpy.typing._callable._ComparisonOp"}}}, "__mul__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.number.__mul__", "name": "__mul__", "type": "numpy.typing._callable._NumberOp"}}, "__neg__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": [null], "flags": [], "fullname": "numpy.number.__neg__", "name": "__neg__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "namespace": "", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__neg__ of number", "ret_type": {".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "namespace": "", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "namespace": "", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}]}}}, "__pos__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": [null], "flags": [], "fullname": "numpy.number.__pos__", "name": "__pos__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "namespace": "", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__pos__ of number", "ret_type": {".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "namespace": "", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "namespace": "", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}]}}}, "__pow__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.number.__pow__", "name": "__pow__", "type": "numpy.typing._callable._NumberOp"}}, "__radd__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.number.__radd__", "name": "__radd__", "type": "numpy.typing._callable._NumberOp"}}, "__rfloordiv__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.number.__rfloordiv__", "name": "__rfloordiv__", "type": "numpy.typing._callable._NumberOp"}}, "__rmul__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.number.__rmul__", "name": "__rmul__", "type": "numpy.typing._callable._NumberOp"}}, "__rpow__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.number.__rpow__", "name": "__rpow__", "type": "numpy.typing._callable._NumberOp"}}, "__rsub__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.number.__rsub__", "name": "__rsub__", "type": "numpy.typing._callable._NumberOp"}}, "__rtruediv__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.number.__rtruediv__", "name": "__rtruediv__", "type": "numpy.typing._callable._NumberOp"}}, "__sub__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.number.__sub__", "name": "__sub__", "type": "numpy.typing._callable._NumberOp"}}, "__truediv__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.number.__truediv__", "name": "__truediv__", "type": "numpy.typing._callable._NumberOp"}}, "imag": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "numpy.number.imag", "name": "imag", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "namespace": "", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "imag of number", "ret_type": {".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "namespace": "", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "namespace": "", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}]}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "imag", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "namespace": "", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "imag of number", "ret_type": {".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "namespace": "", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "namespace": "", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}]}}}}, "real": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "numpy.number.real", "name": "real", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "namespace": "", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "real of number", "ret_type": {".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "namespace": "", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "namespace": "", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}]}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "real", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "namespace": "", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "real of number", "ret_type": {".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "namespace": "", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "namespace": "", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}]}}}}}, "slots": null, "tuple_type": null, "type_vars": ["_NBit1"], "typeddict_type": null}}, "obj2sctype": {".class": "SymbolTableNode", "cross_ref": "numpy.core.numerictypes.obj2sctype", "kind": "Gdef", "module_public": false}, "object0": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "numpy.object0", "line": 3130, "no_args": true, "normalized": false, "target": "numpy.object_"}}, "object_": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["numpy.generic"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "numpy.object_", "name": "object_", "type_vars": []}, "deletable_attributes": [], "flags": [], "fullname": "numpy.object_", "has_param_spec_type": false, "metaclass_type": null, "metadata": {}, "module_name": "numpy", "mro": ["numpy.object_", "numpy.generic", "numpy._ArrayOrScalarCommon", "builtins.object"], "names": {".class": "SymbolTable", "__complex__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": [null], "flags": [], "fullname": "numpy.object_.__complex__", "name": "__complex__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["numpy.object_"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__complex__ of object_", "ret_type": "builtins.complex", "type_guard": null, "variables": []}}}, "__float__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": [null], "flags": [], "fullname": "numpy.object_.__float__", "name": "__float__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["numpy.object_"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__float__ of object_", "ret_type": "builtins.float", "type_guard": null, "variables": []}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", null], "flags": [], "fullname": "numpy.object_.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", null], "arg_types": ["numpy.object_", "builtins.object"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__init__ of object_", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__int__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": [null], "flags": [], "fullname": "numpy.object_.__int__", "name": "__int__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["numpy.object_"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__int__ of object_", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "imag": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "numpy.object_.imag", "name": "imag", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "namespace": "", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "imag of object_", "ret_type": {".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "namespace": "", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "namespace": "", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}]}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "imag", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "namespace": "", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "imag of object_", "ret_type": {".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "namespace": "", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "namespace": "", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}]}}}}, "real": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "numpy.object_.real", "name": "real", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "namespace": "", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "real of object_", "ret_type": {".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "namespace": "", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "namespace": "", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}]}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "real", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "namespace": "", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "real of object_", "ret_type": {".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "namespace": "", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "namespace": "", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}]}}}}}, "slots": null, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "ogrid": {".class": "SymbolTableNode", "cross_ref": "numpy.lib.index_tricks.ogrid", "kind": "Gdef", "module_public": false}, "ones": {".class": "SymbolTableNode", "cross_ref": "numpy.core.numeric.ones", "kind": "Gdef", "module_public": false}, "ones_like": {".class": "SymbolTableNode", "cross_ref": "numpy.core.numeric.ones_like", "kind": "Gdef", "module_public": false}, "os": {".class": "SymbolTableNode", "cross_ref": "os", "kind": "Gdef", "module_hidden": true, "module_public": false}, "outer": {".class": "SymbolTableNode", "cross_ref": "numpy.core.numeric.outer", "kind": "Gdef", "module_public": false}, "overload": {".class": "SymbolTableNode", "cross_ref": "typing.overload", "kind": "Gdef", "module_hidden": true, "module_public": false}, "packbits": {".class": "SymbolTableNode", "cross_ref": "numpy.core.multiarray.packbits", "kind": "Gdef", "module_public": false}, "pad": {".class": "SymbolTableNode", "cross_ref": "numpy.lib.arraypad.pad", "kind": "Gdef", "module_public": false}, "partition": {".class": "SymbolTableNode", "cross_ref": "numpy.core.fromnumeric.partition", "kind": "Gdef", "module_public": false}, "percentile": {".class": "SymbolTableNode", "cross_ref": "numpy.lib.function_base.percentile", "kind": "Gdef", "module_public": false}, "pi": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_final", "is_ready"], "fullname": "numpy.pi", "name": "pi", "type": "builtins.float"}}, "piecewise": {".class": "SymbolTableNode", "cross_ref": "numpy.lib.function_base.piecewise", "kind": "Gdef", "module_public": false}, "place": {".class": "SymbolTableNode", "cross_ref": "numpy.lib.function_base.place", "kind": "Gdef", "module_public": false}, "poly": {".class": "SymbolTableNode", "cross_ref": "numpy.lib.polynomial.poly", "kind": "Gdef", "module_public": false}, "poly1d": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "numpy.poly1d", "name": "poly1d", "type_vars": []}, "deletable_attributes": [], "flags": [], "fullname": "numpy.poly1d", "has_param_spec_type": false, "metaclass_type": null, "metadata": {}, "module_name": "numpy", "mro": ["numpy.poly1d", "builtins.object"], "names": {".class": "SymbolTable", "__add__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": [], "fullname": "numpy.poly1d.__add__", "name": "__add__", "type": null}}, "__array__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "t"], "flags": [], "fullname": "numpy.poly1d.__array__", "name": "__array__", "type": null}}, "__call__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "val"], "flags": [], "fullname": "numpy.poly1d.__call__", "name": "__call__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "val"], "arg_types": ["numpy.poly1d", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__call__ of poly1d", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "__div__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": [], "fullname": "numpy.poly1d.__div__", "name": "__div__", "type": null}}, "__eq__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": [], "fullname": "numpy.poly1d.__eq__", "name": "__eq__", "type": null}}, "__getitem__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": [], "fullname": "numpy.poly1d.__getitem__", "name": "__getitem__", "type": null}}, "__hash__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.poly1d.__hash__", "name": "__hash__", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "c_or_r", "r", "variable"], "flags": [], "fullname": "numpy.poly1d.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", "c_or_r", "r", "variable"], "arg_types": ["numpy.poly1d", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__init__ of poly1d", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__iter__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": [null], "flags": [], "fullname": "numpy.poly1d.__iter__", "name": "__iter__", "type": null}}, "__len__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": [null], "flags": [], "fullname": "numpy.poly1d.__len__", "name": "__len__", "type": null}}, "__mul__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": [], "fullname": "numpy.poly1d.__mul__", "name": "__mul__", "type": null}}, "__ne__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": [], "fullname": "numpy.poly1d.__ne__", "name": "__ne__", "type": null}}, "__neg__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": [null], "flags": [], "fullname": "numpy.poly1d.__neg__", "name": "__neg__", "type": null}}, "__pos__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": [null], "flags": [], "fullname": "numpy.poly1d.__pos__", "name": "__pos__", "type": null}}, "__pow__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": [], "fullname": "numpy.poly1d.__pow__", "name": "__pow__", "type": null}}, "__radd__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": [], "fullname": "numpy.poly1d.__radd__", "name": "__radd__", "type": null}}, "__rdiv__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": [], "fullname": "numpy.poly1d.__rdiv__", "name": "__rdiv__", "type": null}}, "__rmul__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": [], "fullname": "numpy.poly1d.__rmul__", "name": "__rmul__", "type": null}}, "__rsub__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": [], "fullname": "numpy.poly1d.__rsub__", "name": "__rsub__", "type": null}}, "__rtruediv__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": [], "fullname": "numpy.poly1d.__rtruediv__", "name": "__rtruediv__", "type": null}}, "__setitem__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "flags": [], "fullname": "numpy.poly1d.__setitem__", "name": "__setitem__", "type": null}}, "__sub__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": [], "fullname": "numpy.poly1d.__sub__", "name": "__sub__", "type": null}}, "__truediv__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": [], "fullname": "numpy.poly1d.__truediv__", "name": "__truediv__", "type": null}}, "c": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": ["is_property"], "fullname": "numpy.poly1d.c", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_overload", "is_decorated"], "fullname": "numpy.poly1d.c", "name": "c", "type": null}, "is_overload": true, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_settable_property", "is_ready"], "fullname": null, "name": "c", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy.poly1d"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": true, "is_ellipsis_args": false, "name": "c of poly1d", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "value"], "flags": ["is_decorated"], "fullname": "numpy.poly1d.c", "name": "c", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": [], "fullname": null, "name": "c", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy.poly1d"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": true, "is_ellipsis_args": false, "name": "c", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}]}}}, "coef": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": ["is_property"], "fullname": "numpy.poly1d.coef", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_overload", "is_decorated"], "fullname": "numpy.poly1d.coef", "name": "coef", "type": null}, "is_overload": true, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_settable_property", "is_ready"], "fullname": null, "name": "coef", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy.poly1d"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": true, "is_ellipsis_args": false, "name": "coef of poly1d", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "value"], "flags": ["is_decorated"], "fullname": "numpy.poly1d.coef", "name": "coef", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": [], "fullname": null, "name": "coef", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy.poly1d"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": true, "is_ellipsis_args": false, "name": "coef", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}]}}}, "coefficients": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": ["is_property"], "fullname": "numpy.poly1d.coefficients", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_overload", "is_decorated"], "fullname": "numpy.poly1d.coefficients", "name": "coefficients", "type": null}, "is_overload": true, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_settable_property", "is_ready"], "fullname": null, "name": "coefficients", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy.poly1d"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": true, "is_ellipsis_args": false, "name": "coefficients of poly1d", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "value"], "flags": ["is_decorated"], "fullname": "numpy.poly1d.coefficients", "name": "coefficients", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": [], "fullname": null, "name": "coefficients", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy.poly1d"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": true, "is_ellipsis_args": false, "name": "coefficients", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}]}}}, "coeffs": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": ["is_property"], "fullname": "numpy.poly1d.coeffs", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_overload", "is_decorated"], "fullname": "numpy.poly1d.coeffs", "name": "coeffs", "type": null}, "is_overload": true, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_settable_property", "is_ready"], "fullname": null, "name": "coeffs", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy.poly1d"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": true, "is_ellipsis_args": false, "name": "coeffs of poly1d", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "value"], "flags": ["is_decorated"], "fullname": "numpy.poly1d.coeffs", "name": "coeffs", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": [], "fullname": null, "name": "coeffs", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy.poly1d"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": true, "is_ellipsis_args": false, "name": "coeffs", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}]}}}, "deriv": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "m"], "flags": [], "fullname": "numpy.poly1d.deriv", "name": "deriv", "type": null}}, "integ": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["self", "m", "k"], "flags": [], "fullname": "numpy.poly1d.integ", "name": "integ", "type": null}}, "o": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "numpy.poly1d.o", "name": "o", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "o", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy.poly1d"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": true, "is_ellipsis_args": false, "name": "o of poly1d", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "order": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "numpy.poly1d.order", "name": "order", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "order", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy.poly1d"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": true, "is_ellipsis_args": false, "name": "order of poly1d", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "r": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "numpy.poly1d.r", "name": "r", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "r", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy.poly1d"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": true, "is_ellipsis_args": false, "name": "r of poly1d", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "roots": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "numpy.poly1d.roots", "name": "roots", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "roots", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy.poly1d"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": true, "is_ellipsis_args": false, "name": "roots of poly1d", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}, "variable": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "numpy.poly1d.variable", "name": "variable", "type": null}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "variable", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy.poly1d"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": true, "is_ellipsis_args": false, "name": "variable of poly1d", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}}}, "slots": null, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "polyadd": {".class": "SymbolTableNode", "cross_ref": "numpy.lib.polynomial.polyadd", "kind": "Gdef", "module_public": false}, "polyder": {".class": "SymbolTableNode", "cross_ref": "numpy.lib.polynomial.polyder", "kind": "Gdef", "module_public": false}, "polydiv": {".class": "SymbolTableNode", "cross_ref": "numpy.lib.polynomial.polydiv", "kind": "Gdef", "module_public": false}, "polyfit": {".class": "SymbolTableNode", "cross_ref": "numpy.lib.polynomial.polyfit", "kind": "Gdef", "module_public": false}, "polyint": {".class": "SymbolTableNode", "cross_ref": "numpy.lib.polynomial.polyint", "kind": "Gdef", "module_public": false}, "polymul": {".class": "SymbolTableNode", "cross_ref": "numpy.lib.polynomial.polymul", "kind": "Gdef", "module_public": false}, "polynomial": {".class": "SymbolTableNode", "cross_ref": "numpy.polynomial", "kind": "Gdef", "module_public": false}, "polysub": {".class": "SymbolTableNode", "cross_ref": "numpy.lib.polynomial.polysub", "kind": "Gdef", "module_public": false}, "polyval": {".class": "SymbolTableNode", "cross_ref": "numpy.lib.polynomial.polyval", "kind": "Gdef", "module_public": false}, "positive": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.positive", "name": "positive", "type": {".class": "Instance", "args": [{".class": "LiteralType", "fallback": "builtins.str", "value": "positive"}, {".class": "LiteralType", "fallback": "builtins.int", "value": 19}, {".class": "NoneType"}], "type_ref": "numpy.typing._ufunc._UFunc_Nin1_Nout1"}}}, "power": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.power", "name": "power", "type": {".class": "Instance", "args": [{".class": "LiteralType", "fallback": "builtins.str", "value": "power"}, {".class": "LiteralType", "fallback": "builtins.int", "value": 18}, {".class": "NoneType"}], "type_ref": "numpy.typing._ufunc._UFunc_Nin2_Nout1"}}}, "printoptions": {".class": "SymbolTableNode", "cross_ref": "numpy.core.arrayprint.printoptions", "kind": "Gdef", "module_public": false}, "prod": {".class": "SymbolTableNode", "cross_ref": "numpy.core.fromnumeric.prod", "kind": "Gdef", "module_public": false}, "product": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [2, 4], "arg_names": ["args", "kwargs"], "flags": [], "fullname": "numpy.product", "name": "product", "type": null}}, "promote_types": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["type1", "type2"], "flags": [], "fullname": "numpy.promote_types", "name": "promote_types", "type": null}}, "ptp": {".class": "SymbolTableNode", "cross_ref": "numpy.core.fromnumeric.ptp", "kind": "Gdef", "module_public": false}, "put": {".class": "SymbolTableNode", "cross_ref": "numpy.core.fromnumeric.put", "kind": "Gdef", "module_public": false}, "put_along_axis": {".class": "SymbolTableNode", "cross_ref": "numpy.lib.shape_base.put_along_axis", "kind": "Gdef", "module_public": false}, "putmask": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["a", "mask", "values"], "flags": [], "fullname": "numpy.putmask", "name": "putmask", "type": null}}, "quantile": {".class": "SymbolTableNode", "cross_ref": "numpy.lib.function_base.quantile", "kind": "Gdef", "module_public": false}, "r_": {".class": "SymbolTableNode", "cross_ref": "numpy.lib.index_tricks.r_", "kind": "Gdef", "module_public": false}, "rad2deg": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.rad2deg", "name": "rad2deg", "type": {".class": "Instance", "args": [{".class": "LiteralType", "fallback": "builtins.str", "value": "rad2deg"}, {".class": "LiteralType", "fallback": "builtins.int", "value": 5}, {".class": "NoneType"}], "type_ref": "numpy.typing._ufunc._UFunc_Nin1_Nout1"}}}, "radians": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.radians", "name": "radians", "type": {".class": "Instance", "args": [{".class": "LiteralType", "fallback": "builtins.str", "value": "radians"}, {".class": "LiteralType", "fallback": "builtins.int", "value": 5}, {".class": "NoneType"}], "type_ref": "numpy.typing._ufunc._UFunc_Nin1_Nout1"}}}, "random": {".class": "SymbolTableNode", "cross_ref": "numpy.random", "kind": "Gdef", "module_public": false}, "ravel": {".class": "SymbolTableNode", "cross_ref": "numpy.core.fromnumeric.ravel", "kind": "Gdef", "module_public": false}, "ravel_multi_index": {".class": "SymbolTableNode", "cross_ref": "numpy.lib.index_tricks.ravel_multi_index", "kind": "Gdef", "module_public": false}, "real": {".class": "SymbolTableNode", "cross_ref": "numpy.lib.type_check.real", "kind": "Gdef", "module_public": false}, "real_if_close": {".class": "SymbolTableNode", "cross_ref": "numpy.lib.type_check.real_if_close", "kind": "Gdef", "module_public": false}, "rec": {".class": "SymbolTableNode", "cross_ref": "numpy.rec", "kind": "Gdef", "module_public": false}, "recarray": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._ShapeType", "id": 1, "name": "_ShapeType", "namespace": "numpy.recarray", "upper_bound": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "numpy._DType_co", "id": 2, "name": "_DType_co", "namespace": "numpy.recarray", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.dtype"}, "values": [], "variance": 1}], "type_ref": "numpy.ndarray"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "numpy.recarray", "name": "recarray", "type_vars": [{".class": "TypeVarType", "fullname": "numpy._ShapeType", "id": 1, "name": "_ShapeType", "namespace": "numpy.recarray", "upper_bound": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "numpy._DType_co", "id": 2, "name": "_DType_co", "namespace": "numpy.recarray", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.dtype"}, "values": [], "variance": 1}]}, "deletable_attributes": [], "flags": [], "fullname": "numpy.recarray", "has_param_spec_type": false, "metaclass_type": null, "metadata": {}, "module_name": "numpy", "mro": ["numpy.recarray", "numpy.ndarray", "numpy._ArrayOrScalarCommon", "builtins.object"], "names": {".class": "SymbolTable", "__array_finalize__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "obj"], "flags": [], "fullname": "numpy.recarray.__array_finalize__", "name": "__array_finalize__", "type": null}}, "__getattribute__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": [], "fullname": "numpy.recarray.__getattribute__", "name": "__getattribute__", "type": null}}, "__getitem__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": [], "fullname": "numpy.recarray.__getitem__", "name": "__getitem__", "type": null}}, "__new__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["subtype", "shape", "dtype", "buf", "offset", "strides", "formats", "names", "titles", "byteorder", "aligned", "order"], "flags": [], "fullname": "numpy.recarray.__new__", "name": "__new__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1, 1, 1, 1, 1, 1, 1], "arg_names": ["subtype", "shape", "dtype", "buf", "offset", "strides", "formats", "names", "titles", "byteorder", "aligned", "order"], "arg_types": [{".class": "TypeType", "item": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._ShapeType", "id": 1, "name": "_ShapeType", "namespace": "numpy.recarray", "upper_bound": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "values": [], "variance": 0}, {".class": "TypeVarType", "fullname": "numpy._DType_co", "id": 2, "name": "_DType_co", "namespace": "numpy.recarray", "upper_bound": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "type_ref": "numpy.dtype"}, "values": [], "variance": 1}], "type_ref": "numpy.recarray"}}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "subtype"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__new__ of recarray", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "__setattr__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "attr", "val"], "flags": [], "fullname": "numpy.recarray.__setattr__", "name": "__setattr__", "type": null}}, "field": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["self", "attr", "val"], "flags": [], "fullname": "numpy.recarray.field", "name": "field", "type": null}}}, "slots": null, "tuple_type": null, "type_vars": ["_ShapeType", "_DType_co"], "typeddict_type": null}}, "recfromcsv": {".class": "SymbolTableNode", "cross_ref": "numpy.lib.npyio.recfromcsv", "kind": "Gdef", "module_public": false}, "recfromtxt": {".class": "SymbolTableNode", "cross_ref": "numpy.lib.npyio.recfromtxt", "kind": "Gdef", "module_public": false}, "reciprocal": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.reciprocal", "name": "reciprocal", "type": {".class": "Instance", "args": [{".class": "LiteralType", "fallback": "builtins.str", "value": "reciprocal"}, {".class": "LiteralType", "fallback": "builtins.int", "value": 18}, {".class": "NoneType"}], "type_ref": "numpy.typing._ufunc._UFunc_Nin1_Nout1"}}}, "record": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["numpy.void"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "numpy.record", "name": "record", "type_vars": []}, "deletable_attributes": [], "flags": [], "fullname": "numpy.record", "has_param_spec_type": false, "metaclass_type": null, "metadata": {}, "module_name": "numpy", "mro": ["numpy.record", "numpy.void", "numpy.flexible", "numpy.generic", "numpy._ArrayOrScalarCommon", "builtins.object"], "names": {".class": "SymbolTable", "__getattribute__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": [], "fullname": "numpy.record.__getattribute__", "name": "__getattribute__", "type": null}}, "__getitem__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": [], "fullname": "numpy.record.__getitem__", "name": "__getitem__", "type": null}}, "__setattr__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["self", "attr", "val"], "flags": [], "fullname": "numpy.record.__setattr__", "name": "__setattr__", "type": null}}, "pprint": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.record.pprint", "name": "pprint", "type": null}}}, "slots": null, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "remainder": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.remainder", "name": "remainder", "type": {".class": "Instance", "args": [{".class": "LiteralType", "fallback": "builtins.str", "value": "remainder"}, {".class": "LiteralType", "fallback": "builtins.int", "value": 16}, {".class": "NoneType"}], "type_ref": "numpy.typing._ufunc._UFunc_Nin2_Nout1"}}}, "repeat": {".class": "SymbolTableNode", "cross_ref": "numpy.core.fromnumeric.repeat", "kind": "Gdef", "module_public": false}, "require": {".class": "SymbolTableNode", "cross_ref": "numpy.core._asarray.require", "kind": "Gdef", "module_public": false}, "reshape": {".class": "SymbolTableNode", "cross_ref": "numpy.core.fromnumeric.reshape", "kind": "Gdef", "module_public": false}, "resize": {".class": "SymbolTableNode", "cross_ref": "numpy.core.fromnumeric.resize", "kind": "Gdef", "module_public": false}, "result_type": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [2], "arg_names": ["arrays_and_dtypes"], "flags": [], "fullname": "numpy.result_type", "name": "result_type", "type": null}}, "right_shift": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.right_shift", "name": "right_shift", "type": {".class": "Instance", "args": [{".class": "LiteralType", "fallback": "builtins.str", "value": "right_shift"}, {".class": "LiteralType", "fallback": "builtins.int", "value": 11}, {".class": "NoneType"}], "type_ref": "numpy.typing._ufunc._UFunc_Nin2_Nout1"}}}, "rint": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.rint", "name": "rint", "type": {".class": "Instance", "args": [{".class": "LiteralType", "fallback": "builtins.str", "value": "rint"}, {".class": "LiteralType", "fallback": "builtins.int", "value": 10}, {".class": "NoneType"}], "type_ref": "numpy.typing._ufunc._UFunc_Nin1_Nout1"}}}, "roll": {".class": "SymbolTableNode", "cross_ref": "numpy.core.numeric.roll", "kind": "Gdef", "module_public": false}, "rollaxis": {".class": "SymbolTableNode", "cross_ref": "numpy.core.numeric.rollaxis", "kind": "Gdef", "module_public": false}, "roots": {".class": "SymbolTableNode", "cross_ref": "numpy.lib.polynomial.roots", "kind": "Gdef", "module_public": false}, "rot90": {".class": "SymbolTableNode", "cross_ref": "numpy.lib.function_base.rot90", "kind": "Gdef", "module_public": false}, "round": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["a", "decimals", "out"], "flags": [], "fullname": "numpy.round", "name": "round", "type": null}}, "round_": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["a", "decimals", "out"], "flags": [], "fullname": "numpy.round_", "name": "round_", "type": null}}, "row_stack": {".class": "SymbolTableNode", "cross_ref": "numpy.lib.shape_base.row_stack", "kind": "Gdef", "module_public": false}, "s_": {".class": "SymbolTableNode", "cross_ref": "numpy.lib.index_tricks.s_", "kind": "Gdef", "module_public": false}, "safe_eval": {".class": "SymbolTableNode", "cross_ref": "numpy.lib.utils.safe_eval", "kind": "Gdef", "module_public": false}, "save": {".class": "SymbolTableNode", "cross_ref": "numpy.lib.npyio.save", "kind": "Gdef", "module_public": false}, "savetxt": {".class": "SymbolTableNode", "cross_ref": "numpy.lib.npyio.savetxt", "kind": "Gdef", "module_public": false}, "savez": {".class": "SymbolTableNode", "cross_ref": "numpy.lib.npyio.savez", "kind": "Gdef", "module_public": false}, "savez_compressed": {".class": "SymbolTableNode", "cross_ref": "numpy.lib.npyio.savez_compressed", "kind": "Gdef", "module_public": false}, "sctype2char": {".class": "SymbolTableNode", "cross_ref": "numpy.core.numerictypes.sctype2char", "kind": "Gdef", "module_public": false}, "sctypeDict": {".class": "SymbolTableNode", "cross_ref": "numpy.core._type_aliases.sctypeDict", "kind": "Gdef", "module_public": false}, "sctypes": {".class": "SymbolTableNode", "cross_ref": "numpy.core._type_aliases.sctypes", "kind": "Gdef", "module_public": false}, "searchsorted": {".class": "SymbolTableNode", "cross_ref": "numpy.core.fromnumeric.searchsorted", "kind": "Gdef", "module_public": false}, "select": {".class": "SymbolTableNode", "cross_ref": "numpy.lib.function_base.select", "kind": "Gdef", "module_public": false}, "set_printoptions": {".class": "SymbolTableNode", "cross_ref": "numpy.core.arrayprint.set_printoptions", "kind": "Gdef", "module_public": false}, "set_string_function": {".class": "SymbolTableNode", "cross_ref": "numpy.core.arrayprint.set_string_function", "kind": "Gdef", "module_public": false}, "setbufsize": {".class": "SymbolTableNode", "cross_ref": "numpy.core._ufunc_config.setbufsize", "kind": "Gdef", "module_public": false}, "setdiff1d": {".class": "SymbolTableNode", "cross_ref": "numpy.lib.arraysetops.setdiff1d", "kind": "Gdef", "module_public": false}, "seterr": {".class": "SymbolTableNode", "cross_ref": "numpy.core._ufunc_config.seterr", "kind": "Gdef", "module_public": false}, "seterrcall": {".class": "SymbolTableNode", "cross_ref": "numpy.core._ufunc_config.seterrcall", "kind": "Gdef", "module_public": false}, "seterrobj": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["errobj"], "flags": [], "fullname": "numpy.seterrobj", "name": "seterrobj", "type": null}}, "setxor1d": {".class": "SymbolTableNode", "cross_ref": "numpy.lib.arraysetops.setxor1d", "kind": "Gdef", "module_public": false}, "shape": {".class": "SymbolTableNode", "cross_ref": "numpy.core.fromnumeric.shape", "kind": "Gdef", "module_public": false}, "shares_memory": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["a", "b", "max_work"], "flags": [], "fullname": "numpy.shares_memory", "name": "shares_memory", "type": null}}, "short": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "numpy.short", "line": 3260, "no_args": false, "normalized": false, "target": {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._nbit._NBitShort"}], "type_ref": "numpy.signedinteger"}}}, "show_config": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [], "arg_names": [], "flags": [], "fullname": "numpy.show_config", "name": "show_config", "type": null}}, "sign": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.sign", "name": "sign", "type": {".class": "Instance", "args": [{".class": "LiteralType", "fallback": "builtins.str", "value": "sign"}, {".class": "LiteralType", "fallback": "builtins.int", "value": 19}, {".class": "NoneType"}], "type_ref": "numpy.typing._ufunc._UFunc_Nin1_Nout1"}}}, "signbit": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.signbit", "name": "signbit", "type": {".class": "Instance", "args": [{".class": "LiteralType", "fallback": "builtins.str", "value": "signbit"}, {".class": "LiteralType", "fallback": "builtins.int", "value": 4}, {".class": "NoneType"}], "type_ref": "numpy.typing._ufunc._UFunc_Nin1_Nout1"}}}, "signedinteger": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": 1, "name": "_NBit1", "namespace": "numpy.signedinteger", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.integer"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "numpy.signedinteger", "name": "signedinteger", "type_vars": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": 1, "name": "_NBit1", "namespace": "numpy.signedinteger", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}]}, "deletable_attributes": [], "flags": [], "fullname": "numpy.signedinteger", "has_param_spec_type": false, "metaclass_type": null, "metadata": {}, "module_name": "numpy", "mro": ["numpy.signedinteger", "numpy.integer", "numpy.number", "numpy.generic", "numpy._ArrayOrScalarCommon", "builtins.object"], "names": {".class": "SymbolTable", "__add__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.signedinteger.__add__", "name": "__add__", "type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": 1, "name": "_NBit1", "namespace": "numpy.signedinteger", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.typing._callable._SignedIntOp"}}}, "__and__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.signedinteger.__and__", "name": "__and__", "type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": 1, "name": "_NBit1", "namespace": "numpy.signedinteger", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.typing._callable._SignedIntBitOp"}}}, "__divmod__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.signedinteger.__divmod__", "name": "__divmod__", "type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": 1, "name": "_NBit1", "namespace": "numpy.signedinteger", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.typing._callable._SignedIntDivMod"}}}, "__floordiv__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.signedinteger.__floordiv__", "name": "__floordiv__", "type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": 1, "name": "_NBit1", "namespace": "numpy.signedinteger", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.typing._callable._SignedIntOp"}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", null], "flags": [], "fullname": "numpy.signedinteger.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": 1, "name": "_NBit1", "namespace": "numpy.signedinteger", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.signedinteger"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy._IntValue"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__init__ of signedinteger", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__lshift__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.signedinteger.__lshift__", "name": "__lshift__", "type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": 1, "name": "_NBit1", "namespace": "numpy.signedinteger", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.typing._callable._SignedIntBitOp"}}}, "__mod__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.signedinteger.__mod__", "name": "__mod__", "type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": 1, "name": "_NBit1", "namespace": "numpy.signedinteger", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.typing._callable._SignedIntMod"}}}, "__mul__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.signedinteger.__mul__", "name": "__mul__", "type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": 1, "name": "_NBit1", "namespace": "numpy.signedinteger", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.typing._callable._SignedIntOp"}}}, "__or__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.signedinteger.__or__", "name": "__or__", "type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": 1, "name": "_NBit1", "namespace": "numpy.signedinteger", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.typing._callable._SignedIntBitOp"}}}, "__pow__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.signedinteger.__pow__", "name": "__pow__", "type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": 1, "name": "_NBit1", "namespace": "numpy.signedinteger", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.typing._callable._SignedIntOp"}}}, "__radd__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.signedinteger.__radd__", "name": "__radd__", "type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": 1, "name": "_NBit1", "namespace": "numpy.signedinteger", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.typing._callable._SignedIntOp"}}}, "__rand__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.signedinteger.__rand__", "name": "__rand__", "type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": 1, "name": "_NBit1", "namespace": "numpy.signedinteger", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.typing._callable._SignedIntBitOp"}}}, "__rdivmod__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.signedinteger.__rdivmod__", "name": "__rdivmod__", "type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": 1, "name": "_NBit1", "namespace": "numpy.signedinteger", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.typing._callable._SignedIntDivMod"}}}, "__rfloordiv__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.signedinteger.__rfloordiv__", "name": "__rfloordiv__", "type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": 1, "name": "_NBit1", "namespace": "numpy.signedinteger", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.typing._callable._SignedIntOp"}}}, "__rlshift__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.signedinteger.__rlshift__", "name": "__rlshift__", "type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": 1, "name": "_NBit1", "namespace": "numpy.signedinteger", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.typing._callable._SignedIntBitOp"}}}, "__rmod__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.signedinteger.__rmod__", "name": "__rmod__", "type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": 1, "name": "_NBit1", "namespace": "numpy.signedinteger", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.typing._callable._SignedIntMod"}}}, "__rmul__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.signedinteger.__rmul__", "name": "__rmul__", "type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": 1, "name": "_NBit1", "namespace": "numpy.signedinteger", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.typing._callable._SignedIntOp"}}}, "__ror__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.signedinteger.__ror__", "name": "__ror__", "type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": 1, "name": "_NBit1", "namespace": "numpy.signedinteger", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.typing._callable._SignedIntBitOp"}}}, "__rpow__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.signedinteger.__rpow__", "name": "__rpow__", "type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": 1, "name": "_NBit1", "namespace": "numpy.signedinteger", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.typing._callable._SignedIntOp"}}}, "__rrshift__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.signedinteger.__rrshift__", "name": "__rrshift__", "type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": 1, "name": "_NBit1", "namespace": "numpy.signedinteger", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.typing._callable._SignedIntBitOp"}}}, "__rshift__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.signedinteger.__rshift__", "name": "__rshift__", "type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": 1, "name": "_NBit1", "namespace": "numpy.signedinteger", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.typing._callable._SignedIntBitOp"}}}, "__rsub__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.signedinteger.__rsub__", "name": "__rsub__", "type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": 1, "name": "_NBit1", "namespace": "numpy.signedinteger", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.typing._callable._SignedIntOp"}}}, "__rxor__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.signedinteger.__rxor__", "name": "__rxor__", "type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": 1, "name": "_NBit1", "namespace": "numpy.signedinteger", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.typing._callable._SignedIntBitOp"}}}, "__sub__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.signedinteger.__sub__", "name": "__sub__", "type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": 1, "name": "_NBit1", "namespace": "numpy.signedinteger", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.typing._callable._SignedIntOp"}}}, "__xor__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.signedinteger.__xor__", "name": "__xor__", "type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": 1, "name": "_NBit1", "namespace": "numpy.signedinteger", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.typing._callable._SignedIntBitOp"}}}}, "slots": null, "tuple_type": null, "type_vars": ["_NBit1"], "typeddict_type": null}}, "sin": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.sin", "name": "sin", "type": {".class": "Instance", "args": [{".class": "LiteralType", "fallback": "builtins.str", "value": "sin"}, {".class": "LiteralType", "fallback": "builtins.int", "value": 9}, {".class": "NoneType"}], "type_ref": "numpy.typing._ufunc._UFunc_Nin1_Nout1"}}}, "sinc": {".class": "SymbolTableNode", "cross_ref": "numpy.lib.function_base.sinc", "kind": "Gdef", "module_public": false}, "single": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "numpy.single", "line": 3398, "no_args": false, "normalized": false, "target": {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._nbit._NBitSingle"}], "type_ref": "numpy.floating"}}}, "singlecomplex": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "numpy.singlecomplex", "line": 3440, "no_args": false, "normalized": false, "target": {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._nbit._NBitSingle"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._nbit._NBitSingle"}], "type_ref": "numpy.complexfloating"}}}, "sinh": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.sinh", "name": "sinh", "type": {".class": "Instance", "args": [{".class": "LiteralType", "fallback": "builtins.str", "value": "sinh"}, {".class": "LiteralType", "fallback": "builtins.int", "value": 8}, {".class": "NoneType"}], "type_ref": "numpy.typing._ufunc._UFunc_Nin1_Nout1"}}}, "size": {".class": "SymbolTableNode", "cross_ref": "numpy.core.fromnumeric.size", "kind": "Gdef", "module_public": false}, "sort": {".class": "SymbolTableNode", "cross_ref": "numpy.core.fromnumeric.sort", "kind": "Gdef", "module_public": false}, "sort_complex": {".class": "SymbolTableNode", "cross_ref": "numpy.lib.function_base.sort_complex", "kind": "Gdef", "module_public": false}, "source": {".class": "SymbolTableNode", "cross_ref": "numpy.lib.utils.source", "kind": "Gdef", "module_public": false}, "spacing": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.spacing", "name": "spacing", "type": {".class": "Instance", "args": [{".class": "LiteralType", "fallback": "builtins.str", "value": "spacing"}, {".class": "LiteralType", "fallback": "builtins.int", "value": 4}, {".class": "NoneType"}], "type_ref": "numpy.typing._ufunc._UFunc_Nin1_Nout1"}}}, "split": {".class": "SymbolTableNode", "cross_ref": "numpy.lib.shape_base.split", "kind": "Gdef", "module_public": false}, "sqrt": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.sqrt", "name": "sqrt", "type": {".class": "Instance", "args": [{".class": "LiteralType", "fallback": "builtins.str", "value": "sqrt"}, {".class": "LiteralType", "fallback": "builtins.int", "value": 10}, {".class": "NoneType"}], "type_ref": "numpy.typing._ufunc._UFunc_Nin1_Nout1"}}}, "square": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.square", "name": "square", "type": {".class": "Instance", "args": [{".class": "LiteralType", "fallback": "builtins.str", "value": "square"}, {".class": "LiteralType", "fallback": "builtins.int", "value": 18}, {".class": "NoneType"}], "type_ref": "numpy.typing._ufunc._UFunc_Nin1_Nout1"}}}, "squeeze": {".class": "SymbolTableNode", "cross_ref": "numpy.core.fromnumeric.squeeze", "kind": "Gdef", "module_public": false}, "stack": {".class": "SymbolTableNode", "cross_ref": "numpy.core.shape_base.stack", "kind": "Gdef", "module_public": false}, "std": {".class": "SymbolTableNode", "cross_ref": "numpy.core.fromnumeric.std", "kind": "Gdef", "module_public": false}, "str0": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "numpy.str0", "line": 3504, "no_args": true, "normalized": false, "target": "numpy.str_"}}, "str_": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["numpy.character", "builtins.str"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "numpy.str_", "name": "str_", "type_vars": []}, "deletable_attributes": [], "flags": [], "fullname": "numpy.str_", "has_param_spec_type": false, "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "numpy", "mro": ["numpy.str_", "numpy.character", "numpy.flexible", "numpy.generic", "numpy._ArrayOrScalarCommon", "builtins.str", "typing.Sequence", "typing.Collection", "typing.Reversible", "typing.Iterable", "typing.Container", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "numpy.str_.__init__", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.str_.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", null], "arg_types": ["numpy.str_", "builtins.object"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__init__ of str_", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__init__", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", null, "encoding", "errors"], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.str_.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", null, "encoding", "errors"], "arg_types": ["numpy.str_", "builtins.bytes", "builtins.str", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__init__ of str_", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "__init__", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", null], "arg_types": ["numpy.str_", "builtins.object"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__init__ of str_", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 1, 1], "arg_names": ["self", null, "encoding", "errors"], "arg_types": ["numpy.str_", "builtins.bytes", "builtins.str", "builtins.str"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__init__ of str_", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}]}}}, "item": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", null], "flags": [], "fullname": "numpy.str_.item", "name": "item", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", null], "arg_types": ["numpy.str_", {".class": "UnionType", "items": [{".class": "LiteralType", "fallback": "builtins.int", "value": 0}, {".class": "TupleType", "implicit": false, "items": [], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}, {".class": "TupleType", "implicit": false, "items": [{".class": "LiteralType", "fallback": "builtins.int", "value": 0}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "item of str_", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}, "tolist": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": [], "fullname": "numpy.str_.tolist", "name": "tolist", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy.str_"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "tolist of str_", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}}, "slots": null, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "string_": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "numpy.string_", "line": 3487, "no_args": true, "normalized": false, "target": "numpy.bytes_"}}, "subtract": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.subtract", "name": "subtract", "type": {".class": "Instance", "args": [{".class": "LiteralType", "fallback": "builtins.str", "value": "subtract"}, {".class": "LiteralType", "fallback": "builtins.int", "value": 21}, {".class": "NoneType"}], "type_ref": "numpy.typing._ufunc._UFunc_Nin2_Nout1"}}}, "sum": {".class": "SymbolTableNode", "cross_ref": "numpy.core.fromnumeric.sum", "kind": "Gdef", "module_public": false}, "swapaxes": {".class": "SymbolTableNode", "cross_ref": "numpy.core.fromnumeric.swapaxes", "kind": "Gdef", "module_public": false}, "sys": {".class": "SymbolTableNode", "cross_ref": "sys", "kind": "Gdef", "module_hidden": true, "module_public": false}, "take": {".class": "SymbolTableNode", "cross_ref": "numpy.core.fromnumeric.take", "kind": "Gdef", "module_public": false}, "take_along_axis": {".class": "SymbolTableNode", "cross_ref": "numpy.lib.shape_base.take_along_axis", "kind": "Gdef", "module_public": false}, "tan": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.tan", "name": "tan", "type": {".class": "Instance", "args": [{".class": "LiteralType", "fallback": "builtins.str", "value": "tan"}, {".class": "LiteralType", "fallback": "builtins.int", "value": 8}, {".class": "NoneType"}], "type_ref": "numpy.typing._ufunc._UFunc_Nin1_Nout1"}}}, "tanh": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.tanh", "name": "tanh", "type": {".class": "Instance", "args": [{".class": "LiteralType", "fallback": "builtins.str", "value": "tanh"}, {".class": "LiteralType", "fallback": "builtins.int", "value": 8}, {".class": "NoneType"}], "type_ref": "numpy.typing._ufunc._UFunc_Nin1_Nout1"}}}, "tensordot": {".class": "SymbolTableNode", "cross_ref": "numpy.core.numeric.tensordot", "kind": "Gdef", "module_public": false}, "testing": {".class": "SymbolTableNode", "cross_ref": "numpy.testing", "kind": "Gdef", "module_public": false}, "tile": {".class": "SymbolTableNode", "cross_ref": "numpy.lib.shape_base.tile", "kind": "Gdef", "module_public": false}, "timedelta64": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["numpy.generic"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "numpy.timedelta64", "name": "timedelta64", "type_vars": []}, "deletable_attributes": [], "flags": [], "fullname": "numpy.timedelta64", "has_param_spec_type": false, "metaclass_type": null, "metadata": {}, "module_name": "numpy", "mro": ["numpy.timedelta64", "numpy.generic", "numpy._ArrayOrScalarCommon", "builtins.object"], "names": {".class": "SymbolTable", "__abs__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": [null], "flags": [], "fullname": "numpy.timedelta64.__abs__", "name": "__abs__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "namespace": "", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__abs__ of timedelta64", "ret_type": {".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "namespace": "", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "namespace": "", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}]}}}, "__add__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": [], "fullname": "numpy.timedelta64.__add__", "name": "__add__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["numpy.timedelta64", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._TD64Like_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__add__ of timedelta64", "ret_type": "numpy.timedelta64", "type_guard": null, "variables": []}}}, "__complex__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": [null], "flags": [], "fullname": "numpy.timedelta64.__complex__", "name": "__complex__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["numpy.timedelta64"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__complex__ of timedelta64", "ret_type": "builtins.complex", "type_guard": null, "variables": []}}}, "__divmod__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": [], "fullname": "numpy.timedelta64.__divmod__", "name": "__divmod__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["numpy.timedelta64", "numpy.timedelta64"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__divmod__ of timedelta64", "ret_type": {".class": "TupleType", "implicit": false, "items": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.int64"}, "numpy.timedelta64"], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}, "type_guard": null, "variables": []}}}, "__float__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": [null], "flags": [], "fullname": "numpy.timedelta64.__float__", "name": "__float__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["numpy.timedelta64"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__float__ of timedelta64", "ret_type": "builtins.float", "type_guard": null, "variables": []}}}, "__floordiv__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.timedelta64.__floordiv__", "name": "__floordiv__", "type": {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.int64"}], "type_ref": "numpy.typing._callable._TD64Div"}}}, "__ge__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.timedelta64.__ge__", "name": "__ge__", "type": {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._TD64Like_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeTD64_co"}], "type_ref": "numpy.typing._callable._ComparisonOp"}}}, "__gt__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.timedelta64.__gt__", "name": "__gt__", "type": {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._TD64Like_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeTD64_co"}], "type_ref": "numpy.typing._callable._ComparisonOp"}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1], "arg_names": ["self", null, null], "flags": [], "fullname": "numpy.timedelta64.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1], "arg_names": ["self", null, null], "arg_types": ["numpy.timedelta64", {".class": "UnionType", "items": [{".class": "NoneType"}, "builtins.int", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._CharLike_co"}, "datetime.timedelta", "numpy.timedelta64"]}, {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._CharLike_co"}, {".class": "TupleType", "implicit": false, "items": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._CharLike_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._IntLike_co"}], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__init__ of timedelta64", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__int__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": [null], "flags": [], "fullname": "numpy.timedelta64.__int__", "name": "__int__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": ["numpy.timedelta64"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__int__ of timedelta64", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}, "__le__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.timedelta64.__le__", "name": "__le__", "type": {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._TD64Like_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeTD64_co"}], "type_ref": "numpy.typing._callable._ComparisonOp"}}}, "__lt__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.timedelta64.__lt__", "name": "__lt__", "type": {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._TD64Like_co"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeTD64_co"}], "type_ref": "numpy.typing._callable._ComparisonOp"}}}, "__mod__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": [], "fullname": "numpy.timedelta64.__mod__", "name": "__mod__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["numpy.timedelta64", "numpy.timedelta64"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__mod__ of timedelta64", "ret_type": "numpy.timedelta64", "type_guard": null, "variables": []}}}, "__mul__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": [], "fullname": "numpy.timedelta64.__mul__", "name": "__mul__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["numpy.timedelta64", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._FloatLike_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__mul__ of timedelta64", "ret_type": "numpy.timedelta64", "type_guard": null, "variables": []}}}, "__neg__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": [null], "flags": [], "fullname": "numpy.timedelta64.__neg__", "name": "__neg__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "namespace": "", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__neg__ of timedelta64", "ret_type": {".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "namespace": "", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "namespace": "", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}]}}}, "__pos__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": [null], "flags": [], "fullname": "numpy.timedelta64.__pos__", "name": "__pos__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "namespace": "", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__pos__ of timedelta64", "ret_type": {".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "namespace": "", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "namespace": "", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}]}}}, "__radd__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": [], "fullname": "numpy.timedelta64.__radd__", "name": "__radd__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["numpy.timedelta64", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._TD64Like_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__radd__ of timedelta64", "ret_type": "numpy.timedelta64", "type_guard": null, "variables": []}}}, "__rdivmod__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "flags": [], "fullname": "numpy.timedelta64.__rdivmod__", "name": "__rdivmod__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "other"], "arg_types": ["numpy.timedelta64", "numpy.timedelta64"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rdivmod__ of timedelta64", "ret_type": {".class": "TupleType", "implicit": false, "items": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.int64"}, "numpy.timedelta64"], "partial_fallback": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 6}], "type_ref": "builtins.tuple"}}, "type_guard": null, "variables": []}}}, "__rfloordiv__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": [], "fullname": "numpy.timedelta64.__rfloordiv__", "name": "__rfloordiv__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["numpy.timedelta64", "numpy.timedelta64"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rfloordiv__ of timedelta64", "ret_type": {".class": "TypeAliasType", "args": [], "type_ref": "numpy.int64"}, "type_guard": null, "variables": []}}}, "__rmod__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": [], "fullname": "numpy.timedelta64.__rmod__", "name": "__rmod__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["numpy.timedelta64", "numpy.timedelta64"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rmod__ of timedelta64", "ret_type": "numpy.timedelta64", "type_guard": null, "variables": []}}}, "__rmul__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": [], "fullname": "numpy.timedelta64.__rmul__", "name": "__rmul__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["numpy.timedelta64", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._FloatLike_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rmul__ of timedelta64", "ret_type": "numpy.timedelta64", "type_guard": null, "variables": []}}}, "__rsub__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": [], "fullname": "numpy.timedelta64.__rsub__", "name": "__rsub__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["numpy.timedelta64", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._TD64Like_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rsub__ of timedelta64", "ret_type": "numpy.timedelta64", "type_guard": null, "variables": []}}}, "__rtruediv__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": [], "fullname": "numpy.timedelta64.__rtruediv__", "name": "__rtruediv__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["numpy.timedelta64", "numpy.timedelta64"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__rtruediv__ of timedelta64", "ret_type": {".class": "TypeAliasType", "args": [], "type_ref": "numpy.float64"}, "type_guard": null, "variables": []}}}, "__sub__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": [], "fullname": "numpy.timedelta64.__sub__", "name": "__sub__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["numpy.timedelta64", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._TD64Like_co"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__sub__ of timedelta64", "ret_type": "numpy.timedelta64", "type_guard": null, "variables": []}}}, "__truediv__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.timedelta64.__truediv__", "name": "__truediv__", "type": {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.float64"}], "type_ref": "numpy.typing._callable._TD64Div"}}}, "denominator": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "numpy.timedelta64.denominator", "name": "denominator", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy.timedelta64"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "denominator of timedelta64", "ret_type": {".class": "LiteralType", "fallback": "builtins.int", "value": 1}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "denominator", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy.timedelta64"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "denominator of timedelta64", "ret_type": {".class": "LiteralType", "fallback": "builtins.int", "value": 1}, "type_guard": null, "variables": []}}}}, "numerator": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "numpy.timedelta64.numerator", "name": "numerator", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "numerator of timedelta64", "ret_type": {".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}]}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "numerator", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "numerator of timedelta64", "ret_type": {".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._ScalarType", "id": -1, "name": "_ScalarType", "namespace": "", "upper_bound": "numpy.generic", "values": [], "variance": 0}]}}}}}, "slots": null, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "trace": {".class": "SymbolTableNode", "cross_ref": "numpy.core.fromnumeric.trace", "kind": "Gdef", "module_public": false}, "tracemalloc_domain": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_final", "is_ready"], "fullname": "numpy.tracemalloc_domain", "name": "tracemalloc_domain", "type": "builtins.int"}}, "transpose": {".class": "SymbolTableNode", "cross_ref": "numpy.core.fromnumeric.transpose", "kind": "Gdef", "module_public": false}, "trapz": {".class": "SymbolTableNode", "cross_ref": "numpy.lib.function_base.trapz", "kind": "Gdef", "module_public": false}, "tri": {".class": "SymbolTableNode", "cross_ref": "numpy.lib.twodim_base.tri", "kind": "Gdef", "module_public": false}, "tril": {".class": "SymbolTableNode", "cross_ref": "numpy.lib.twodim_base.tril", "kind": "Gdef", "module_public": false}, "tril_indices": {".class": "SymbolTableNode", "cross_ref": "numpy.lib.twodim_base.tril_indices", "kind": "Gdef", "module_public": false}, "tril_indices_from": {".class": "SymbolTableNode", "cross_ref": "numpy.lib.twodim_base.tril_indices_from", "kind": "Gdef", "module_public": false}, "trim_zeros": {".class": "SymbolTableNode", "cross_ref": "numpy.lib.function_base.trim_zeros", "kind": "Gdef", "module_public": false}, "triu": {".class": "SymbolTableNode", "cross_ref": "numpy.lib.twodim_base.triu", "kind": "Gdef", "module_public": false}, "triu_indices": {".class": "SymbolTableNode", "cross_ref": "numpy.lib.twodim_base.triu_indices", "kind": "Gdef", "module_public": false}, "triu_indices_from": {".class": "SymbolTableNode", "cross_ref": "numpy.lib.twodim_base.triu_indices_from", "kind": "Gdef", "module_public": false}, "true_divide": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.true_divide", "name": "true_divide", "type": {".class": "Instance", "args": [{".class": "LiteralType", "fallback": "builtins.str", "value": "true_divide"}, {".class": "LiteralType", "fallback": "builtins.int", "value": 11}, {".class": "NoneType"}], "type_ref": "numpy.typing._ufunc._UFunc_Nin2_Nout1"}}}, "trunc": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.trunc", "name": "trunc", "type": {".class": "Instance", "args": [{".class": "LiteralType", "fallback": "builtins.str", "value": "trunc"}, {".class": "LiteralType", "fallback": "builtins.int", "value": 7}, {".class": "NoneType"}], "type_ref": "numpy.typing._ufunc._UFunc_Nin1_Nout1"}}}, "typecodes": {".class": "SymbolTableNode", "cross_ref": "numpy.core.numerictypes.typecodes", "kind": "Gdef", "module_public": false}, "typename": {".class": "SymbolTableNode", "cross_ref": "numpy.lib.type_check.typename", "kind": "Gdef", "module_public": false}, "ubyte": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "numpy.ubyte", "line": 3340, "no_args": false, "normalized": false, "target": {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._nbit._NBitByte"}], "type_ref": "numpy.unsignedinteger"}}}, "ufunc": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "numpy.ufunc", "name": "ufunc", "type_vars": []}, "deletable_attributes": [], "flags": [], "fullname": "numpy.ufunc", "has_param_spec_type": false, "metaclass_type": null, "metadata": {}, "module_name": "numpy", "mro": ["numpy.ufunc", "builtins.object"], "names": {".class": "SymbolTable", "__call__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.ufunc.__call__", "name": "__call__", "type": {".class": "CallableType", "arg_kinds": [2, 4], "arg_names": [null, null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": true, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "__doc__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "numpy.ufunc.__doc__", "name": "__doc__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy.ufunc"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__doc__ of ufunc", "ret_type": "builtins.str", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "__doc__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy.ufunc"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__doc__ of ufunc", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}}, "__name__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "numpy.ufunc.__name__", "name": "__name__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy.ufunc"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__name__ of ufunc", "ret_type": "builtins.str", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "__name__", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy.ufunc"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__name__ of ufunc", "ret_type": "builtins.str", "type_guard": null, "variables": []}}}}, "accumulate": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.ufunc.accumulate", "name": "accumulate", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "at": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.ufunc.at", "name": "at", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "identity": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "numpy.ufunc.identity", "name": "identity", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy.ufunc"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "identity of ufunc", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "identity", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy.ufunc"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "identity of ufunc", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}}, "nargs": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "numpy.ufunc.nargs", "name": "nargs", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy.ufunc"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "nargs of ufunc", "ret_type": "builtins.int", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "nargs", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy.ufunc"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "nargs of ufunc", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}}, "nin": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "numpy.ufunc.nin", "name": "nin", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy.ufunc"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "nin of ufunc", "ret_type": "builtins.int", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "nin", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy.ufunc"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "nin of ufunc", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}}, "nout": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "numpy.ufunc.nout", "name": "nout", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy.ufunc"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "nout of ufunc", "ret_type": "builtins.int", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "nout", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy.ufunc"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "nout of ufunc", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}}, "ntypes": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "numpy.ufunc.ntypes", "name": "ntypes", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy.ufunc"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "ntypes of ufunc", "ret_type": "builtins.int", "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "ntypes", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy.ufunc"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "ntypes of ufunc", "ret_type": "builtins.int", "type_guard": null, "variables": []}}}}, "outer": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.ufunc.outer", "name": "outer", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "reduce": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.ufunc.reduce", "name": "reduce", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "signature": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "numpy.ufunc.signature", "name": "signature", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy.ufunc"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "signature of ufunc", "ret_type": {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "signature", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy.ufunc"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "signature of ufunc", "ret_type": {".class": "UnionType", "items": ["builtins.str", {".class": "NoneType"}]}, "type_guard": null, "variables": []}}}}, "types": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "numpy.ufunc.types", "name": "types", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy.ufunc"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "types of ufunc", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "types", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy.ufunc"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "types of ufunc", "ret_type": {".class": "Instance", "args": ["builtins.str"], "type_ref": "builtins.list"}, "type_guard": null, "variables": []}}}}}, "slots": null, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "uint": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "numpy.uint", "line": 3345, "no_args": false, "normalized": false, "target": {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._nbit._NBitInt"}], "type_ref": "numpy.unsignedinteger"}}}, "uint0": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "numpy.uint0", "line": 3344, "no_args": false, "normalized": false, "target": {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._nbit._NBitIntP"}], "type_ref": "numpy.unsignedinteger"}}}, "uint128": {".class": "SymbolTableNode", "cross_ref": "numpy.typing._extended_precision.uint128", "kind": "Gdef", "module_public": false}, "uint16": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "numpy.uint16", "line": 3336, "no_args": false, "normalized": false, "target": {".class": "Instance", "args": ["numpy.typing._16Bit"], "type_ref": "numpy.unsignedinteger"}}}, "uint256": {".class": "SymbolTableNode", "cross_ref": "numpy.typing._extended_precision.uint256", "kind": "Gdef", "module_public": false}, "uint32": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "numpy.uint32", "line": 3337, "no_args": false, "normalized": false, "target": {".class": "Instance", "args": ["numpy.typing._32Bit"], "type_ref": "numpy.unsignedinteger"}}}, "uint64": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "numpy.uint64", "line": 3338, "no_args": false, "normalized": false, "target": {".class": "Instance", "args": ["numpy.typing._64Bit"], "type_ref": "numpy.unsignedinteger"}}}, "uint8": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "numpy.uint8", "line": 3335, "no_args": false, "normalized": false, "target": {".class": "Instance", "args": ["numpy.typing._8Bit"], "type_ref": "numpy.unsignedinteger"}}}, "uintc": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "numpy.uintc", "line": 3342, "no_args": false, "normalized": false, "target": {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._nbit._NBitIntC"}], "type_ref": "numpy.unsignedinteger"}}}, "uintp": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "numpy.uintp", "line": 3343, "no_args": false, "normalized": false, "target": {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._nbit._NBitIntP"}], "type_ref": "numpy.unsignedinteger"}}}, "ulonglong": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "numpy.ulonglong", "line": 3346, "no_args": false, "normalized": false, "target": {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._nbit._NBitLongLong"}], "type_ref": "numpy.unsignedinteger"}}}, "unicode_": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "numpy.unicode_", "line": 3503, "no_args": true, "normalized": false, "target": "numpy.str_"}}, "union1d": {".class": "SymbolTableNode", "cross_ref": "numpy.lib.arraysetops.union1d", "kind": "Gdef", "module_public": false}, "unique": {".class": "SymbolTableNode", "cross_ref": "numpy.lib.arraysetops.unique", "kind": "Gdef", "module_public": false}, "unpackbits": {".class": "SymbolTableNode", "cross_ref": "numpy.core.multiarray.unpackbits", "kind": "Gdef", "module_public": false}, "unravel_index": {".class": "SymbolTableNode", "cross_ref": "numpy.lib.index_tricks.unravel_index", "kind": "Gdef", "module_public": false}, "unsignedinteger": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": 1, "name": "_NBit1", "namespace": "numpy.unsignedinteger", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.integer"}], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "numpy.unsignedinteger", "name": "unsignedinteger", "type_vars": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": 1, "name": "_NBit1", "namespace": "numpy.unsignedinteger", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}]}, "deletable_attributes": [], "flags": [], "fullname": "numpy.unsignedinteger", "has_param_spec_type": false, "metaclass_type": null, "metadata": {}, "module_name": "numpy", "mro": ["numpy.unsignedinteger", "numpy.integer", "numpy.number", "numpy.generic", "numpy._ArrayOrScalarCommon", "builtins.object"], "names": {".class": "SymbolTable", "__add__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.unsignedinteger.__add__", "name": "__add__", "type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": 1, "name": "_NBit1", "namespace": "numpy.unsignedinteger", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.typing._callable._UnsignedIntOp"}}}, "__and__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.unsignedinteger.__and__", "name": "__and__", "type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": 1, "name": "_NBit1", "namespace": "numpy.unsignedinteger", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.typing._callable._UnsignedIntBitOp"}}}, "__divmod__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.unsignedinteger.__divmod__", "name": "__divmod__", "type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": 1, "name": "_NBit1", "namespace": "numpy.unsignedinteger", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.typing._callable._UnsignedIntDivMod"}}}, "__floordiv__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.unsignedinteger.__floordiv__", "name": "__floordiv__", "type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": 1, "name": "_NBit1", "namespace": "numpy.unsignedinteger", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.typing._callable._UnsignedIntOp"}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", null], "flags": [], "fullname": "numpy.unsignedinteger.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", null], "arg_types": [{".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": 1, "name": "_NBit1", "namespace": "numpy.unsignedinteger", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.unsignedinteger"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy._IntValue"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__init__ of unsignedinteger", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__lshift__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.unsignedinteger.__lshift__", "name": "__lshift__", "type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": 1, "name": "_NBit1", "namespace": "numpy.unsignedinteger", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.typing._callable._UnsignedIntBitOp"}}}, "__mod__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.unsignedinteger.__mod__", "name": "__mod__", "type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": 1, "name": "_NBit1", "namespace": "numpy.unsignedinteger", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.typing._callable._UnsignedIntMod"}}}, "__mul__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.unsignedinteger.__mul__", "name": "__mul__", "type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": 1, "name": "_NBit1", "namespace": "numpy.unsignedinteger", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.typing._callable._UnsignedIntOp"}}}, "__or__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.unsignedinteger.__or__", "name": "__or__", "type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": 1, "name": "_NBit1", "namespace": "numpy.unsignedinteger", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.typing._callable._UnsignedIntBitOp"}}}, "__pow__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.unsignedinteger.__pow__", "name": "__pow__", "type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": 1, "name": "_NBit1", "namespace": "numpy.unsignedinteger", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.typing._callable._UnsignedIntOp"}}}, "__radd__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.unsignedinteger.__radd__", "name": "__radd__", "type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": 1, "name": "_NBit1", "namespace": "numpy.unsignedinteger", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.typing._callable._UnsignedIntOp"}}}, "__rand__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.unsignedinteger.__rand__", "name": "__rand__", "type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": 1, "name": "_NBit1", "namespace": "numpy.unsignedinteger", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.typing._callable._UnsignedIntBitOp"}}}, "__rdivmod__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.unsignedinteger.__rdivmod__", "name": "__rdivmod__", "type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": 1, "name": "_NBit1", "namespace": "numpy.unsignedinteger", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.typing._callable._UnsignedIntDivMod"}}}, "__rfloordiv__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.unsignedinteger.__rfloordiv__", "name": "__rfloordiv__", "type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": 1, "name": "_NBit1", "namespace": "numpy.unsignedinteger", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.typing._callable._UnsignedIntOp"}}}, "__rlshift__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.unsignedinteger.__rlshift__", "name": "__rlshift__", "type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": 1, "name": "_NBit1", "namespace": "numpy.unsignedinteger", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.typing._callable._UnsignedIntBitOp"}}}, "__rmod__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.unsignedinteger.__rmod__", "name": "__rmod__", "type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": 1, "name": "_NBit1", "namespace": "numpy.unsignedinteger", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.typing._callable._UnsignedIntMod"}}}, "__rmul__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.unsignedinteger.__rmul__", "name": "__rmul__", "type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": 1, "name": "_NBit1", "namespace": "numpy.unsignedinteger", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.typing._callable._UnsignedIntOp"}}}, "__ror__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.unsignedinteger.__ror__", "name": "__ror__", "type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": 1, "name": "_NBit1", "namespace": "numpy.unsignedinteger", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.typing._callable._UnsignedIntBitOp"}}}, "__rpow__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.unsignedinteger.__rpow__", "name": "__rpow__", "type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": 1, "name": "_NBit1", "namespace": "numpy.unsignedinteger", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.typing._callable._UnsignedIntOp"}}}, "__rrshift__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.unsignedinteger.__rrshift__", "name": "__rrshift__", "type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": 1, "name": "_NBit1", "namespace": "numpy.unsignedinteger", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.typing._callable._UnsignedIntBitOp"}}}, "__rshift__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.unsignedinteger.__rshift__", "name": "__rshift__", "type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": 1, "name": "_NBit1", "namespace": "numpy.unsignedinteger", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.typing._callable._UnsignedIntBitOp"}}}, "__rsub__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.unsignedinteger.__rsub__", "name": "__rsub__", "type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": 1, "name": "_NBit1", "namespace": "numpy.unsignedinteger", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.typing._callable._UnsignedIntOp"}}}, "__rxor__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.unsignedinteger.__rxor__", "name": "__rxor__", "type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": 1, "name": "_NBit1", "namespace": "numpy.unsignedinteger", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.typing._callable._UnsignedIntBitOp"}}}, "__sub__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.unsignedinteger.__sub__", "name": "__sub__", "type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": 1, "name": "_NBit1", "namespace": "numpy.unsignedinteger", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.typing._callable._UnsignedIntOp"}}}, "__xor__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.unsignedinteger.__xor__", "name": "__xor__", "type": {".class": "Instance", "args": [{".class": "TypeVarType", "fullname": "numpy._NBit1", "id": 1, "name": "_NBit1", "namespace": "numpy.unsignedinteger", "upper_bound": "numpy.typing.NBitBase", "values": [], "variance": 0}], "type_ref": "numpy.typing._callable._UnsignedIntBitOp"}}}}, "slots": null, "tuple_type": null, "type_vars": ["_NBit1"], "typeddict_type": null}}, "unwrap": {".class": "SymbolTableNode", "cross_ref": "numpy.lib.function_base.unwrap", "kind": "Gdef", "module_public": false}, "ushort": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "numpy.ushort", "line": 3341, "no_args": false, "normalized": false, "target": {".class": "Instance", "args": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._nbit._NBitShort"}], "type_ref": "numpy.unsignedinteger"}}}, "vander": {".class": "SymbolTableNode", "cross_ref": "numpy.lib.twodim_base.vander", "kind": "Gdef", "module_public": false}, "var": {".class": "SymbolTableNode", "cross_ref": "numpy.core.fromnumeric.var", "kind": "Gdef", "module_public": false}, "vdot": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["a", "b"], "flags": [], "fullname": "numpy.vdot", "name": "vdot", "type": null}}, "vectorize": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["builtins.object"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "numpy.vectorize", "name": "vectorize", "type_vars": []}, "deletable_attributes": [], "flags": [], "fullname": "numpy.vectorize", "has_param_spec_type": false, "metaclass_type": null, "metadata": {}, "module_name": "numpy", "mro": ["numpy.vectorize", "builtins.object"], "names": {".class": "SymbolTable", "__call__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 2, 4], "arg_names": ["self", "args", "kwargs"], "flags": [], "fullname": "numpy.vectorize.__call__", "name": "__call__", "type": {".class": "CallableType", "arg_kinds": [0, 2, 4], "arg_names": ["self", "args", "kwargs"], "arg_types": ["numpy.vectorize", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__call__ of vectorize", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "__doc__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.vectorize.__doc__", "name": "__doc__", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1, 1, 1, 1, 1], "arg_names": ["self", "pyfunc", "otypes", "doc", "excluded", "cache", "signature"], "flags": [], "fullname": "numpy.vectorize.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 1, 1, 1, 1, 1], "arg_names": ["self", "pyfunc", "otypes", "doc", "excluded", "cache", "signature"], "arg_types": ["numpy.vectorize", {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__init__ of vectorize", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "cache": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.vectorize.cache", "name": "cache", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "excluded": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.vectorize.excluded", "name": "excluded", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "otypes": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.vectorize.otypes", "name": "otypes", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "pyfunc": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.vectorize.pyfunc", "name": "pyfunc", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "signature": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.vectorize.signature", "name": "signature", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}}, "slots": null, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "version": {".class": "SymbolTableNode", "cross_ref": "numpy.version", "kind": "Gdef", "module_public": false}, "void": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["numpy.flexible"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "numpy.void", "name": "void", "type_vars": []}, "deletable_attributes": [], "flags": [], "fullname": "numpy.void", "has_param_spec_type": false, "metaclass_type": null, "metadata": {}, "module_name": "numpy", "mro": ["numpy.void", "numpy.flexible", "numpy.generic", "numpy._ArrayOrScalarCommon", "builtins.object"], "names": {".class": "SymbolTable", "__getitem__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": [null, null], "flags": [], "fullname": "numpy.void.__getitem__", "name": "__getitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": [null, null], "arg_types": ["numpy.void", "typing_extensions.SupportsIndex"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__getitem__ of void", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}, "type_guard": null, "variables": []}}}, "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", null], "flags": [], "fullname": "numpy.void.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", null], "arg_types": ["numpy.void", {".class": "UnionType", "items": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._scalars._IntLike_co"}, "builtins.bytes"]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__init__ of void", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "__setitem__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "flags": [], "fullname": "numpy.void.__setitem__", "name": "__setitem__", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": ["numpy.void", "typing_extensions.SupportsIndex", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "__setitem__ of void", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "imag": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "numpy.void.imag", "name": "imag", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "namespace": "", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "imag of void", "ret_type": {".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "namespace": "", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "namespace": "", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}]}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "imag", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "namespace": "", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "imag of void", "ret_type": {".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "namespace": "", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "namespace": "", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}]}}}}, "real": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_decorated"], "fullname": "numpy.void.real", "name": "real", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "namespace": "", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "real of void", "ret_type": {".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "namespace": "", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "namespace": "", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}]}}, "is_overload": false, "var": {".class": "Var", "flags": ["is_initialized_in_class", "is_property", "is_ready"], "fullname": null, "name": "real", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": [{".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "namespace": "", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "real of void", "ret_type": {".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "namespace": "", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}, "type_guard": null, "variables": [{".class": "TypeVarType", "fullname": "numpy._ArraySelf", "id": -1, "name": "_ArraySelf", "namespace": "", "upper_bound": "numpy._ArrayOrScalarCommon", "values": [], "variance": 0}]}}}}, "setfield": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "val", "dtype", "offset"], "flags": [], "fullname": "numpy.void.setfield", "name": "setfield", "type": {".class": "CallableType", "arg_kinds": [0, 0, 0, 1], "arg_names": ["self", "val", "dtype", "offset"], "arg_types": ["numpy.void", {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._dtype_like.DTypeLike"}, "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "setfield of void", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}}, "slots": null, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "void0": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeAlias", "alias_tvars": [], "column": 0, "fullname": "numpy.void0", "line": 3465, "no_args": true, "normalized": false, "target": "numpy.void"}}, "vsplit": {".class": "SymbolTableNode", "cross_ref": "numpy.lib.shape_base.vsplit", "kind": "Gdef", "module_public": false}, "vstack": {".class": "SymbolTableNode", "cross_ref": "numpy.core.shape_base.vstack", "kind": "Gdef", "module_public": false}, "where": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "OverloadedFuncDef", "flags": [], "fullname": "numpy.where", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": [null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.where", "name": "where", "type": null}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "where", "type": null}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "flags": ["is_overload", "is_decorated"], "fullname": "numpy.where", "name": "where", "type": null}, "is_overload": true, "var": {".class": "Var", "flags": [], "fullname": null, "name": "where", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": [null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "from_concatenate": false, "implicit": true, "is_ellipsis_args": false, "name": "where", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}, {".class": "CallableType", "arg_kinds": [0, 0, 0], "arg_names": [null, null, null], "arg_types": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "from_concatenate": false, "implicit": true, "is_ellipsis_args": false, "name": "where", "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}]}}}, "who": {".class": "SymbolTableNode", "cross_ref": "numpy.lib.utils.who", "kind": "Gdef", "module_public": false}, "zeros": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 5], "arg_names": ["shape", "dtype", "order", "like"], "flags": [], "fullname": "numpy.zeros", "name": "zeros", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 5], "arg_names": ["shape", "dtype", "order", "like"], "arg_types": [{".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._shape._ShapeLike"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._dtype_like.DTypeLike"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy._OrderCF"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like.ArrayLike"}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "zeros", "ret_type": {".class": "Instance", "args": [{".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}, {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 4}], "type_ref": "numpy.ndarray"}, "type_guard": null, "variables": []}}}, "zeros_like": {".class": "SymbolTableNode", "cross_ref": "numpy.core.numeric.zeros_like", "kind": "Gdef", "module_public": false}}, "path": "/home/patrick/hf/lib/python3.7/site-packages/numpy/__init__.pyi"}