wlauto.instrumentation package

Module contents

wlauto.instrumentation.clear_instrumentation()[source]
wlauto.instrumentation.instrument_is_enabled(instrument)[source]

Returns True if the specified instrument is installed and is currently enabled, and False other wise. The instrument maybe specified either as a name or a subclass (or instance of subclass) of wlauto.core.Instrument.

wlauto.instrumentation.instrument_is_installed(instrument)[source]

Returns True if the specified instrument is installed, and False other wise. The instrument maybe specified either as a name or a subclass (or instance of subclass) of wlauto.core.Instrument.