Home
last modified time | relevance | path

Searched refs:IsRunningInteractively (Results 1 – 5 of 5) sorted by relevance

/external/chromium-trace/catapult/third_party/gsutil/gslib/commands/
Dhelp.py33 from gslib.util import IsRunningInteractively
185 if not IsRunningInteractively():
/external/chromium-trace/catapult/third_party/gsutil/gslib/tests/
Dtest_command_runner.py154 command_runner.IsRunningInteractively = lambda: self.running_interactively
178 command_runner.IsRunningInteractively = gslib.util.IsRunningInteractively
/external/chromium-trace/catapult/third_party/gsutil/gslib/
Dcommand_runner.py48 from gslib.util import IsRunningInteractively
325 if (not IsRunningInteractively()
D__main__.py526 from gslib.util import IsRunningInteractively
558 and not IsRunningInteractively()):
Dutil.py670 def IsRunningInteractively(): function