Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/dmlc/dgl
/ _fn
Function
_fn
python/dgl/utils/internal.py:1050–1051 ·
view source on GitHub ↗
(*args, **kwargs)
Source
from the content-addressed store, hash-verified
1048
1049
@wraps(func)
1050
def
_fn(*args, **kwargs):
1051
return
func(*args, **kwargs)
1052
1053
_fn.__doc__ =
""
"Alias of :func:`dgl.{}`."
""
.format(func.__name__)
1054
return
_fn
Callers
nothing calls this directly
Calls
1
func
Function · 0.50
Tested by
no test coverage detected