MCPcopy Index your code
hub / github.com/dmlc/dgl / MetaNode

Class MetaNode

python/dgl/data/csv_dataset_base.py:15–21  ·  view source on GitHub ↗

Class of node_data in YAML. Internal use only.

Source from the content-addressed store, hash-verified

13
14
15class MetaNode(dt.BaseModel):
16 """Class of node_data in YAML. Internal use only."""
17
18 file_name: str
19 ntype: Optional[str] = "_V"
20 graph_id_field: Optional[str] = "graph_id"
21 node_id_field: Optional[str] = "node_id"
22
23
24class MetaEdge(dt.BaseModel):

Callers 1

Calls

no outgoing calls

Tested by 1