177 Private method to populate the target versions list widget with checkable |
177 Private method to populate the target versions list widget with checkable |
178 Python version entries. |
178 Python version entries. |
179 </p> |
179 </p> |
180 <a NAME="BlackConfigurationDialog.getConfiguration" ID="BlackConfigurationDialog.getConfiguration"></a> |
180 <a NAME="BlackConfigurationDialog.getConfiguration" ID="BlackConfigurationDialog.getConfiguration"></a> |
181 <h4>BlackConfigurationDialog.getConfiguration</h4> |
181 <h4>BlackConfigurationDialog.getConfiguration</h4> |
182 <b>getConfiguration</b>(<i></i>) |
182 <b>getConfiguration</b>(<i>saveToProject=False</i>) |
183 |
183 |
184 <p> |
184 <p> |
185 Public method to get the current configuration parameters. |
185 Public method to get the current configuration parameters. |
186 </p> |
186 </p> |
|
187 <dl> |
|
188 |
|
189 <dt><i>saveToProject</i> (bool (optional))</dt> |
|
190 <dd> |
|
191 flag indicating to save the configuration data in the |
|
192 project file (defaults to False) |
|
193 </dd> |
|
194 </dl> |
187 <dl> |
195 <dl> |
188 <dt>Return:</dt> |
196 <dt>Return:</dt> |
189 <dd> |
197 <dd> |
190 dictionary containing the configuration parameters |
198 dictionary containing the configuration parameters |
191 </dd> |
199 </dd> |