@@ -260,7 +279,7 @@ class PerformLinker(LocalLinker):
:param no_recycling: WRITEME
:returns: self (WHY? Who calls this function?)
:returns: self (TODO: WHY? Who calls this function?)
"""
ifself.envisnotNoneandself.envisnotenv:
returntype(self)().accept(env,no_recycling)
...
...
@@ -275,7 +294,7 @@ class PerformLinker(LocalLinker):
:param input_storage: WRITEME
:param output_storage: WRITEME
:returns: WRITEME (or see: SOMETHING)
:returns: function to run all nodes, list of input containers, list of output containers, list of thunks (for all of program), list of nodes (for all of program)
"""
env=self.env
...
...
@@ -288,18 +307,24 @@ class PerformLinker(LocalLinker):