RemoteNodeAddition
#
Bases: object
Node addition update
Parameters:
Name | Type | Description | Default |
---|---|---|---|
name
|
GID
|
the id of the node |
required |
node_type
|
str
|
the node type |
required |
metadata
|
PropInput
|
the metadata |
required |
updates
|
list[RemoteUpdate]
|
the temporal updates |
required |
__new__(name, node_type=None, metadata=None, updates=None)
#
Create and return a new object. See help(type) for accurate signature.