MCPcopy
hub / github.com/dmlc/dgl / __del__

Method __del__

python/dgl/_ffi/function.py:79–80  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

77 self.entry_name = "__dgl_main__"
78
79 def __del__(self):
80 check_call(_LIB.DGLModFree(self.handle))
81
82 @property
83 def entry_func(self):

Callers

nothing calls this directly

Calls 1

check_callFunction · 0.85

Tested by

no test coverage detected