get_graph_by_path#
- omni.graph.core.get_graph_by_path(path: str) object#
 Finds the graph with the given path.
- Parameters:
 path (str) – The path of the graph. For example “/World/PushGraph”
- Returns:
 The matching graph, or None if it was not found.
- Return type: