cytoflowgui.op_plugins.op_plugin_base#

@author: brian

class cytoflowgui.op_plugins.op_plugin_base.OpHandler(*args: Any, **kwargs: Any)[source]#

Bases: Controller

Base class for operation handlers.

context = <traits.trait_types.Instance object>#
class cytoflowgui.op_plugins.op_plugin_base.PluginHelpMixin[source]#

Bases: HasTraits

get_help()[source]#

Gets the HTML help for this module, deriving the filename from the class name.

Returns:

The HTML help, in a single string.

Return type:

string