Module project_table
A class for interaction with the Project Table. For example usage see
demo suite_Maestro11 tst_PTmodule.
To use, add the following to the top of your test.py:
source(findFile("scripts",
"maestro/project_table.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
|
ProjectTable
Interact with project table with minimal use of Squish object map.
|