Boolean Influence

class boolean_influence.BooleanInfluencePlugin
property dependencies

A set of plugin names that this plugin depends on.

Type

set[str]

property description

The description of the plugin.

Type

str

get_dependencies(self: boolean_influence.BooleanInfluencePlugin) Set[str]

Get a set of plugin names that this plugin depends on.

Returns

A set of plugin names that this plugin depends on.

Return type

set[str]

get_description(self: boolean_influence.BooleanInfluencePlugin) str

Get the description of the plugin.

Returns

The description of the plugin.

Return type

str

get_name(self: boolean_influence.BooleanInfluencePlugin) str

Get the name of the plugin.

Returns

The name of the plugin.

Return type

str

get_version(self: boolean_influence.BooleanInfluencePlugin) str

Get the version of the plugin.

Returns

The version of the plugin.

Return type

str

property name

The name of the plugin.

Type

str

property version

The version of the plugin.

Type

str