##// END OF EJS Templates
whitespace
MinRK -
Show More
@@ -136,7 +136,7 b' class View(object):'
136 """
136 """
137 return self.client.apply(f, args, kwargs, block=False, targets=self.targets, bound=True)
137 return self.client.apply(f, args, kwargs, block=False, targets=self.targets, bound=True)
138
138
139 @spin_after
139 @spin_after
140 @save_ids
140 @save_ids
141 def apply_sync_bound(self, f, *args, **kwargs):
141 def apply_sync_bound(self, f, *args, **kwargs):
142 """calls f(*args, **kwargs) bound to engine namespace(s), waiting for the result.
142 """calls f(*args, **kwargs) bound to engine namespace(s), waiting for the result.
General Comments 0
You need to be logged in to leave comments. Login now