AbsoluteQuantitationMethodFile#

class pyopenms.AbsoluteQuantitationMethodFile#

Bases: object

Cython implementation of _AbsoluteQuantitationMethodFile

Original C++ documentation is available here

__init__()#

Overload:

__init__(self) None

Overload:

__init__(self, in_0: AbsoluteQuantitationMethodFile) None

Methods

__init__

Overload:

load(self, filename, aqm_list)

store(self, filename, aqm_list)

load(self, filename: bytes | str | String, aqm_list: List[AbsoluteQuantitationMethod]) None#
store(self, filename: bytes | str | String, aqm_list: List[AbsoluteQuantitationMethod]) None#