Contents¶
The APIs are documented here in submodules, but each submodule class is
included at the top level, so code should import directly from the
pacemaker
module. For example, use from pacemaker import BuildOptions
,
not from pacemaker.buildoptions import BuildOptions
.
API¶
pacemaker |
API reference documentation for the pacemaker package. |
pacemaker.buildoptions |
A module providing information on build-time configuration of pacemaker. |
pacemaker.exitstatus |
A module providing constants relating to why a process or function exited. |