Module python_shell
A class for interaction with the Python Shell in Maestro which
provides access to the Schrodinger API.
For example usage see demo suite_Maestro11.
To use, add the following to the top of your test.py:
source(findFile("scripts",
"maestro/python_shell.py"))
Will append necessary objects to your objects.map. If one of the
required names is already defined in your objects.map, it will not
overwrite it unless you set OVERWRITE_OBJECTS=True before importing this
module.
Copyright (c) Schrodinger, LLC. All rights reserved
|
OVERWRITE_OBJECTS = False
hash(x)
|