parselmouth.ValueInterpolation#
- class parselmouth.ValueInterpolation#
Bases:
pybind11_object
Methods
Attributes
- __index__(self: parselmouth.ValueInterpolation) int #
- __init__(self: parselmouth.ValueInterpolation, value: int) None #
- __init__(self: parselmouth.ValueInterpolation, arg0: str) None
- __int__(self: parselmouth.ValueInterpolation) int #
- __new__(**kwargs)#
- __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>#
- property name#
- property value#