gigl.src.common.types.Node#
- class gigl.src.common.types.graph_data.Node(type: 'NodeType', id: 'NodeId')#
Bases:
object
Methods
- __delattr__(name)#
Implement delattr(self, name).
- __eq__(other)#
Return self==value.
- __hash__()#
Return hash(self).
- __init__(type: NodeType, id: NodeId) None #
- __repr__()#
Return repr(self).
- __setattr__(name, value)#
Implement setattr(self, name, value).
- __weakref__#
list of weak references to the object (if defined)