def getAcceptCriterion(self): return AcceptAll.get()
def getAcceptCriterion(self): # Alternatively, could use the following criteria to eliminate some # checks in drop(): # new And(IsDataBound.get(), new DragSourceIs(tree)); return AcceptAll.get()