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) bytes | str | String#

Returns the name of the software

getVersion(self) bytes | str | String#

Returns the software version

setName(self, in_0: bytes | str | String) None#

Sets the name of the software

setVersion(self, in_0: bytes | str | String) None#

Sets the software version