We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7eb0c67 commit 94a3cedCopy full SHA for 94a3ced
1 file changed
test/pytype_function.py
@@ -4,8 +4,8 @@
4
"""
5
>>> from pytype_function_ext import *
6
7
->>> print (' ').join(func.__doc__.splitlines())
8
- func( (A)arg1) -> A : C++ signature : struct B func(struct B)
+>>> print func.__doc__.splitlines()[1]
+func( (A)arg1) -> A :
9
10
11
def run(args = None):
0 commit comments