コード例 #1
0
 def cb_isMoveable(self):
     """Prevent move unless we are being called from our primary path."""
     if (self.getPhysicalPath() == self.getPrimaryPath()):
         return PrimaryPathObjectManager.cb_isMoveable(self)
     return 0
コード例 #2
0
 def cb_isMoveable(self):
     """Prevent move unless we are being called from our primary path."""
     if (self.getPhysicalPath() == self.getPrimaryPath()):
         return PrimaryPathObjectManager.cb_isMoveable(self)
     return 0