src/eric7/Plugins/WizardPlugins/EricPluginWizard/Templates.py

branch
eric7
changeset 10417
c6011e501282
parent 10284
83cc3ab2a612
child 10439
21c28b0f9e41
equal deleted inserted replaced
10416:5d807e997391 10417:c6011e501282
122 Public method to retrieve the various settings values. 122 Public method to retrieve the various settings values.
123 123
124 @param key the key of the value to get 124 @param key the key of the value to get
125 @type str 125 @type str
126 @return the requested setting value 126 @return the requested setting value
127 @rtype any 127 @rtype Any
128 """ 128 """
129 return None 129 return None
130 130
131 def setPreferences(self, key, value): 131 def setPreferences(self, key, value):
132 """ 132 """
133 Public method to store the various settings values. 133 Public method to store the various settings values.
134 134
135 @param key the key of the setting to be set 135 @param key the key of the setting to be set
136 @type str 136 @type str
137 @param value the value to be set 137 @param value the value to be set
138 @type any 138 @type Any
139 """ 139 """
140 pass 140 pass
141 ''' 141 '''
142 142
143 onDemandTemplate = """" pluginType": "{pluginType}", 143 onDemandTemplate = """" pluginType": "{pluginType}",

eric ide

mercurial