Skip to the content.

Settings - janklab.mlxshake

HandleCompatible

janklab.mlxshake.Settings
  janklab.mlxshake.internal.MlxshakeBaseHandle
    handle

Helptext

Global settings for the mlxshake package

Don’t use this class directly. If you want to get or set the settings, work with the instance of this in the janklab.mlxshake.globals.settings field.

There are currently no settings defined for this package.

Class Contents

Methods

Method Description
discover  
Settings Constructor.

Superclasses

Superclass Description
janklab.mlxshake.internal.MlxshakeBaseHandle  

Methods

discover

Attributes: Static

Signature:

out = Settings.discover()

Helptext:

Discovery of initial values for package settings.

This could look at config files, environment variables, Matlab appdata, and so on.

This needs to avoid referencing mlxshake.globals, to avoid a circular dependency.

Settings

Signature:

obj = Settings()

Helptext:

Global settings for the mlxshake package

Don’t use this class directly. If you want to get or set the settings, work with the instance of this in the janklab.mlxshake.globals.settings field.

There are currently no settings defined for this package.