pyfibre.core.base_pyfibre_plugin module

class pyfibre.core.base_pyfibre_plugin.BasePyFibrePlugin(*args, **kwargs)[source]

Bases: envisage.plugin.Plugin

Plugin that can be extended to provide additional multi image objects, such as IMultiImageFactory class

get_multi_image_factories()[source]

Returns a list of classes that provide an interface to IMultiImageFactory

get_name()[source]

Returns name of plugin

get_test_files()[source]

Returns a list of image files to use for integration tests

get_version()[source]

Returns version number of plugin

multi_image_factories = None

List of MultiImageFactories contributed by plugin

name = None

Name of the plugin

version = None

Version number of the plugin