NeatPubResult
class NeatPubResult(vals)
A class to store the PUB results of Neat
.
It allows performing mathematical operations (+
, -
, *
, /
, abs
, and **
) with other objects of type NeatPubResultLike
and with scalars.
Parameters
vals (Union
[_SupportsArray
[dtype
[Any
]], _NestedSequence
[_SupportsArray
[dtype
[Any
]]], bool
, int
, float
, complex
, str
, bytes
, _NestedSequence
[Union
[bool
, int
, float
, complex
, str
, bytes
]]]) – The values in this NeatPubResult
.
Attributes
vals
Methods
__mul__
Was this page helpful?
Report a bug or request content on GitHub.