Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/THUDM/AutoWebGLM
/ return_args
Function
return_args
eval.py:28–29 ·
view source on GitHub ↗
(*args)
Source
from the content-addressed store, hash-verified
26
function_name = match.group(1)
27
28
def
return_args(*args):
29
return
args
30
31
function_args = eval(f
'return_args({match.group(2)})'
)
32
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected