previews#

Built-in plugin hooks for opt-in preview features.

Functions#

conda_subcommands()

is_preview_subcommand(→ bool)

Return whether plugin_subcommand was yielded by conda.plugins.previews.

Attributes#

PREVIEW_PLUGIN_NAME = 'conda.plugins.previews'#
conda_subcommands()#
is_preview_subcommand(plugin_subcommand: conda.plugins.types.CondaSubcommand) bool#

Return whether plugin_subcommand was yielded by conda.plugins.previews.

Checks plugin_subcommand.impl.plugin_name (hook provenance set by the plugin manager).