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

Method keys

python/dgl/frame.py:873–875  ·  view source on GitHub ↗

Return the keys.

(self)

Source from the content-addressed store, hash-verified

871 return self.num_columns
872
873 def keys(self):
874 """Return the keys."""
875 return self._columns.keys()
876
877 def values(self):
878 """Return the values."""

Callers 15

convert_confFunction · 0.45
etype2canonical_etypeFunction · 0.45
is_old_versionFunction · 0.45
chunk_graphFunction · 0.45
gen_node_dataFunction · 0.45
mergeFunction · 0.45
invoke_udf_reduceFunction · 0.45
_batch_feat_dictsFunction · 0.45
unbatchFunction · 0.45
__init__Method · 0.45
srctypesMethod · 0.45
dsttypesMethod · 0.45

Calls

no outgoing calls

Tested by 15

do_convert_and_checkFunction · 0.36
chunk_graphFunction · 0.36
test_hetero_convFunction · 0.36
test_convertFunction · 0.36
check_attrs_for_nodesFunction · 0.36
check_attrs_for_edgesFunction · 0.36
test_to_blockFunction · 0.36
test_add_reverse_edgesFunction · 0.36
test_reorder_graphFunction · 0.36