5.3.1.12. is_dangerous_plugin¶
-
mfutil.plugins.
is_dangerous_plugin
(name, plugins_base_dir=None)[source]¶ Display is_dangerous_plugin command.
Display on the standard output (stdout) the result of the
_plugins.is_dangerous
command for a plugin.The
_plugins.is_dangerous
displays warnings for “dangerous” plugins, i.e. likely to have impacts on other modules and/or other plugins.- Parameters
name – name of the plugin.
plugins_base_dir (string) – (optional) the plugin base directory path. If not set, the default plugins base directory path is used.