Class p.c.f.FeaturesConfig(BaseConfig):

Part of pida.core.features View In Hierarchy

Known subclasses: pida.services.buffer.buffer.BufferFeaturesConfig, pida.services.commander.commander.CommanderFeaturesConfig, pida.services.contexts.contexts.ContextFeaturesConfig, pida.services.filemanager.filemanager.FilemanagerFeatureConfig, pida.services.openwith.openwith.OpenWithFeatures, pida.services.project.project.ProjectFeaturesConfig, pida.services.versioncontrol.versioncontrol.VersioncontrolFeaturesConfig, pida.services.webbrowser.webbrowser.WebFeatures, pida.utils.debugger.debugger.DebuggerFeaturesConfig (hide last 6 again) ... and 6 more

No class docstring

Split Table into Classes Show Methods in One Table

Line # Kind Name Docs
29 Method create Override to do the creations
35 Method create_features Create the features here
38 Method create_feature Undocumented
41 Method list_features Undocumented
44 Method subscribe_foreign_features Subscribe to features here
47 Method unsubscribe_foreign_features Undocumented
53 Method has_foreign_feature Undocumented
59 Method subscribe_foreign_feature Undocumented
63 Method subscribe_feature Undocumented
69 Method unsubscribe_feature Undocumented
72 Method get_feature_providers Undocumented

Inherited from BaseConfig:

Line # Kind Name Docs
4 Method __init__ Undocumented
11 Method get_service_name Undocumented
Line # Kind Name Docs
4 Method __init__ Undocumented
29 Method create Override to do the creations
38 Method create_feature Undocumented
35 Method create_features Create the features here
72 Method get_feature_providers Undocumented
11 Method get_service_name Undocumented
53 Method has_foreign_feature Undocumented
41 Method list_features Undocumented
63 Method subscribe_feature Undocumented
59 Method subscribe_foreign_feature Undocumented
44 Method subscribe_foreign_features Subscribe to features here
69 Method unsubscribe_feature Undocumented
47 Method unsubscribe_foreign_features Undocumented
def create(self):
Override to do the creations
def create_features(self):
Create the features here
def create_feature(self, name):
Undocumented
def list_features(self):
Undocumented
def subscribe_foreign_features(self):
Subscribe to features here
def unsubscribe_foreign_features(self):
Undocumented
def has_foreign_feature(self, servicename, featurename):
Undocumented
def subscribe_foreign_feature(self, servicename, featurename, instance):
Undocumented
def subscribe_feature(self, featurename, instance):
Undocumented
def unsubscribe_feature(self, feature_object):
Undocumented
def get_feature_providers(self, featurename):
Undocumented
API Documentation for PIDA, generated by pydoctor.