From 882d4467c3c323d1d1ace6dc2e141fe8185898fa Mon Sep 17 00:00:00 2001 From: B13nch3n <stefan.bienert@me.com> Date: Tue, 21 Jul 2020 15:41:46 +0200 Subject: [PATCH] SCHWED-4848: Gather ChainHandles of branched entities, documentation --- modules/io/doc/mmcif.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/modules/io/doc/mmcif.rst b/modules/io/doc/mmcif.rst index 9fc89178e..2a9bccd2e 100644 --- a/modules/io/doc/mmcif.rst +++ b/modules/io/doc/mmcif.rst @@ -1252,6 +1252,12 @@ of the annotation available. :returns: :class:`list` of :class:`str` + .. method:: GetEntityBranchChains + + Get a list of chains which contain branched entities. + + :returns: :class:`list` of :class:`~ost.mol.ChainHandle` + .. method:: GetAtom1 See :attr:`atom1` -- GitLab