set_attr
Function Usage
Set the graph properties.
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. |
Returns
None
Constraints
- Throws TypeError if the parameter type is incorrect.
- If the attribute fails to be set, RuntimeError is thrown.
Parent topic: Graph