110
111
def copy_multi(self, other, ids):
111
112
"""Copy texts for ids from other into self.
113
114
If an id is present in self, it is skipped. A count of copied
114
115
ids is returned, which may be less than len(ids).
124
131
def __contains__(self, fileid):