in copybook.py [0:0]
def fGetSetack(): global stack, output tmp = output for k in stack: tmp = tmp[stack[k]] return tmp