diff --git a/modules/io/pymod/__init__.py b/modules/io/pymod/__init__.py index 267ed2ac7fe4281e412aacda916e3c1ea08967a4..b64e0d23d1be9eefc2c75833d49e90b70604b395 100644 --- a/modules/io/pymod/__init__.py +++ b/modules/io/pymod/__init__.py @@ -269,20 +269,21 @@ def LoadMMCIF(filename, restrict_chains="", fault_tolerant=None, calpha_only=Non :param fault_tolerant: Enable/disable fault-tolerant import. If set, overrides the value of :attr:`IOProfile.fault_tolerant`. - + :param remote: If set to True, the method tries to load the pdb from the remote pdb repository www.pdb.org. The filename is then interpreted as the pdb id. - + :rtype: :class:`~ost.mol.EntityHandle`. - + :param seqres: Whether to read SEQRES records. If set to True, the loaded entity and seqres entry will be returned as second item. :param info: Whether to return an info container with the other output. Returns a :class:`MMCifInfo` object as last item. - :raises: :exc:`~ost.io.IOException` if the import fails due to an erroneous or non-existent file. + :raises: :exc:`~ost.io.IOException` if the import fails due to an erroneous + or non-existent file. """ def _override(val1, val2): if val2!=None: