biomol.core.View.to_chains# View.to_chains(*, unique=False)[source]# Return a ChainView of the chains in the selection. If unique is True, the resulting view will contain only unique indices, preserving first-occurrence order. Default is False. Parameters: unique (bool) Return type: C_co