| Home | Trees | Indices | Help |
|
|---|
|
|
object --+
|
AbstractLazySequence --+
|
LazySubsequence
A subsequence produced by slicing a lazy sequence. This slice keeps a reference to its source sequence, and generates its values by looking them up in the source sequence.
|
|||
|
|||
|
|||
|
|||
|
Inherited from |
|||
|
|||
|
|||
|
|||
MIN_SIZE = 100The minimum size for which lazy slices should be created. |
|||
|
Inherited from |
|||
|
|||
Construct a new slice from a given underlying sequence. The
|
|
Return the number of tokens in the corpus file underlying this corpus view.
|
Return an iterator that generates the tokens in the corpus file
underlying this corpus view, starting at the token number
|
|
|||
MIN_SIZEThe minimum size for which lazy slices should be created. If
|
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Mon Apr 11 14:39:54 2011 | http://epydoc.sourceforge.net |