Package schrodinger :: Package application :: Package mopac
[hide private]
[frames] | no frames]

Package mopac

MOPAC-related modules.

Submodules [hide private]

Functions [hide private]
 
no_stack(etype, value, tb)
An exception hook that prints out slightly less frightening error messages.
Variables [hide private]
  __package__ = None
hash(x)
Function Details [hide private]

no_stack(etype, value, tb)

 

An exception hook that prints out slightly less frightening error messages.

Use by setting sys.excepthook = no_stack.