remove_subgraph

Function Usage

Removes a submap by name.

Prototype

1
remove_subgraph(name: str) -> None

Parameters

Parameter

Input/Output

Description

name

Input

Subgraph name, which is of the string type.

Returns

None

Constraints

  • If name is not a string, TypeError is thrown.
  • If the removal fails, RuntimeError is thrown.