inspect
#
Description#
This plugin can be used to inspect platypush plugins and backends
Configuration#
inspect:
# No configuration required
Actions#
Module reference#
- class platypush.plugins.inspect.InspectPlugin(**kwargs)[source]#
Bases:
Plugin
This plugin can be used to inspect platypush plugins and backends
- get_config(entry: str | None = None) dict | None [source]#
Return the configuration of the application or of a section.
- Parameters:
entry – [Optional] configuration entry name to retrieve (e.g.
workdir
orbackend.http
).- Returns:
The requested configuration object.