mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
Remove incorrect comment
This commit is contained in:
parent
3af125a4aa
commit
9cf5c9d85e
1 changed files with 0 additions and 1 deletions
|
@ -83,7 +83,6 @@ def _getsignature(func, skipfirst, instance=False):
|
||||||
# C function / method, possibly inherited object().__init__
|
# C function / method, possibly inherited object().__init__
|
||||||
return
|
return
|
||||||
|
|
||||||
# not using annotations
|
|
||||||
regargs, varargs, varkw, defaults, kwonly, kwonlydef, ann = argspec
|
regargs, varargs, varkw, defaults, kwonly, kwonlydef, ann = argspec
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue