src/eric7/Documentation/Source/eric7.CodeFormatting.BlackConfigurationDialog.html

branch
eric7
changeset 9338
e7e6c61805cf
parent 9215
30d7f7fd2b4a
child 9343
7180fb8677e5
equal deleted inserted replaced
9337:073b872fce59 9338:e7e6c61805cf
97 <tr><td>None</td></tr> 97 <tr><td>None</td></tr>
98 </table> 98 </table>
99 99
100 <a NAME="BlackConfigurationDialog.__init__" ID="BlackConfigurationDialog.__init__"></a> 100 <a NAME="BlackConfigurationDialog.__init__" ID="BlackConfigurationDialog.__init__"></a>
101 <h4>BlackConfigurationDialog (Constructor)</h4> 101 <h4>BlackConfigurationDialog (Constructor)</h4>
102 <b>BlackConfigurationDialog</b>(<i>withProject=True, parent=None</i>) 102 <b>BlackConfigurationDialog</b>(<i>withProject=True, onlyProject=False, parent=None</i>)
103 103
104 <p> 104 <p>
105 Constructor 105 Constructor
106 </p> 106 </p>
107 <dl> 107 <dl>
108 108
109 <dt><i>withProject</i> (bool)</dt> 109 <dt><i>withProject</i> (bool (optional))</dt>
110 <dd> 110 <dd>
111 flag indicating to look for project configurations 111 flag indicating to look for project configurations
112 (defaults to True) 112 (defaults to True)
113 </dd>
114 <dt><i>onlyProject</i> (bool (optional))</dt>
115 <dd>
116 flag indicating to only look for project configurations
117 (defaults to False)
113 </dd> 118 </dd>
114 <dt><i>parent</i> (QWidget (optional))</dt> 119 <dt><i>parent</i> (QWidget (optional))</dt>
115 <dd> 120 <dd>
116 reference to the parent widget (defaults to None) 121 reference to the parent widget (defaults to None)
117 </dd> 122 </dd>

eric ide

mercurial