Lines Matching defs:self
32 def testSplittingAllArgs(self): argument
133 def testSplittingTopLevelAllArgs(self): argument
319 def testSimpleFunctionsWithTrailingComments(self): argument
348 def testParamListWithTrailingComments(self): argument
371 def testBlankLinesBetweenTopLevelImportsAndVariables(self): argument
460 def testBlankLinesAtEndOfFile(self): argument
487 def testIndentBlankLines(self): argument
526 def testMultipleUgliness(self): argument
566 def testComments(self): argument
619 def testSingleComment(self): argument
626 def testCommentsWithTrailingSpaces(self): argument
636 def testCommentsInDataLiteral(self): argument
653 def testEndingWhitespaceAfterSimpleStatement(self): argument
662 def testDocstrings(self): argument
700 def testDocstringAndMultilineComment(self): argument
735 def testMultilineDocstringAndMultilineComment(self): argument
788 def testTupleCommaBeforeLastParen(self): argument
798 def testNoBreakOutsideOfBracket(self): argument
814 def testBlankLinesBeforeDecorators(self): argument
835 def testCommentBetweenDecorators(self): argument
853 def testListComprehension(self): argument
866 def testListComprehensionPreferOneLine(self): argument
883 def testListComprehensionPreferOneLineOverArithmeticSplit(self): argument
897 def testListComprehensionPreferThreeLinesForLineWrap(self): argument
916 def testListComprehensionPreferNoBreakForTrivialExpression(self): argument
934 def testOpeningAndClosingBrackets(self): argument
952 def testSingleLineFunctions(self): argument
963 def testNoQueueSeletionInMiddleOfLine(self): argument
977 def testNoSpacesBetweenSubscriptsAndCalls(self): argument
987 def testNoSpacesBetweenOpeningBracketAndStartingOperator(self): argument
1010 def testMultilineCommentReformatted(self): argument
1026 def testDictionaryMakerFormatting(self): argument
1051 def testSimpleMultilineCode(self): argument
1069 def testMultilineComment(self): argument
1082 def testSpaceBetweenStringAndParentheses(self): argument
1089 def testMultilineString(self): argument
1125 def testSimpleMultilineWithComments(self): argument
1137 def testMatchingParenSplittingMatching(self): argument
1151 def testContinuationIndent(self): argument
1177 def testTrailingCommaAndBracket(self): argument
1195 def testI18n(self): argument
1208 def testI18nCommentsInDataLiteral(self): argument
1222 def testClosingBracketIndent(self): argument
1235 def testClosingBracketsInlinedInCall(self): argument
1267 def testLineWrapInForExpression(self): argument
1280 def testFunctionCallContinuationLine(self): argument
1294 def testI18nNonFormatting(self): argument
1306 def testNoSpaceBetweenUnaryOpAndOpeningParen(self): argument
1314 def testCommentBeforeFuncDef(self): argument
1332 def testExcessLineCountWithDefaultKeywords(self): argument
1357 def testSpaceAfterNotOperator(self): argument
1365 def testNoPenaltySplitting(self): argument
1378 def testExpressionPenalties(self): argument
1389 def testLineDepthOfSingleLineStatement(self): argument
1412 def testSplitListWithTerminatingComma(self): argument
1435 def testSplitListWithInterspersedComments(self): argument
1454 def testRelativeImportStatements(self): argument
1461 def testSingleLineList(self): argument
1476 def testBlankLinesBeforeFunctionsNotInColumnZero(self): argument
1510 def testNoKeywordArgumentBreakage(self): argument
1522 def testTrailerOnSingleLine(self): argument
1532 def testIfConditionalParens(self): argument
1545 def testContinuationMarkers(self): argument
1571 def testCommentsWithContinuationMarkers(self): argument
1582 def testMultipleContinuationMarkers(self): argument
1591 def testContinuationMarkerAfterStringWithContinuation(self): argument
1600 def testEmptyContainers(self): argument
1610 def testSplitStringsIfSurroundedByParens(self): argument
1633 def testMultilineShebang(self): argument
1653 def testNoSplittingAroundTermOperators(self): argument
1661 def testNoSplittingAroundCompOperators(self): argument
1691 def testNoSplittingWithinSubscriptList(self): argument
1701 def testExcessCharacters(self): argument
1731 def testDictSetGenerator(self): argument
1754 def testUnaryOpInDictionaryValue(self): argument
1765 def testUnaryNotOperator(self): argument
1777 def testRelaxArraySubscriptAffinity(self): argument
1793 def testFunctionCallInDict(self): argument
1800 def testFunctionCallInNestedDict(self): argument
1807 def testUnbreakableNot(self): argument
1816 def testSplitListWithComment(self): argument
1827 def testOverColumnLimit(self): argument
1854 def testEndingComment(self): argument
1864 def testContinuationSpaceRetention(self): argument
1875 def testIfExpressionWithFunctionCall(self): argument
1887 def testUnformattedAfterMultilineString(self): argument
1898 def testNoSpacesAroundKeywordDefaultValues(self): argument
1909 def testNoSplittingBeforeEndingSubscriptBracket(self): argument
1924 def testNoSplittingOnSingleArgument(self): argument
1946 def testSplittingArraysSensibly(self): argument
1964 def testComprehensionForAndIf(self): argument
1981 def testFunctionCallArguments(self): argument
2006 def testBinaryOperators(self): argument
2030 def testContiguousList(self): argument
2038 def testArgsAndKwargsFormatting(self): argument
2060 def testCommentColumnLimitOverflow(self): argument
2073 def testMultilineLambdas(self): argument
2108 def testMultilineDictionaryKeys(self): argument
2141 def testStableDictionaryFormatting(self): argument
2173 def testStableInlinedDictionaryFormatting(self): argument
2200 def testDontSplitKeywordValueArguments(self): argument
2214 def testDontAddBlankLineAfterMultilineString(self): argument
2224 def testFormattingListComprehensions(self): argument
2238 def testNoSplittingWhenBinPacking(self): argument
2271 def testNotSplittingAfterSubscript(self): argument
2285 def testSplittingOneArgumentList(self): argument
2308 def testSplittingBeforeFirstElementListArgument(self): argument
2337 def testSplittingArgumentsTerminatedByComma(self): argument
2406 def testImportAsList(self): argument
2415 def testDictionaryValuesOnOwnLines(self): argument
2467 def testDictionaryOnOwnLine(self): argument
2498 def testNestedListsInDictionary(self): argument
2565 def testNestedDictionary(self): argument
2593 def testDictionaryElementsOnOneLine(self): argument
2613 def testNotInParams(self): argument
2624 def testNamedAssignNotAtEndOfLine(self): argument
2642 def testBlankLineBeforeClassDocstring(self): argument
2702 def testBlankLineBeforeModuleDocstring(self): argument
2757 def testTupleCohesion(self): argument
2772 def testSubscriptExpression(self): argument
2779 def testSubscriptExpressionTerminatedByComma(self): argument
2792 def testListWithFunctionCalls(self): argument
2819 def testEllipses(self): argument
2831 def testPseudoParens(self): argument
2849 def testSplittingBeforeFirstArgumentOnFunctionCall(self): argument
2871 def testSplittingBeforeFirstArgumentOnFunctionDefinition(self): argument
2895 def testSplittingBeforeFirstArgumentOnCompoundStatement(self): argument
2921 def testCoalesceBracketsOnDict(self): argument
2957 def testSplitAfterComment(self): argument
2977 def testDisableEndingCommaHeuristic(self): argument
2992 def testDedentClosingBracketsWithTypeAnnotationExceedingLineLength(self): argument
3025 def testIndentClosingBracketsWithTypeAnnotationExceedingLineLength(self): argument
3058 def testIndentClosingBracketsInFunctionCall(self): argument
3093 def testIndentClosingBracketsInTuple(self): argument
3128 def testIndentClosingBracketsInList(self): argument
3163 def testIndentClosingBracketsInDict(self): argument
3204 def testMultipleDictionariesInList(self): argument
3257 def testForceMultilineDict_True(self): argument
3281 def testForceMultilineDict_False(self): argument
3296 def testWalrus(self): argument
3308 def testStructuredPatternMatching(self): argument
3326 def testParenthesizedContextManagers(self): argument