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 Inherited from |
|
|||
a new object with type S, a subtype of T |
|
|
|||
MIN_SIZE = 100 The minimum size for which lazy slices should be created. |
|||
Inherited from |
|
|||
Inherited from |
|
Construct a new slice from a given underlying sequence. The
|
x.__init__(...) initializes x; see x.__class__.__doc__ for signature
|
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.0beta1 on Wed Aug 27 15:08:58 2008 | http://epydoc.sourceforge.net |