OpenMSBuildInfo#

class pyopenms.OpenMSBuildInfo#

Bases: object

Cython implementation of _OpenMSBuildInfo

Documentation is available at http://www.openms.de/current_doxygen/html/classOpenMS::Internal_1_1OpenMSBuildInfo.html

__init__()#
  • Cython signature: void OpenMSBuildInfo()

  • Cython signature: void OpenMSBuildInfo(OpenMSBuildInfo &)

Methods

__init__

  • Cython signature: void OpenMSBuildInfo()

getBuildType

Cython signature: String getBuildType()

getOpenMPMaxNumThreads

Cython signature: size_t getOpenMPMaxNumThreads()

isOpenMPEnabled

Cython signature: bool isOpenMPEnabled()

setOpenMPNumThreads

Cython signature: void setOpenMPNumThreads(int num_threads)

getBuildType()#

Cython signature: String getBuildType()

getOpenMPMaxNumThreads()#

Cython signature: size_t getOpenMPMaxNumThreads()

isOpenMPEnabled()#

Cython signature: bool isOpenMPEnabled()

setOpenMPNumThreads()#

Cython signature: void setOpenMPNumThreads(int num_threads)