We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d42b21a commit ba1dac7Copy full SHA for ba1dac7
bpython/inspection.py
@@ -270,8 +270,6 @@ def getfuncprops(func, f):
270
try:
271
argspec = get_argspec_from_signature(f)
272
fixlongargs(f, argspec)
273
- if len(argspec) == 4:
274
- argspec = argspec + [list(), dict(), None]
275
argspec = ArgSpec(*argspec)
276
fprops = FuncProps(func, argspec, is_bound_method)
277
except (TypeError, KeyError, ValueError):
0 commit comments