birdnotes.py
Narrative.__len__()
Returns the number of paragraphs in self.
# - - - N a r r a t i v e . _ _ l e n _ _ def __len__(self): """Return the length of self in paragraphs. """ return len(self._paraList)