parselmouth.WindowShape#

class parselmouth.WindowShape#

Bases: pybind11_object

Methods

__init__

Attributes

GAUSSIAN1

GAUSSIAN2

GAUSSIAN3

GAUSSIAN4

GAUSSIAN5

HAMMING

HANNING

KAISER1

KAISER2

PARABOLIC

RECTANGULAR

TRIANGULAR

name

value

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

name(self: handle) -> str

GAUSSIAN1 = <WindowShape.GAUSSIAN1: 5>#
GAUSSIAN2 = <WindowShape.GAUSSIAN2: 6>#
GAUSSIAN3 = <WindowShape.GAUSSIAN3: 7>#
GAUSSIAN4 = <WindowShape.GAUSSIAN4: 8>#
GAUSSIAN5 = <WindowShape.GAUSSIAN5: 9>#
HAMMING = <WindowShape.HAMMING: 4>#
HANNING = <WindowShape.HANNING: 3>#
KAISER1 = <WindowShape.KAISER1: 10>#
KAISER2 = <WindowShape.KAISER2: 11>#
PARABOLIC = <WindowShape.PARABOLIC: 2>#
RECTANGULAR = <WindowShape.RECTANGULAR: 0>#
TRIANGULAR = <WindowShape.TRIANGULAR: 1>#
property name#
property value#