diff options
| author | Brian Potchik <brian@vector35.com> | 2022-06-09 13:16:50 -0400 |
|---|---|---|
| committer | Brian Potchik <brian@vector35.com> | 2022-06-09 13:16:50 -0400 |
| commit | 3556fc9c0cf451739df838ad78b5be52a2d482f3 (patch) | |
| tree | 8bf164b850ab1b6a088893fd6a50aa736fa99791 /python/workflow.py | |
| parent | ca75090accb03cbcd07f2a65686f1efcb5416c1f (diff) | |
Remove built-in workflow docs and objectivec example.
Diffstat (limited to 'python/workflow.py')
| -rw-r--r-- | python/workflow.py | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/python/workflow.py b/python/workflow.py index 36f070c6..13d419e0 100644 --- a/python/workflow.py +++ b/python/workflow.py @@ -408,14 +408,6 @@ class Workflow(metaclass=_WorkflowMetaclass): core.BNShowGraphReport(None, f'{self.name} <{activity}>' if activity else self.name, graph.handle) return graph - def show_documentation(self) -> None: - """ - ``show_documentation`` Show the Workflows documentation in the UI. - - :rtype: None - """ - core.BNWorkflowShowReport(self.handle, "documentation") - def show_metrics(self) -> None: """ ``show_metrics`` Not yet implemented. |
