current_node property

current_node property

The Current node property

Definition:

@property
def current_node(self):
    ...
@current_node.setter
def current_node(self, value):
    ...

See Also