Skip to the content.

MlxshakeBaseHandle - janklab.mlxshake.internal

HandleCompatible

janklab.mlxshake.internal.MlxshakeBaseHandle
  handle

Helptext

This class is a trick to support automatic library initialization.

To use it, have all your classes that depend on the library being initialized inherit from this or ExportmlxBase.

See also: MLXSHAKEBASE

Class Contents

Methods

Method Description
MlxshakeBaseHandle Constructor.

Superclasses

Superclass Description
handle Base class for handle classes

Methods

MlxshakeBaseHandle

Signature:

obj = MlxshakeBaseHandle()

Helptext:

This class is a trick to support automatic library initialization.

To use it, have all your classes that depend on the library being initialized inherit from this or ExportmlxBase.

See also: MLXSHAKEBASE