biotite.structure.UnexpectedStructureWarning

class biotite.structure.UnexpectedStructureWarning[source]

Bases: Warning

Indicates that a structure was not expected.

with_traceback()

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