skbio.sequence.GrammaredSequence.__len__# GrammaredSequence.__len__()[source]# Return the number of characters in this sequence. Returns: intThe length of this sequence. Examples >>> from skbio import Sequence >>> s = Sequence('GGUC') >>> len(s) 4