We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd43f9c commit fef2bb6Copy full SHA for fef2bb6
graphtik/op.py
@@ -214,7 +214,7 @@ def strip_sideffecteds(dep):
214
return deps, deps
215
216
217
-class FunctionalOperation(Operation, Plottable):
+class FunctionalOperation(Operation):
218
"""
219
An :term:`operation` performing a callable (ie a function, a method, a lambda).
220
graphtik/pipeline.py
@@ -114,7 +114,7 @@ def parent_wrapper(ren_args: RenArgs) -> str:
114
return Network(*merge_set)
115
116
117
-class Pipeline(Operation, Plottable):
+class Pipeline(Operation):
118
119
An operation that can :term:`compute` a network-graph of operations.
120
0 commit comments