src/eric7/Documentation/Source/eric7.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleChecker.html

branch
eric7
changeset 11150
73d80859079c
parent 10684
58c7f23ae1cb
child 11161
d24aca31b766
equal deleted inserted replaced
11149:fc45672fae42 11150:73d80859079c
120 options for the report 120 options for the report
121 </dd> 121 </dd>
122 </dl> 122 </dl>
123 <a NAME="CodeStyleCheckerReport.error_args" ID="CodeStyleCheckerReport.error_args"></a> 123 <a NAME="CodeStyleCheckerReport.error_args" ID="CodeStyleCheckerReport.error_args"></a>
124 <h4>CodeStyleCheckerReport.error_args</h4> 124 <h4>CodeStyleCheckerReport.error_args</h4>
125 <b>error_args</b>(<i>line_number, offset, errorCode, check, *args</i>) 125 <b>error_args</b>(<i>line_number, offset, text, _check, *args</i>)
126 <p> 126 <p>
127 Public method to collect the error messages. 127 Public method to collect the error messages.
128 </p> 128 </p>
129 129
130 <dl> 130 <dl>
135 </dd> 135 </dd>
136 <dt><i>offset</i> (int)</dt> 136 <dt><i>offset</i> (int)</dt>
137 <dd> 137 <dd>
138 position within line of the issue 138 position within line of the issue
139 </dd> 139 </dd>
140 <dt><i>errorCode</i> (str)</dt> 140 <dt><i>text</i> (str)</dt>
141 <dd> 141 <dd>
142 error message code 142 issue message code or issue text
143 </dd> 143 </dd>
144 <dt><i>check</i> (function)</dt> 144 <dt><i>_check</i> (function)</dt>
145 <dd> 145 <dd>
146 reference to the checker function 146 reference to the checker function
147 </dd> 147 </dd>
148 <dt><i>args</i> (list)</dt> 148 <dt><i>args</i> (list)</dt>
149 <dd> 149 <dd>

eric ide

mercurial