Package schrodinger :: Package infra :: Module util
[hide private]
[frames] | no frames]

Module util

General infrastructure level utilities.

Copyright Schrodinger, LLC. All rights reserved.

Classes [hide private]
  CreateWhenNeeded
This class can be used like property() (i.e., it is a descriptor; see section 3.3.2.2 in the python reference).
  DecoratorAndContextManager
An abstract base class for context managers that can also be used to decorate functions and classes.
  OneIndexedList
A list that starts at one instead of zero
Variables [hide private]
  __package__ = 'schrodinger.infra'