1642 </tr><tr> |
1642 </tr><tr> |
1643 <td><a href="#IndentationWrapper.__buildTokensLogical">__buildTokensLogical</a></td> |
1643 <td><a href="#IndentationWrapper.__buildTokensLogical">__buildTokensLogical</a></td> |
1644 <td>Private method to build a logical line from a list of tokens.</td> |
1644 <td>Private method to build a logical line from a list of tokens.</td> |
1645 </tr><tr> |
1645 </tr><tr> |
1646 <td><a href="#IndentationWrapper.pep8Expected">pep8Expected</a></td> |
1646 <td><a href="#IndentationWrapper.pep8Expected">pep8Expected</a></td> |
1647 <td>Public method to replicate logic in pep8.py, to know what level to indent things to.</td> |
1647 <td>Public method to replicate logic in pycodestyle.py, to know what level to indent things to.</td> |
1648 </tr> |
1648 </tr> |
1649 </table> |
1649 </table> |
1650 <h3>Static Methods</h3> |
1650 <h3>Static Methods</h3> |
1651 <table> |
1651 <table> |
1652 <tr><td>None</td></tr> |
1652 <tr><td>None</td></tr> |
1679 </dd> |
1679 </dd> |
1680 </dl><a NAME="IndentationWrapper.pep8Expected" ID="IndentationWrapper.pep8Expected"></a> |
1680 </dl><a NAME="IndentationWrapper.pep8Expected" ID="IndentationWrapper.pep8Expected"></a> |
1681 <h4>IndentationWrapper.pep8Expected</h4> |
1681 <h4>IndentationWrapper.pep8Expected</h4> |
1682 <b>pep8Expected</b>(<i></i>) |
1682 <b>pep8Expected</b>(<i></i>) |
1683 <p> |
1683 <p> |
1684 Public method to replicate logic in pep8.py, to know what level to |
1684 Public method to replicate logic in pycodestyle.py, to know what level |
1685 indent things to. |
1685 to indent things to. |
1686 </p><dl> |
1686 </p><dl> |
1687 <dt>Returns:</dt> |
1687 <dt>Returns:</dt> |
1688 <dd> |
1688 <dd> |
1689 list of lists, where each list represents valid indent levels |
1689 list of lists, where each list represents valid indent levels |
1690 for the line in question, relative from the initial indent. However, |
1690 for the line in question, relative from the initial indent. However, |