parselmouth.ValueInterpolation#
- class parselmouth.ValueInterpolation#
Bases:
pybind11_objectMethods
Attributes
- classmethod __new__(*args, **kwargs)#
- __index__(self: parselmouth.ValueInterpolation) int#
- __init__(self: parselmouth.ValueInterpolation, value: int) None#
- __init__(self: parselmouth.ValueInterpolation, arg0: str) None
- __int__(self: parselmouth.ValueInterpolation) int#
- __str__()#
name(self: handle) -> str
- CUBIC = <ValueInterpolation.CUBIC: 2>#
- LINEAR = <ValueInterpolation.LINEAR: 1>#
- NEAREST = <ValueInterpolation.NEAREST: 0>#
- SINC70 = <ValueInterpolation.SINC70: 3>#
- SINC700 = <ValueInterpolation.SINC700: 4>#
- ValueInterpolation.name -> str
- property value#