Home | History | Annotate | Download | only in shell_environment

Lines Matching defs:shell

30         shell: shell mirror object, shell to execute commands
36 def __init__(self, shell):
37 self.shell = shell
51 def shell(self):
52 '''returns an object that can execute a shell command'''
55 @shell.setter
56 def shell(self, shell):
57 self._shell = shell
76 results = self.shell.Execute('cat %s' %