xref: /Universal-ctags/Units/parser-python.r/newlines-crlf.d/input.py (revision fe3bc4a2c9e09b8a486f0566975babca25ba1607)
1
2def foo():
3    pass
4
5def \
6bar():
7    """ nothing to see here """
8    pass
9
10class Cls:
11    def __init__():
12        """ class constructor """
13        pass
14