Attachment#

class pyopenms.Attachment#

Bases: object

Cython implementation of _Attachment

Original C++ documentation is available here

__init__()#

Overload:

__init__(self) None

Overload:

__init__(self, in_0: Attachment) None

Methods

__init__

Overload:

toCSVString(self, separator)

toXMLString(self, indentation_level)

Attributes

binary

colTypes

cvAcc

cvRef

id

name

qualityRef

tableRows

unitAcc

unitRef

value

binary#
colTypes#
cvAcc#
cvRef#
id#
name#
qualityRef#
tableRows#
toCSVString(self, separator: bytes | str | String) bytes | str | String#
toXMLString(self, indentation_level: int) bytes | str | String#
unitAcc#
unitRef#
value#