schrodinger.infra.canvas module

Canvas C++ wrappers

exception schrodinger.infra.canvas.ChmException[source]

Bases: RuntimeError

__init__(*args, **kwargs)
args
with_traceback()

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

exception schrodinger.infra.canvas.CtException[source]

Bases: RuntimeError

__init__(*args, **kwargs)
args
with_traceback()

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

exception schrodinger.infra.canvas.CtMsgException[source]

Bases: schrodinger.infra.canvas.CtException

__init__(*args, **kwargs)
args
with_traceback()

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

exception schrodinger.infra.canvas.CtRdrException[source]

Bases: schrodinger.infra.canvas.CtMsgException

__init__(*args, **kwargs)
args
with_traceback()

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

exception schrodinger.infra.canvas.CtAssertion[source]

Bases: schrodinger.infra.canvas.CtException

__init__(*args, **kwargs)
args
with_traceback()

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