MCPcopy
hub / github.com/django/django / sensitive_args_function_caller

Function sensitive_args_function_caller

tests/view_tests/views.py:239–249  ·  view source on GitHub ↗
(request)

Source from the content-addressed store, hash-verified

237
238
239def sensitive_args_function_caller(request):
240 try:
241 sensitive_args_function(
242 "".join(
243 ["w", "o", "r", "c", "e", "s", "t", "e", "r", "s", "h", "i", "r", "e"]
244 )
245 )
246 except Exception:
247 exc_info = sys.exc_info()
248 send_log(request, exc_info)
249 return technical_500_response(request, *exc_info)
250
251
252@sensitive_variables("sauce")

Callers

nothing calls this directly

Calls 4

technical_500_responseFunction · 0.90
sensitive_args_functionFunction · 0.85
send_logFunction · 0.85
joinMethod · 0.45

Tested by

no test coverage detected