コード例 #1
0
 def import_document(self, other_document):
     """copy data from another document into self"""
     CachePersonalMixin.import_document(self, other_document)
     FileSharingMixin.import_document(self, other_document)
     ContactsMixin.import_document(self, other_document)