Skip to content
Snippets Groups Projects

Resolve "Visualize PG"

Merged Rasmus Karlsson requested to merge 27-visualize-pg into develop
All threads resolved!
5 files
+ 106
5
Compare changes
  • Side-by-side
  • Inline
Files
5
+ 1
0
@@ -193,6 +193,7 @@ class Operation(GraphComponent, SignalSourceProvider):
"""
raise NotImplementedError
class AbstractOperation(Operation, AbstractGraphComponent):
"""Generic abstract operation class which most implementations will derive from.
TODO: More info.
Loading