class documentation

class InsertSymbolPlugin(PluginClass): (source)

View In Hierarchy

Undocumented

Method __init__ Undocumented
Method get_symbols Undocumented
Method load_file Undocumented
Class Variable plugin_info Undocumented
Instance Variable symbol_order Undocumented
Instance Variable symbols Undocumented

Inherited from PluginClass:

Class Method check_dependencies Checks what dependencies are met and gives details for display in the preferences dialog
Class Method check_dependencies_ok Checks minimum dependencies are met
Class Method discover_classes Yields a list of classes derived from baseclass and defined in the same module as the plugin
Class Method lookup_subclass No summary
Static Method form_fields Undocumented
Method destroy Destroy the plugin object and all extensions It is only called when a user actually disables the plugin, not when the application exits.
Method notebook_properties Undocumented
Method teardown Cleanup method called by destroy(). Can be implemented by sub-classes.
Class Variable plugin_notebook_properties Undocumented
Class Variable plugin_preferences Undocumented
Instance Variable extension_classes Undocumented
Instance Variable extensions Undocumented
Instance Variable preferences Undocumented
Property config_key The name of section used in the config files to store the preferences for this plugin.
Static Method _init_config Undocumented

Inherited from ConnectorMixin (via PluginClass):

Method connectto Connect to signals of another object E.g.:
Method connectto_all Convenience method to combine multiple calls to connectto().
Method disconnect_all Disconnect all signals that have been connected with connectto and friends. Typically called when you want to destroy this object.
Method disconnect_from Disc all signals that have been connected with connectto and friends to a specific object.
Method _disconnect_from Undocumented
Instance Variable _connected_signals Undocumented
def __init__(self): (source)

Undocumented

def get_symbols(self): (source)

Undocumented

def load_file(self): (source)

Undocumented

plugin_info = (source)

Undocumented

symbol_order: list = (source)

Undocumented

symbols: dict = (source)

Undocumented