Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bugy/script-server
/ sync_wrapper
Function
sync_wrapper
src/web/web_auth_utils.py:23–24 ·
view source on GitHub ↗
(self, *args, **kwargs)
Source
from the content-addressed store, hash-verified
21
wrapper = check_authorization(func)
22
23
def
sync_wrapper(self, *args, **kwargs):
24
return
tornado_utils.run_sync(wrapper(self, *args, **kwargs))
25
26
return
sync_wrapper
27
Callers
nothing calls this directly
Calls
1
wrapper
Function · 0.70
Tested by
no test coverage detected