GLXShell.libs.commands module

class GLXShell.libs.commands.GLXShellCommands[source]

Bases: GLXShellPropertyCommands

It class have responsibility to receive heritage from GLXShPropertyShell and GLXShellPropertyCommands.

Then the class provide GLXShellCommands.load(), GLXShellCommands.unload() and GLXShellCommands.reload() method’s.

It class is include by every plugins, for add method’s use directly by the Plugins Manager.

load()[source]

It function provide load plugin capability to class it receive heritage from it class.

shell property is require and should not be to None, that is done automatically by GLXSHell

reload()[source]

It function provide reload plugin capability to class it receive heritage from it class.

shell property is require and should not be to None, that is done automatically by GLXSHell

unload()[source]

It function provide unload plugin capability to class it receive heritage from it class.

shell property is require and should not be to None, that is done automatically by GLXSHell