Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/pgadmin-org/pgadmin4
/ execute_func
Function
execute_func
web/pgadmin/authenticate/mfa/utils.py:295–297 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
293
@login_required
294
def
inner(*args, **kwargs):
295
def
execute_func():
296
session[
'mfa_authenticated'
] = True
297
return
wrapped(*args, **kwargs)
298
299
def
if_else_func(_func, first, second):
300
def
if_else_func_inner():
Callers
nothing calls this directly
Calls
1
wrapped
Function · 0.50
Tested by
no test coverage detected