parselmouth.ValueInterpolation#

class parselmouth.ValueInterpolation#

Bases: pybind11_object

Methods

__init__

Attributes

CUBIC

LINEAR

NEAREST

SINC70

SINC700

name

value

__eq__(self: object, other: object) bool#
__hash__(self: object) int#
__index__(self: parselmouth.ValueInterpolation) int#
__init__(self: parselmouth.ValueInterpolation, value: int) None#
__init__(self: parselmouth.ValueInterpolation, arg0: str) None
__int__(self: parselmouth.ValueInterpolation) int#
__ne__(self: object, other: object) bool#
__new__(**kwargs)#
__repr__(self: object) str#
__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#