Class p.s.p.p.PluginsOptionsConfig(OptionsConfig):

Part of pida.services.plugins.plugins View In Hierarchy

Undocumented

Split Table into Classes Show Methods in One Table

Line # Kind Name Docs
360 Method create_options Create the options here
377 Method on_rpc_url Undocumented
380 Method on_check_for_updates Undocumented

Inherited from OptionsConfig:

Line # Kind Name Docs
145 Method create Override to do the creations
153 Method register_options Undocumented
158 Method create_option Undocumented
164 Method add_option Undocumented
167 Method get_option Undocumented
170 Method get_value Undocumented
173 Method set_value Undocumented
176 Method __len__ Undocumented
179 Method iter_options Undocumented

Inherited from BaseConfig (via OptionsConfig):

Line # Kind Name Docs
4 Method __init__ Undocumented
11 Method get_service_name Undocumented
Line # Kind Name Docs
4 Method __init__ Undocumented
176 Method __len__ Undocumented
164 Method add_option Undocumented
145 Method create Override to do the creations
158 Method create_option Undocumented
360 Method create_options Create the options here
167 Method get_option Undocumented
11 Method get_service_name Undocumented
170 Method get_value Undocumented
179 Method iter_options Undocumented
380 Method on_check_for_updates Undocumented
377 Method on_rpc_url Undocumented
153 Method register_options Undocumented
173 Method set_value Undocumented
def create_options(self):
Create the options here
def on_rpc_url(self, client, id, entry, option):
Undocumented
def on_check_for_updates(self, client, id, entry, option):
Undocumented
API Documentation for PIDA, generated by pydoctor.