1
0
forked from VimPlug/jedi

Removing a test from doctests, becaues it shouldn't be one

This commit is contained in:
Dave Halter
2018-08-26 03:09:46 +02:00
parent 6c555e62aa
commit 84b07a8809

View File

@@ -38,8 +38,8 @@ def repack_with_argument_clinic(string, keep_arguments_param=False):
Argument clinic is part of CPython and used for all the functions that are Argument clinic is part of CPython and used for all the functions that are
implemented in C (Python 3.7): implemented in C (Python 3.7):
>>> str.split.__text_signature__ str.split.__text_signature__
'($self, /, sep=None, maxsplit=-1)' # Results in: '($self, /, sep=None, maxsplit=-1)'
""" """
clinic_args = list(_parse_argument_clinic(string)) clinic_args = list(_parse_argument_clinic(string))