Applied patch #1127 from Quentin Gallet Gilles: No tests for inspect.getfullargspec()

This commit is contained in:
Christian Heimes 2007-11-08 13:48:53 +00:00
parent 563e33b192
commit 3795b53e8d
2 changed files with 45 additions and 4 deletions

View file

@ -97,3 +97,11 @@ def f():
return 42
return X
method_in_dynamic_class = f().g.im_func
#line 101
def keyworded(*arg1, arg2=1):
pass
#line 105
def annotated(arg1: list):
pass