Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_conf
Function · 0.45
etype2canonical_etype
Function · 0.45
is_old_version
Function · 0.45
chunk_graph
Function · 0.45
gen_node_data
Function · 0.45
merge
Function · 0.45
invoke_udf_reduce
Function · 0.45
_batch_feat_dicts
Function · 0.45
unbatch
Function · 0.45
__init__
Method · 0.45
srctypes
Method · 0.45
dsttypes
Method · 0.45
Calls
no outgoing calls
Tested by
15
do_convert_and_check
Function · 0.36
chunk_graph
Function · 0.36
test_hetero_conv
Function · 0.36
_assert_is_identical_nodeflow
Function · 0.36
test_convert
Function · 0.36
check_equivalence_between_heterographs
Function · 0.36
check_attrs_for_nodes
Function · 0.36
check_attrs_for_edges
Function · 0.36
_test_load_yaml_with_sanity_check
Function · 0.36
test_to_block
Function · 0.36
test_add_reverse_edges
Function · 0.36
test_reorder_graph
Function · 0.36