OpenMSBuildInfo#
- class pyopenms.OpenMSBuildInfo#
Bases:
objectCython implementation of _OpenMSBuildInfo
Original C++ documentation is available here
- __init__()#
Overload:
- __init__(self) None
Overload:
- __init__(self, in_0: OpenMSBuildInfo) None
Methods
getBuildType(self, /)__static_OpenMSBuildInfo_getBuildType() -> Union[bytes, str, String]
getOpenMPMaxNumThreads(self, /)__static_OpenMSBuildInfo_getOpenMPMaxNumThreads() -> int
isOpenMPEnabled(self, /)__static_OpenMSBuildInfo_isOpenMPEnabled() -> bool
__static_OpenMSBuildInfo_setOpenMPNumThreads(num_threads: int ) -> None
- getBuildType(self, /)#
__static_OpenMSBuildInfo_getBuildType() -> Union[bytes, str, String]
- getOpenMPMaxNumThreads(self, /)#
__static_OpenMSBuildInfo_getOpenMPMaxNumThreads() -> int
- isOpenMPEnabled(self, /)#
__static_OpenMSBuildInfo_isOpenMPEnabled() -> bool
- setOpenMPNumThreads()#
__static_OpenMSBuildInfo_setOpenMPNumThreads(num_threads: int ) -> None