Skip to the content.

misc - janklab.mlxshake.internal

janklab.mlxshake.internal.misc

Helptext

Miscellaneous utilities not for importing.

The ones in this class are ones you typically wouldn’t want to import.

Class Contents

Methods

Method Description
setpackageappdata  
getpackageappdata  
mkdir  
misc Constructor.

Methods

setpackageappdata

Attributes: Static

Signature:

misc.setpackageappdata(key, value)

Helptext:

Set an appdata item for the MlxShake package.

getpackageappdata

Attributes: Static

Signature:

out = misc.getpackageappdata(key)

Helptext:

Get an appdata item for the MlxShake package.

mkdir

Attributes: Static

Signature:

misc.mkdir(dir)

Helptext:

Create a directory, raising an error on failure.

misc

Signature:

obj = misc()

Helptext:

Miscellaneous utilities not for importing.

The ones in this class are ones you typically wouldn’t want to import.