forked from VimPlug/jedi
Removing a test from doctests, becaues it shouldn't be one
This commit is contained in:
@@ -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))
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user