Lines Matching refs:id
1909 replaced with a unique id, and the object that was pointed to will
1968 contains tuples consisting of an assigned unique object id
1970 the python object id of the original un-encoded python object.
1973 { id(<obj>): ( <obj_id>, <obj_state> ) }
1977 id (obj_id). so the hash contains:
1990 # we'll convert the object id keys (which are integers) into
2127 # just return its encoded object id.
2128 if desc_type in commonize and id(data) in obj_cache:
2129 rv = obj_cache[id(data)][0]
2142 # if we're commonizing this object, then assign it an object id and
2143 # save that object id and the encoded object into the object cache
2144 # (which is indexed by the python id for the object).
2146 obj_cache[id(data)] = (obj_id[0], rv)