Lines Matching refs:get
70 # get the right result in all cases.
82 # get invented. The repertoire of the PM just keeps growing over time.
95 # pickle opcodes get added, and each version's unpickler can handle all the
1787 # Memo manipulation. There are really only two operations (get and put),
1970 supposed to reproduce the original object, or at least get it started.
2021 is used to get a class object.
2087 get the class object. That was always the intent; the implementations
2280 opcode = code2op.get(code.decode("latin-1"))
2331 get = 'GET'
2351 opcodes.append((get, arg))
2379 elif op is get:
2380 data = pickler.get(newids[arg])