parselmouth.FormantUnit#

class parselmouth.FormantUnit#

Bases: pybind11_object

Methods

__init__

Attributes

BARK

HERTZ

name

value

__eq__(self: object, other: object) bool#
__hash__(self: object) int#
__index__(self: parselmouth.FormantUnit) int#
__init__(self: parselmouth.FormantUnit, value: int) None#
__init__(self: parselmouth.FormantUnit, arg0: str) None
__int__(self: parselmouth.FormantUnit) int#
__ne__(self: object, other: object) bool#
__new__(**kwargs)#
__repr__(self: object) str#
__str__()#

name(self: handle) -> str

BARK = <FormantUnit.BARK: 1>#
HERTZ = <FormantUnit.HERTZ: 0>#
property name#
property value#