get_attr

Description

Obtains graph attributes.

Prototype

1
get_attr(key: str) -> Any

Parameter Description

Parameter Name

Input/Output

Description

key

Input

Attribute name, which is of the string type.

Returns

Attribute value.

Restrictions

  • If the key is not a string, TypeError is thrown.
  • If the attribute fails to be obtained, RuntimeError is thrown.