Software

class pyopenms.Software

Bases: object

Cython implementation of _Software

Original C++ documentation is available here

__init__()

Overload:

__init__(self) None

Overload:

__init__(self, in_0: Software) None

Methods

__init__

Overload:

getName(self)

Returns the name of the software

getVersion(self)

Returns the software version

setName(self, in_0)

Sets the name of the software

setVersion(self, in_0)

Sets the software version

getName(self) Union[bytes, str, String]

Returns the name of the software

getVersion(self) Union[bytes, str, String]

Returns the software version

setName(self, in_0: Union[bytes, str, String]) None

Sets the name of the software

setVersion(self, in_0: Union[bytes, str, String]) None

Sets the software version