bec_lib.dap_plugins.DAPPlugins#

class DAPPlugins(parent)[source]#

Bases: object

DAPPlugins is a class that provides access to all available DAP plugins.

Methods

refresh

Refresh the list of available DAP plugins.

refresh()[source]#

Refresh the list of available DAP plugins. This is useful if new plugins have been added after the client has been initialized. This method is called automatically when the client is initialized. A call to this method is indempotent, meaning it can be called multiple times without side effects.