Home | History | Annotate | Download | only in ltp

Lines Matching defs:shell

50             shell environments given a shell mirror
51 shell: shell mirror object, can be used to execute shell
56 def __init__(self, shell):
57 self.shell = shell
60 self._shell_env = shell_environment.ShellEnvironment(self.shell)
64 def shell(self):
65 """Get the runner's shell mirror object to execute commands"""
68 @shell.setter
69 def shell(self, shell):
70 """Set the runner's shell mirror object to execute commands"""
71 self._shell = shell
152 permission_result = self.shell.Execute(permission_command)
183 self.shell.Execute(bin_path_exist_commands)[const.EXIT_CODE])
187 self.shell.Execute(bin_path_exist_commands)[const.EXIT_CODE])