type property

type property

Gets and sets the sampling pattern of extrapolation

Definition:

@property
def type(self):
    ...
@type.setter
def type(self, value):
    ...

See Also