mirror of
https://github.com/python/cpython.git
synced 2025-08-31 05:58:33 +00:00
Applied patch #1127 from Quentin Gallet Gilles: No tests for inspect.getfullargspec()
This commit is contained in:
parent
563e33b192
commit
3795b53e8d
2 changed files with 45 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue