Searched refs:IsRunningInteractively (Results 1 – 5 of 5) sorted by relevance
33 from gslib.util import IsRunningInteractively185 if not IsRunningInteractively():
154 command_runner.IsRunningInteractively = lambda: self.running_interactively178 command_runner.IsRunningInteractively = gslib.util.IsRunningInteractively
48 from gslib.util import IsRunningInteractively325 if (not IsRunningInteractively()
526 from gslib.util import IsRunningInteractively558 and not IsRunningInteractively()):
670 def IsRunningInteractively(): function