2014/1/23 Yury Selivanov <[email protected]>: >> What would be From(x)? A dummy function just returning x? >> >> def From(x): return x >> > In production yes, but I would also suggest that in debug mode > it should return a wrapper object, that is checked in your > trampoline.
Which kind of check? Task._step() already implements different kind of checks. Victor
