set_attr

Function Usage

Set node attributes.

Prototype

1
set_attr(key: str, value: Any) -> None

Parameters

Parameter

Input/Output

Description

key

Input

Attribute name, which is of the string type.

value

Input

Attribute value. For details about the attribute value types that can be set, see AttrValueType.

Returns

  • Throws TypeError if the parameter type is incorrect.
  • If the setting fails, RuntimeError is thrown.

Constraints

None