Package schrodinger :: Package test :: Package squish :: Package maestro :: Module python_shell :: Class MaestroPythonShell
[hide private]
[frames] | no frames]

Class MaestroPythonShell

Interact with Maestro Python Shell

Instance Methods [hide private]
 
__init__(self)
 
eval(self, command)
Enter provided python command into python shell and then retrieve the output text from the interpreter.
 
clear_python_shell(self)
list of python objects determined by literal_eval
get_output(self)
Get the output text from the Python command window and use python interpretation of text to return python objects.
Method Details [hide private]

get_output(self)

 

Get the output text from the Python command window and use python interpretation of text to return python objects.

Returns: list of python objects determined by literal_eval
list of python command output lines