| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 0a5bd6e commit cd6886a
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -259,7 +259,7 @@ def getfuncprops(func, f): | |||
| 259 | 259 | argspec = argspec + [list(), dict(), None] | |
| 260 | 260 | argspec = ArgSpec(*argspec) | |
| 261 | 261 | fprops = FuncProps(func, argspec, is_bound_method) | |
| 262 | - except (TypeError, KeyError): | ||
| 262 | + except (TypeError, KeyError, ValueError): | ||
| 263 | 263 | with AttrCleaner(f): | |
| 264 | 264 | argspec = getpydocspec(f, func) | |
| 265 | 265 | if argspec is None: | |
| Back | FazBrowse Home | New Git URL |
0 commit comments