Searched refs:InternalCall (Results 1 – 1 of 1) sorted by relevance
77 if not self.InternalCall(self.ValidateInputs):82 check_result = self.InternalCall(self.Check)88 self.context.AddCleanupJob(self.InternalCall, self.Cleanup)90 return self.InternalCall(self.Setup)103 def InternalCall(self, method): member in CheckSetupCleanup