Index of the util module
-
m
paste.deploy.util
...
-
m
fixtypeerror
...
- Fixes the vague error message that you get when calling a function
with the wrong arguments.
- f fix_type_error ... - Given an exception, this will test if the exception was due to a signature error, and annotate the error with better information if so.
- f fix_call ... - Call callable(*args, **kw) fixing any type errors that come out.
-
m
threadinglocal
...
-
m
fixtypeerror
...
- Fixes the vague error message that you get when calling a function
with the wrong arguments.