gigl.src.common.types.Node#

class gigl.src.common.types.graph_data.Node(type: 'NodeType', id: 'NodeId')#

Bases: object

Methods

__init__

__delattr__(name)#

Implement delattr(self, name).

__eq__(other)#

Return self==value.

__gt__(other: Node)#

Return self>value.

__hash__()#

Return hash(self).

__init__(type: NodeType, id: NodeId) None#
__lt__(other: Node)#

Return self<value.

__repr__()#

Return repr(self).

__setattr__(name, value)#

Implement setattr(self, name, value).

__weakref__#

list of weak references to the object (if defined)