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

Method get

python/dgl/partition.py:565–567  ·  view source on GitHub ↗

Get the C-handle for this object.

(self)

Source from the content-addressed store, hash-verified

563 return self._array_size
564
565 def get(self):
566 """Get the C-handle for this object."""
567 return self._partition
568
569 def get_local_indices(self, part, ctx):
570 """Get the set of global indices in this given partition."""

Callers 15

submit_jobsFunction · 0.45
submit_jobsFunction · 0.45
get_etype_featnamesFunction · 0.45
get_ntype_featnamesFunction · 0.45
check_dependenciesFunction · 0.45
readMethod · 0.45
__getitem__Method · 0.45
__delitem__Method · 0.45
__getitem__Method · 0.45
__delitem__Method · 0.45
message_passingFunction · 0.45
logging.pyFile · 0.45

Calls

no outgoing calls

Tested by 6

_initFunction · 0.36
_chunk_graphFunction · 0.36
_test_chunk_graphFunction · 0.36
test_forking_picklerFunction · 0.36