9235:b5fe898e171f | 9236:db53a9efe7ef |
---|---|
241 <tr><td>None</td></tr> | 241 <tr><td>None</td></tr> |
242 </table> | 242 </table> |
243 | 243 |
244 <a NAME="DocStyleChecker.__init__" ID="DocStyleChecker.__init__"></a> | 244 <a NAME="DocStyleChecker.__init__" ID="DocStyleChecker.__init__"></a> |
245 <h4>DocStyleChecker (Constructor)</h4> | 245 <h4>DocStyleChecker (Constructor)</h4> |
246 <b>DocStyleChecker</b>(<i>source, filename, select, ignore, expected, repeat, maxLineLength=88, docType="pep257"</i>) | 246 <b>DocStyleChecker</b>(<i>source, filename, select, ignore, expected, repeat, maxLineLength=88, docType="pep257", </i>) |
247 | 247 |
248 <p> | 248 <p> |
249 Constructor | 249 Constructor |
250 </p> | 250 </p> |
251 <dl> | 251 <dl> |
943 requested contexts (list of DocStyleContext) | 943 requested contexts (list of DocStyleContext) |
944 </dd> | 944 </dd> |
945 </dl> | 945 </dl> |
946 <a NAME="DocStyleChecker.__parseDocstring" ID="DocStyleChecker.__parseDocstring"></a> | 946 <a NAME="DocStyleChecker.__parseDocstring" ID="DocStyleChecker.__parseDocstring"></a> |
947 <h4>DocStyleChecker.__parseDocstring</h4> | 947 <h4>DocStyleChecker.__parseDocstring</h4> |
948 <b>__parseDocstring</b>(<i>context, what=''</i>) | 948 <b>__parseDocstring</b>(<i>context, what=""</i>) |
949 | 949 |
950 <p> | 950 <p> |
951 Private method to extract a docstring given `def` or `class` source. | 951 Private method to extract a docstring given `def` or `class` source. |
952 </p> | 952 </p> |
953 <dl> | 953 <dl> |