type
Function Usage
Obtains the node type.
Prototype
1 | type(self) -> str |
Parameters
None
Returns
(str) Node type.
Constraints
If the value fails to be obtained, RuntimeError is thrown.
Parent topic: Node
Obtains the node type.
1 | type(self) -> str |
None
(str) Node type.
If the value fails to be obtained, RuntimeError is thrown.