Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/dmlc/dgl
/ _get_api
Function
_get_api
python/dgl/_ffi/function.py:283–286 ·
view source on GitHub ↗
(f)
Source
from the content-addressed store, hash-verified
281
282
283
def
_get_api(f):
284
flocal = f
285
flocal.is_global = True
286
return
flocal
287
288
289
def
_init_api(namespace, target_module_name=None):
Callers
2
_init_api_prefix
Function · 0.85
_init_internal_api
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected