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