parselmouth.Data#
- class parselmouth.Data#
Bases:
ThingMethods
Read a file into a
parselmouth.Dataobject.Attributes
- class FileFormat#
Bases:
pybind11_object- classmethod __new__(*args, **kwargs)#
- __index__(self: parselmouth.Data.FileFormat) int#
- __init__(self: parselmouth.Data.FileFormat, value: int) None#
- __init__(self: parselmouth.Data.FileFormat, arg0: str) None
- __int__(self: parselmouth.Data.FileFormat) int#
- __str__()#
name(self: handle) -> str
- BINARY = <FileFormat.BINARY: 2>#
- SHORT_TEXT = <FileFormat.SHORT_TEXT: 1>#
- TEXT = <FileFormat.TEXT: 0>#
- Data.FileFormat.name -> str
- property value#
- classmethod __new__(*args, **kwargs)#
- static read(file_path: str) parselmouth.Data#
Read a file into a
parselmouth.Dataobject.- Parameters:
file_path (str) – The path of the file on disk to read.
- Returns:
The Praat Data object that was read.
- Return type:
See also
- __copy__(self: parselmouth.Data) parselmouth.Data#
- __deepcopy__(self: parselmouth.Data, memo: dict) parselmouth.Data#
- __eq__(self: parselmouth.Data, other: parselmouth.Data) bool#
- __init__(*args, **kwargs)#
- __ne__(self: parselmouth.Data, other: parselmouth.Data) bool#
- __str__(self: parselmouth.Thing) str#
- copy(self: parselmouth.Data) parselmouth.Data#
- info(self: parselmouth.Thing) str#
- save(self: parselmouth.Data, file_path: str, format: parselmouth.Data.FileFormat = <FileFormat.TEXT: 0>) None#
- save_as_binary_file(self: parselmouth.Data, file_path: str) None#
- save_as_short_text_file(self: parselmouth.Data, file_path: str) None#
- save_as_text_file(self: parselmouth.Data, file_path: str) None#
- __hash__ = None#
- property class_name#
- property full_name#
- property name#