def isFightButtonForcedDisabled(self): return g_eventDispatcher.isTrainingLoaded()
def _validate(self): return ValidationResult(False) if g_eventDispatcher.isTrainingLoaded( ) else super(TrainingIsLoaded, self)._validate()