MCPcopy
hub / github.com/django/django / sensitive_args_function

Function sensitive_args_function

tests/view_tests/views.py:253–258  ·  view source on GitHub ↗
(sauce)

Source from the content-addressed store, hash-verified

251
252@sensitive_variables("sauce")
253def sensitive_args_function(sauce):
254 # Do not just use plain strings for the variables' values in the code
255 # so that the tests don't return false positives when the function's source
256 # is displayed in the exception report.
257 cooked_eggs = "".join(["s", "c", "r", "a", "m", "b", "l", "e", "d"]) # NOQA
258 raise Exception
259
260
261def sensitive_kwargs_function_caller(request):

Callers 1

Calls 1

joinMethod · 0.45

Tested by

no test coverage detected