コード例 #1
0
 def _notifyOfCopyTo(self, container, op=0):
     # We need to take _notifyOfCopyTo from BaseFolder (implicitly from
     # Referenceable) instead of straight from PortalFolder, otherwise there
     # are strange side effects with references on copy.
     return BaseFolder._notifyOfCopyTo(self, container, op)
コード例 #2
0
 def _notifyOfCopyTo(self, container, op=0):
     # We need to take _notifyOfCopyTo from BaseFolder (implicitly from
     # Referenceable) instead of straight from PortalFolder, otherwise there
     # are strange side effects with references on copy.
     return BaseFolder._notifyOfCopyTo(self, container, op)