Trees | Indices | Help |
|
---|
|
This is the top level package for all Schrodinger modules.
The main modules of interest are schrodinger.structure and the ones in the schrodinger.structutils package.
The Python Module Overview included with the Schrodinger distribution
gives an expository introduction to the Schrodinger Python API. It is
available from the Help -> Python Module Overview... link in
Maestro, or from the
$SCHRODINGER/docs/python_api/overview.html
file.
If you have questions about the API, please contact us at help@schrodinger.com.
Version: 50011
|
|||
MaestroNotAvailableError Error class to indicate that Maestro is not available and there was an attempt to use it. |
|||
_DummyMaestroModule Used to replace schrodinger.maestro.maestro when running outside of Maestro. |
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|
|||
__package__ = None hash(x) |
|
Get either schrodinger.maestro.maestro or an object that allows scripts to avoid running maestro dependent-code, and print reasonable errors if that code is run outside of maestro.
|
Return release name. Current use of the release name is to specify a release-specific subdirectory in the user application data directory. |
Check that the version is between minimum and maximum values. If the current Schrodinger python version is less than the minimum, an Exception will be raised. If the current version is greater than the maximum, a warning will be issued. |
Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Thu Aug 6 04:50:13 2015 | http://epydoc.sourceforge.net |