I have the following code:
def f(input,MEM={}): if len(MEM) == 0: with open(\'dill.pkl\', \'rb\') as f: MEM = dill.load(\'dill.pkl\')