Class _IncludedRowsIterator
Iterator for included rows of the project or group
Order of iteration should be treated as "random". That is
the returned order is not necessarily the order in which entries were
included into the Workspace, nor is it necessarily the order in which
they appear in the Project Table.
|
|
|
|
|
__len__(self)
Returns the number of included entries (rows) |
|
|
__init__(self,
pt,
group=None)
(Constructor)
|
|
- Parameters:
pt (Project) - Project table instance
group (EntryGroup or None (default)) - Group (if iterating over entries in a group)
|