We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de16fdd commit 9c32147Copy full SHA for 9c32147
.github/workflows/pylint.yml
tssplit/tssplit.py
@@ -1,8 +1,6 @@
1
"""Trivial split for strings with multiple character delimiters, quotes and escaped characters"""
2
3
def tssplit(s, quote='"\'', quote_keep=False, delimiter=':;,', escape='/^', trim='', remark='#'):
4
- # pylint: disable-msg=too-many-locals
5
-
6
"""Split a string by delimiters with quotes and escaped characters, optionally trimming results
7
8
:param s: A string to split into chunks
0 commit comments