def single_line_backslashes1():
return
def single_line_backslashes2():
return
def single_line_backslashes3():
return
def multiline_backslashes1():
return
def multiline_backslashes2():
return
def multiline_backslashes3():
return
def multiple_negatively_indented_docstring_lines():
def overindented_docstring():
def comment_before_docstring():
class CommentBeforeDocstring():
class IndentMeSome:
def doc_string_without_linebreak_after_colon(self): """ This is somewhat strange
a
b
We format this a is the docstring had started properly indented on the next
line if the target indentation. This may we incorrect since source and target
indentation can be incorrect, but this is also an edge case.
"""
class IgnoreImplicitlyConcatenatedStrings:
""
def docstring_that_ends_with_quote_and_a_line_break1():
def docstring_that_ends_with_quote_and_a_line_break2():
def docstring_that_ends_with_quote_and_a_line_break3():
class ByteDocstring:
b""" has leading whitespace"""
first_statement = 1
class CommentAfterDocstring1:
def __init__(self):
pass
class CommentAfterDocstring2:
def __init__(self):
pass
class CommentAfterDocstring3:
def __init__(self):
pass
class CommentAfterDocstring4:
def __init__(self):
pass
class CommentAfterDocstring5:
def f():
pass
class TabbedIndent:
def tabbed_indent(self):
def single_quoted():
' content\ '
return