TransformationXMLFile#

class pyopenms.TransformationXMLFile#

Bases: object

Cython implementation of _TransformationXMLFile

Original C++ documentation is available here

__init__(self) None#

Methods

__init__(self)

load(self, in_0, in_1, fit_model)

store(self, in_0, in_1)

load(self, in_0: bytes | str | String, in_1: TransformationDescription, fit_model: bool) None#
store(self, in_0: bytes | str | String, in_1: TransformationDescription) None#