ami / .mypy_cache /3.7 /numpy /polynomial /hermite_e.data.json
patrickvonplaten's picture
upload all
c7a0c46
{".class": "MypyFile", "_fullname": "numpy.polynomial.hermite_e", "future_import_flags": [], "is_partial_stub_package": false, "is_stub": true, "names": {".class": "SymbolTable", "ABCPolyBase": {".class": "SymbolTableNode", "cross_ref": "numpy.polynomial._polybase.ABCPolyBase", "kind": "Gdef", "module_hidden": true, "module_public": false}, "Any": {".class": "SymbolTableNode", "cross_ref": "typing.Any", "kind": "Gdef", "module_hidden": true, "module_public": false}, "HermiteE": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "TypeInfo", "_promote": null, "abstract_attributes": [], "bases": ["numpy.polynomial._polybase.ABCPolyBase"], "declared_metaclass": null, "defn": {".class": "ClassDef", "fullname": "numpy.polynomial.hermite_e.HermiteE", "name": "HermiteE", "type_vars": []}, "deletable_attributes": [], "flags": [], "fullname": "numpy.polynomial.hermite_e.HermiteE", "has_param_spec_type": false, "metaclass_type": "abc.ABCMeta", "metadata": {}, "module_name": "numpy.polynomial.hermite_e", "mro": ["numpy.polynomial.hermite_e.HermiteE", "numpy.polynomial._polybase.ABCPolyBase", "abc.ABC", "builtins.object"], "names": {".class": "SymbolTable", "basis_name": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.polynomial.hermite_e.HermiteE.basis_name", "name": "basis_name", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "domain": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.polynomial.hermite_e.HermiteE.domain", "name": "domain", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}, "window": {".class": "SymbolTableNode", "kind": "Mdef", "node": {".class": "Var", "flags": ["is_initialized_in_class", "is_ready"], "fullname": "numpy.polynomial.hermite_e.HermiteE.window", "name": "window", "type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 2}}}}, "slots": null, "tuple_type": null, "type_vars": [], "typeddict_type": null}}, "List": {".class": "SymbolTableNode", "cross_ref": "typing.List", "kind": "Gdef", "module_hidden": true, "module_public": false}, "__all__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.polynomial.hermite_e.__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.polynomial.hermite_e.__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.polynomial.hermite_e.__doc__", "name": "__doc__", "type": "builtins.str"}}, "__file__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.polynomial.hermite_e.__file__", "name": "__file__", "type": "builtins.str"}}, "__name__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.polynomial.hermite_e.__name__", "name": "__name__", "type": "builtins.str"}}, "__package__": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.polynomial.hermite_e.__package__", "name": "__package__", "type": "builtins.str"}}, "dtype": {".class": "SymbolTableNode", "cross_ref": "numpy.dtype", "kind": "Gdef", "module_hidden": true, "module_public": false}, "herme2poly": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["c"], "flags": [], "fullname": "numpy.polynomial.hermite_e.herme2poly", "name": "herme2poly", "type": null}}, "hermeadd": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["c1", "c2"], "flags": [], "fullname": "numpy.polynomial.hermite_e.hermeadd", "name": "hermeadd", "type": null}}, "hermecompanion": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["c"], "flags": [], "fullname": "numpy.polynomial.hermite_e.hermecompanion", "name": "hermecompanion", "type": null}}, "hermeder": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1], "arg_names": ["c", "m", "scl", "axis"], "flags": [], "fullname": "numpy.polynomial.hermite_e.hermeder", "name": "hermeder", "type": null}}, "hermediv": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["c1", "c2"], "flags": [], "fullname": "numpy.polynomial.hermite_e.hermediv", "name": "hermediv", "type": null}}, "hermedomain": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.polynomial.hermite_e.hermedomain", "name": "hermedomain", "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.int_"}], "type_ref": "numpy.dtype"}], "type_ref": "numpy.ndarray"}}}, "hermefit": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 1, 1, 1], "arg_names": ["x", "y", "deg", "rcond", "full", "w"], "flags": [], "fullname": "numpy.polynomial.hermite_e.hermefit", "name": "hermefit", "type": null}}, "hermefromroots": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["roots"], "flags": [], "fullname": "numpy.polynomial.hermite_e.hermefromroots", "name": "hermefromroots", "type": null}}, "hermegauss": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["deg"], "flags": [], "fullname": "numpy.polynomial.hermite_e.hermegauss", "name": "hermegauss", "type": null}}, "hermegrid2d": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["x", "y", "c"], "flags": [], "fullname": "numpy.polynomial.hermite_e.hermegrid2d", "name": "hermegrid2d", "type": null}}, "hermegrid3d": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["x", "y", "z", "c"], "flags": [], "fullname": "numpy.polynomial.hermite_e.hermegrid3d", "name": "hermegrid3d", "type": null}}, "hermeint": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 1, 1, 1, 1, 1], "arg_names": ["c", "m", "k", "lbnd", "scl", "axis"], "flags": [], "fullname": "numpy.polynomial.hermite_e.hermeint", "name": "hermeint", "type": null}}, "hermeline": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["off", "scl"], "flags": [], "fullname": "numpy.polynomial.hermite_e.hermeline", "name": "hermeline", "type": null}}, "hermemul": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["c1", "c2"], "flags": [], "fullname": "numpy.polynomial.hermite_e.hermemul", "name": "hermemul", "type": null}}, "hermemulx": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["c"], "flags": [], "fullname": "numpy.polynomial.hermite_e.hermemulx", "name": "hermemulx", "type": null}}, "hermeone": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.polynomial.hermite_e.hermeone", "name": "hermeone", "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.int_"}], "type_ref": "numpy.dtype"}], "type_ref": "numpy.ndarray"}}}, "hermepow": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["c", "pow", "maxpower"], "flags": [], "fullname": "numpy.polynomial.hermite_e.hermepow", "name": "hermepow", "type": null}}, "hermeroots": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["c"], "flags": [], "fullname": "numpy.polynomial.hermite_e.hermeroots", "name": "hermeroots", "type": null}}, "hermesub": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["c1", "c2"], "flags": [], "fullname": "numpy.polynomial.hermite_e.hermesub", "name": "hermesub", "type": null}}, "hermetrim": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["has_explicit_value"], "fullname": "numpy.polynomial.hermite_e.hermetrim", "name": "hermetrim", "type": {".class": "CallableType", "arg_kinds": [0, 1], "arg_names": ["c", "tol"], "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}], "bound_args": [], "def_extras": {"first_arg": null}, "fallback": "builtins.function", "from_concatenate": false, "implicit": true, "is_ellipsis_args": false, "name": null, "ret_type": {".class": "AnyType", "missing_import_name": null, "source_any": null, "type_of_any": 1}, "type_guard": null, "variables": []}}}, "hermeval": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 0, 1], "arg_names": ["x", "c", "tensor"], "flags": [], "fullname": "numpy.polynomial.hermite_e.hermeval", "name": "hermeval", "type": null}}, "hermeval2d": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["x", "y", "c"], "flags": [], "fullname": "numpy.polynomial.hermite_e.hermeval2d", "name": "hermeval2d", "type": null}}, "hermeval3d": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["x", "y", "z", "c"], "flags": [], "fullname": "numpy.polynomial.hermite_e.hermeval3d", "name": "hermeval3d", "type": null}}, "hermevander": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 0], "arg_names": ["x", "deg"], "flags": [], "fullname": "numpy.polynomial.hermite_e.hermevander", "name": "hermevander", "type": null}}, "hermevander2d": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0], "arg_names": ["x", "y", "deg"], "flags": [], "fullname": "numpy.polynomial.hermite_e.hermevander2d", "name": "hermevander2d", "type": null}}, "hermevander3d": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0, 0, 0, 0], "arg_names": ["x", "y", "z", "deg"], "flags": [], "fullname": "numpy.polynomial.hermite_e.hermevander3d", "name": "hermevander3d", "type": null}}, "hermeweight": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["x"], "flags": [], "fullname": "numpy.polynomial.hermite_e.hermeweight", "name": "hermeweight", "type": null}}, "hermex": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.polynomial.hermite_e.hermex", "name": "hermex", "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.int_"}], "type_ref": "numpy.dtype"}], "type_ref": "numpy.ndarray"}}}, "hermezero": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "Var", "flags": ["is_ready"], "fullname": "numpy.polynomial.hermite_e.hermezero", "name": "hermezero", "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.int_"}], "type_ref": "numpy.dtype"}], "type_ref": "numpy.ndarray"}}}, "int_": {".class": "SymbolTableNode", "cross_ref": "numpy.int_", "kind": "Gdef", "module_hidden": true, "module_public": false}, "ndarray": {".class": "SymbolTableNode", "cross_ref": "numpy.ndarray", "kind": "Gdef", "module_hidden": true, "module_public": false}, "poly2herme": {".class": "SymbolTableNode", "kind": "Gdef", "module_public": false, "node": {".class": "FuncDef", "arg_kinds": [0], "arg_names": ["pol"], "flags": [], "fullname": "numpy.polynomial.hermite_e.poly2herme", "name": "poly2herme", "type": null}}, "trimcoef": {".class": "SymbolTableNode", "cross_ref": "numpy.polynomial.polyutils.trimcoef", "kind": "Gdef", "module_hidden": true, "module_public": false}}, "path": "/home/patrick/hf/lib/python3.7/site-packages/numpy/polynomial/hermite_e.pyi"}