MCPcopy 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
283def _get_api(f):
284 flocal = f
285 flocal.is_global = True
286 return flocal
287
288
289def _init_api(namespace, target_module_name=None):

Callers 2

_init_api_prefixFunction · 0.85
_init_internal_apiFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected