birdnotes.py
Narrative.__getitem__()
Gets the Kth contained paragraph. May raise KeyError.
K
KeyError
# - - - N a r r a t i v e . _ _ g e t i t e m _ _ def __getitem__(self, k): """Get one paragraph. """ return self._paraList[k]