Closed puntonim closed 8 years ago
100.00%
Merging #4 into master will not affect coverage as of
b29fded
@@ master #4 diff @@
======================================
Files 4 4
Stmts 69 69
Branches 0 0
Methods 0 0
======================================
Hit 69 69
Partial 0 0
Missed 0 0
Review entire Coverage Diff as of
b29fded
Powered by Codecov. Updated on successful CI builds.
it did build, merged
This way an hook can access the original
args
andkwargs
passed to the wrapped function.A valid use case: for a
@time_execution
decoratedrest_framework.views.APIView
view (or a generic Django view), an hook can access the originalrest_framework.request.Request
.