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