|
|
| __init__ (self, *args, **kwargs) |
| |
|
|
| thisown = property(lambda x: x.this.own(), lambda x, v: x.this.own(v), doc="The membership flag") |
| |
A factory to build MetadataNode instances.
◆ create()
| iolink.iolink.MetadataNodeFactory.create |
( |
|
key, |
|
|
|
value |
|
) |
| |
|
static |
To create a metadata node with a key and a value.
:type key: string
:param key: string to identify the node
:type value: :py:class:`VariantDataValue`
:param value: the VariantDataValue object associated to the node (can be null if no value)
:rtype: :py:class:`MetadataNode`
:return: the created node
The documentation for this class was generated from the following file:
- Release/python/iolink/iolink.py