Writing a graph with custom node objects to gml file in Networkx

前端 未结 0 361
暖寄归人
暖寄归人 2021-01-05 16:04

I have a custom class called "Node" like this:

class Node:
def __init__(self, id,tableName, primaryKeys):
    self.id = id
    self.tableName = tabl         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题