Home | History | Annotate | Download | only in python2.7

Lines Matching full:emulation

1930     stack = []          # crude emulation of unpickler stack
1932 memo = {} # crude emulation of unpicker memo
1993 after = [memo[arg]] # for better stack emulation