pyinterp.core.fill.ValueType¶
- class pyinterp.core.fill.ValueType¶
Bases:
pybind11_object
Type of values processed by the loess filter
Members:
Undefined : Undefined values (fill undefined values).
Defined : Defined values (smooth values).
All : Smooth and fill values.
Attributes
Protected Methods
Special Methods
__eq__
(self, other)__getstate__
(self)__index__
(self)__int__
(self)__ne__
(self, other)__repr__
(self)__setstate__
(self, state)__str__
(self)