Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/Alibaba-NLP/DeepResearch
/ old_handler
Function
old_handler
inference/file_tools/utils.py:36–37 ·
view source on GitHub ↗
(*args, **kwargs)
Source
from the content-addressed store, hash-verified
34
if
sig == signal.SIGINT:
35
36
def
old_handler(*args, **kwargs):
37
raise
KeyboardInterrupt
38
elif
sig == signal.SIGTERM:
39
40
def
old_handler(*args, **kwargs):
Callers
1
new_handler
Function · 0.70
Calls
no outgoing calls
Tested by
no test coverage detected