Skip to content
Snippets Groups Projects
Commit 620ceae4 authored by Philipp Arras's avatar Philipp Arras
Browse files

Add comment

parent bac4d7ef
No related branches found
No related tags found
No related merge requests found
...@@ -97,6 +97,7 @@ class _FunctionApplier(Operator): ...@@ -97,6 +97,7 @@ class _FunctionApplier(Operator):
return getattr(x, self._funcname)() return getattr(x, self._funcname)()
# FIXME Is this class used except in _OpChain? Can it be merged?
class _CombinedOperator(Operator): class _CombinedOperator(Operator):
def __init__(self, ops, _callingfrommake=False): def __init__(self, ops, _callingfrommake=False):
if not _callingfrommake: if not _callingfrommake:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment