{".class": "MypyFile", "_fullname": "numpy.random._philox", "future_import_flags": [], "is_partial_stub_package": false, "is_stub": true, "names": {".class": "SymbolTable", "Any": {".class": "SymbolTableNode", "cross_ref": "typing.Any", "kind": "Gdef", "module_hidden": true, "module_public": false}, "BitGenerator": {".class": "SymbolTableNode", "cross_ref": "numpy.random.bit_generator.BitGenerator", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Philox": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["numpy.random.bit_generator.BitGenerator"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "numpy.random._philox.Philox", "name": "Philox", "type_vars": []}, "deletable_attributes": [], "flags": [], "fullname": "numpy.random._philox.Philox", "has_param_spec_type": false, "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "numpy.random._philox", "mro": ["numpy.random._philox.Philox", "numpy.random.bit_generator.BitGenerator", "abc.ABC", "builtins.object"], "names": {".class": "SymbolTable", "__init__": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "seed", "counter", "key"], "flags": [], "fullname": "numpy.random._philox.Philox.__init__", "name": "__init__", "type": {".class": "CallableType", "arg_kinds": [0, 1, 1, 1], "arg_names": ["self", "seed", "counter", "key"], "arg_types": ["numpy.random._philox.Philox", {".class": "UnionType", "items": [{".class": "NoneType"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeInt_co"}, "numpy.random.bit_generator.SeedSequence"]}, {".class": "UnionType", "items": [{".class": "NoneType"}, {".class": "TypeAliasType", "args": [], "type_ref": "numpy.typing._array_like._ArrayLikeInt_co"}]}, {".class": "UnionType", "items": [{".class": "NoneType"}, {".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": "__init__ of Philox", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}}, "advance": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "delta"], "flags": [], "fullname": "numpy.random._philox.Philox.advance", "name": "advance", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "delta"], "arg_types": ["numpy.random._philox.Philox", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "advance of Philox", "ret_type": "numpy.random._philox.Philox", "type_guard": null, "variables": []}}}, "jumped": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "FuncDef", "arg_kinds": [0, 1], "arg_names": ["self", "jumps"], "flags": [], "fullname": "numpy.random._philox.Philox.jumped", "name": "jumped", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["self", "jumps"], "arg_types": ["numpy.random._philox.Philox", "builtins.int"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "jumped of Philox", "ret_type": "numpy.random._philox.Philox", "type_guard": null, "variables": []}}}, "state": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "OverloadedFuncDef", "flags": ["is_property"], "fullname": "numpy.random._philox.Philox.state", "impl": null, "items": [{".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["self"], "flags": ["is_property", "is_overload", "is_decorated"], "fullname": "numpy.random._philox.Philox.state", "name": "state", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy.random._philox.Philox"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "state of Philox", "ret_type": {".class": "TypedDictType", "fallback": "numpy.random._philox._PhiloxState", "items": [["bit_generator", "builtins.str"], ["state", {".class": "TypedDictType", "fallback": "numpy.random._philox._PhiloxInternal", "items": [["counter", {".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.uint64"}], "type_ref": "numpy.dtype"}], "type_ref": "numpy.ndarray"}], ["key", {".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.uint64"}], "type_ref": "numpy.dtype"}], "type_ref": "numpy.ndarray"}]], "required_keys": ["counter", "key"]}], ["buffer", {".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.uint64"}], "type_ref": "numpy.dtype"}], "type_ref": "numpy.ndarray"}], ["buffer_pos", "builtins.int"], ["has_uint32", "builtins.int"], ["uinteger", "builtins.int"]], "required_keys": ["bit_generator", "buffer", "buffer_pos", "has_uint32", "state", "uinteger"]}, "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": "state", "type": {".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy.random._philox.Philox"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "state of Philox", "ret_type": {".class": "TypedDictType", "fallback": "numpy.random._philox._PhiloxState", "items": [["bit_generator", "builtins.str"], ["state", {".class": "TypedDictType", "fallback": "numpy.random._philox._PhiloxInternal", "items": [["counter", {".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.uint64"}], "type_ref": "numpy.dtype"}], "type_ref": "numpy.ndarray"}], ["key", {".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.uint64"}], "type_ref": "numpy.dtype"}], "type_ref": "numpy.ndarray"}]], "required_keys": ["counter", "key"]}], ["buffer", {".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.uint64"}], "type_ref": "numpy.dtype"}], "type_ref": "numpy.ndarray"}], ["buffer_pos", "builtins.int"], ["has_uint32", "builtins.int"], ["uinteger", "builtins.int"]], "required_keys": ["bit_generator", "buffer", "buffer_pos", "has_uint32", "state", "uinteger"]}, "type_guard": null, "variables": []}}}, {".class": "Decorator", "func": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["self", "value"], "flags": ["is_decorated"], "fullname": "numpy.random._philox.Philox.state", "name": "state", "type": {".class": "CallableType", "arg_kinds": [0, 0], "arg_names": ["self", "value"], "arg_types": ["numpy.random._philox.Philox", {".class": "TypedDictType", "fallback": "numpy.random._philox._PhiloxState", "items": [["bit_generator", "builtins.str"], ["state", {".class": "TypedDictType", "fallback": "numpy.random._philox._PhiloxInternal", "items": [["counter", {".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.uint64"}], "type_ref": "numpy.dtype"}], "type_ref": "numpy.ndarray"}], ["key", {".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.uint64"}], "type_ref": "numpy.dtype"}], "type_ref": "numpy.ndarray"}]], "required_keys": ["counter", "key"]}], ["buffer", {".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.uint64"}], "type_ref": "numpy.dtype"}], "type_ref": "numpy.ndarray"}], ["buffer_pos", "builtins.int"], ["has_uint32", "builtins.int"], ["uinteger", "builtins.int"]], "required_keys": ["bit_generator", "buffer", "buffer_pos", "has_uint32", "state", "uinteger"]}], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "state of Philox", "ret_type": {".class": "NoneType"}, "type_guard": null, "variables": []}}, "is_overload": false, "var": {".class": "Var", "flags": [], "fullname": null, "name": "state", "type": null}}], "type": {".class": "Overloaded", "items": [{".class": "CallableType", "arg_kinds": [0], "arg_names": ["self"], "arg_types": ["numpy.random._philox.Philox"], "bound_args": [], "def_extras": {"first_arg": "self"}, "fallback": "builtins.function", "from_concatenate": false, "implicit": false, "is_ellipsis_args": false, "name": "state of Philox", "ret_type": {".class": "TypedDictType", "fallback": "numpy.random._philox._PhiloxState", "items": [["bit_generator", "builtins.str"], ["state", {".class": "TypedDictType", "fallback": "numpy.random._philox._PhiloxInternal", "items": [["counter", {".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.uint64"}], "type_ref": "numpy.dtype"}], "type_ref": "numpy.ndarray"}], ["key", {".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.uint64"}], "type_ref": "numpy.dtype"}], "type_ref": "numpy.ndarray"}]], "required_keys": ["counter", "key"]}], ["buffer", {".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.uint64"}], "type_ref": "numpy.dtype"}], "type_ref": "numpy.ndarray"}], ["buffer_pos", "builtins.int"], ["has_uint32", "builtins.int"], ["uinteger", "builtins.int"]], "required_keys": ["bit_generator", "buffer", "buffer_pos", "has_uint32", "state", "uinteger"]}, "type_guard": null, "variables": []}]}}}}, "slots": null, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "SeedSequence": {".class": "SymbolTableNode", "cross_ref": "numpy.random.bit_generator.SeedSequence", "kind": "Gdef", "module_hidden": true, "module_public": false}, "TypedDict": {".class": "SymbolTableNode", "cross_ref": "typing_extensions.TypedDict", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Union": {".class": "SymbolTableNode", "cross_ref": "typing.Union", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_ArrayLikeInt_co": {".class": "SymbolTableNode", "cross_ref": "numpy.typing._array_like._ArrayLikeInt_co", "kind": "Gdef", "module_hidden": true, "module_public": false}, "_PhiloxInternal": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["typing._TypedDict"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "numpy.random._philox._PhiloxInternal", "name": "_PhiloxInternal", "type_vars": []}, "deletable_attributes": [], "flags": [], "fullname": "numpy.random._philox._PhiloxInternal", "has_param_spec_type": false, "metaclass_type": null, "metadata": {}, "module_name": "numpy.random._philox", "mro": ["numpy.random._philox._PhiloxInternal", "typing._TypedDict", "typing.Mapping", "typing.Collection", "typing.Iterable", "typing.Container", "builtins.object"], "names": {".class": "SymbolTable"}, "slots": null, "tuple_type": null, "type_vars": [], "typeddict_type": {".class": "TypedDictType", "fallback": "typing._TypedDict", "items": [["counter", {".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.uint64"}], "type_ref": "numpy.dtype"}], "type_ref": "numpy.ndarray"}], ["key", {".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.uint64"}], "type_ref": "numpy.dtype"}], "type_ref": "numpy.ndarray"}]], "required_keys": ["counter", "key"]}}}, "_PhiloxState": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["typing._TypedDict"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "numpy.random._philox._PhiloxState", "name": "_PhiloxState", "type_vars": []}, "deletable_attributes": [], "flags": [], "fullname": "numpy.random._philox._PhiloxState", "has_param_spec_type": false, "metaclass_type": null, "metadata": {}, "module_name": "numpy.random._philox", "mro": ["numpy.random._philox._PhiloxState", "typing._TypedDict", "typing.Mapping", "typing.Collection", "typing.Iterable", "typing.Container", "builtins.object"], "names": {".class": "SymbolTable"}, "slots": null, "tuple_type": null, "type_vars": [], "typeddict_type": {".class": "TypedDictType", "fallback": "typing._TypedDict", "items": [["bit_generator", "builtins.str"], ["state", {".class": "TypedDictType", "fallback": "numpy.random._philox._PhiloxInternal", "items": [["counter", {".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.uint64"}], "type_ref": "numpy.dtype"}], "type_ref": "numpy.ndarray"}], ["key", {".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.uint64"}], "type_ref": "numpy.dtype"}], "type_ref": "numpy.ndarray"}]], "required_keys": ["counter", "key"]}], ["buffer", {".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.uint64"}], "type_ref": "numpy.dtype"}], "type_ref": "numpy.ndarray"}], ["buffer_pos", "builtins.int"], ["has_uint32", "builtins.int"], ["uinteger", "builtins.int"]], "required_keys": ["bit_generator", "buffer", "buffer_pos", "has_uint32", "state", "uinteger"]}}}, "__annotations__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.random._philox.__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", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.random._philox.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.random._philox.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.random._philox.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.random._philox.__package__", "name": "__package__", "type": "builtins.str"}}, "dtype": {".class": "SymbolTableNode", "cross_ref": "numpy.dtype", "kind": "Gdef", "module_hidden": true, "module_public": false}, "ndarray": {".class": "SymbolTableNode", "cross_ref": "numpy.ndarray", "kind": "Gdef", "module_hidden": true, "module_public": false}, "sys": {".class": "SymbolTableNode", "cross_ref": "sys", "kind": "Gdef", "module_hidden": true, "module_public": false}, "uint64": {".class": "SymbolTableNode", "cross_ref": "numpy.uint64", "kind": "Gdef", "module_hidden": true, "module_public": false}}, "path": "/home/patrick/hf/lib/python3.7/site-packages/numpy/random/_philox.pyi"}