Searched refs:shared_object_id (Results 1 – 2 of 2) sorted by relevance
323 cls_name, cls_config, obj=None, shared_object_id=None): argument330 if shared_object_id is not None:331 base_config[SHARED_OBJECT_KEY] = shared_object_id615 shared_object_id = config.get(SHARED_OBJECT_KEY)616 …shared_object = _shared_object_loading_scope().get(shared_object_id) # pylint: disable=assignment…642 _shared_object_loading_scope().set(shared_object_id, deserialized_obj)
500 shared_object_id = metadata.get('shared_object_id')508 class_name, config, shared_object_id=shared_object_id))