docs(frontend-python): add missing highlighted_result documentation in graph formatting

This commit is contained in:
Umut
2023-05-16 11:48:54 +02:00
parent aaf1e60c8c
commit d6efc62e5f

View File

@@ -208,6 +208,9 @@ class Graph:
highlighted_nodes (Optional[Dict[Node, List[str]]], default = None):
nodes to be highlighted and their corresponding messages
highlighted_result (Optional[List[str]], default = None):
messages corresponding to highlighted return line
show_types (bool, default = True):
whether to show types of nodes