Node constructor

init

Initializes a new instance of the Node class.

def __init__(self):
    ...

init

Initializes a new instance of the Node class.

def __init__(self, name):
    ...
ParameterTypeDescription
namestrName.

init

Initializes a new instance of the Node class.

def __init__(self, name, entity):
    ...
ParameterTypeDescription
namestrName.
entityEntityDefault entity.

See Also