def current_calc_node(self): return ProcessStack.top().calc
def current_pid(self): return ProcessStack.top().pid