def add(self, value):
     """sets new value for repository"""
     AbstractSharingData.add(self, value)
     self._get_sharing_container(value).add(value)
Ejemplo n.º 2
0
 def add(self, path):
     """sets new value for files"""
     AbstractSharingData.add(self, path)
     self._set_file(path)