ExecutableForcedLoadSetting

class mobase.ExecutableForcedLoadSetting(process, library)

Bases: object

Methods Summary

enabled()

forced()

library()

process()

withEnabled(enabled)

withForced(forced)

Methods Documentation

enabled()
Return type:

bool

forced()
Return type:

bool

library()
Return type:

str

process()
Return type:

str

withEnabled(enabled)
Return type:

ExecutableForcedLoadSetting

withForced(forced)
Return type:

ExecutableForcedLoadSetting