OpenMSBuildInfo#

class pyopenms.OpenMSBuildInfo#

Bases: object

Cython implementation of _OpenMSBuildInfo

Original C++ documentation is available here

__init__()#

Overload:

__init__(self) None

Overload:

__init__(self, in_0: OpenMSBuildInfo) None

Methods

__init__

Overload:

getBuildType

__static_OpenMSBuildInfo_getBuildType() -> Union[bytes, str, String]

getOpenMPMaxNumThreads

__static_OpenMSBuildInfo_getOpenMPMaxNumThreads() -> int

isOpenMPEnabled

__static_OpenMSBuildInfo_isOpenMPEnabled() -> bool

setOpenMPNumThreads

__static_OpenMSBuildInfo_setOpenMPNumThreads(num_threads: int ) -> None

getBuildType()#

__static_OpenMSBuildInfo_getBuildType() -> Union[bytes, str, String]

getOpenMPMaxNumThreads()#

__static_OpenMSBuildInfo_getOpenMPMaxNumThreads() -> int

isOpenMPEnabled()#

__static_OpenMSBuildInfo_isOpenMPEnabled() -> bool

setOpenMPNumThreads()#

__static_OpenMSBuildInfo_setOpenMPNumThreads(num_threads: int ) -> None