schrodinger.infra.structure module

exception schrodinger.infra.structure.PyStructureReaderException(exc)

Bases: Exception

__init__(exc)

Initialize self. See help(type(self)) for accurate signature.

isEOF()
args
with_traceback()

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.

exception schrodinger.infra.structure.MmctSerializerException

Bases: RuntimeError

__init__

Initialize self. See help(type(self)) for accurate signature.

args
with_traceback()

Exception.with_traceback(tb) – set self.__traceback__ to tb and return self.