mirror of
https://github.com/davidhalter/parso.git
synced 2026-01-21 02:22:23 +08:00
Now also add an index.rst.
This commit is contained in:
@@ -6,7 +6,7 @@ from parso._compatibility import unicode
|
||||
|
||||
|
||||
def splitlines(string, keepends=False):
|
||||
"""
|
||||
r"""
|
||||
A splitlines for Python code. In contrast to Python's ``str.splitlines``,
|
||||
looks at form feeds and other special characters as normal text. Just
|
||||
splits ``\n`` and ``\r\n``.
|
||||
|
||||
Reference in New Issue
Block a user